Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h374 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator
399 bool is_possessive() { return quantifier_type_ == POSSESSIVE; } in is_possessive()
Dregexp-parser.cc611 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
/external/pcre/dist2/doc/
Dpcre2.txt7012 ATOMIC GROUPING AND POSSESSIVE QUANTIFIERS