Searched refs:NON_GREEDY (Results 1 – 2 of 2) sorted by relevance
362 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator388 bool is_non_greedy() { return quantifier_type_ == NON_GREEDY; } in is_non_greedy()
507 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()