Searched refs:GREEDY (Results 1 – 6 of 6) sorted by relevance
29 GREEDY, // faster and linear. enumerator107 LineBreakStrategy fLineBreakStrategy { LineBreakStrategy::GREEDY };
128 case RegExpQuantifier::GREEDY: in VisitQuantifier()569 case RegExpQuantifier::GREEDY: { in VisitQuantifier()
408 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator439 bool is_greedy() const { return quantifier_type_ == GREEDY; } in is_greedy()
851 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()
601 …ype() != WordBreakType::BREAK_ALL && parent->getLineBreakStrategy() != LineBreakStrategy::GREEDY) { in moveForward()
8159 GREEDY option is ignored. They are a convenient notation for the sim-