Home
last modified time | relevance | path

Searched refs:POSSESSIVE (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.h362 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator
387 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } in is_possessive()
Dregexp-parser.cc511 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
/external/pcre/dist/doc/
Dpcre.txt6383 ATOMIC GROUPING AND POSSESSIVE QUANTIFIERS