Home | History | Annotate | Download | only in src

Lines Matching refs:GREEDY

2800   enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE };
2832 bool is_greedy() { return quantifier_type_ == GREEDY; }