Home | History | Annotate | Download | only in src

Lines Matching refs:NON_GREEDY

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