Home | History | Annotate | Download | only in src

Lines Matching refs:POSSESSIVE

2606   enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE };
2636 bool is_possessive() { return quantifier_type_ == POSSESSIVE; }