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.cc608 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()
/external/pcre/dist/doc/
Dpcre.txt6383 ATOMIC GROUPING AND POSSESSIVE QUANTIFIERS