Home | History | Annotate | Download | only in regexp

Lines Matching refs:RegExpQuantifier

560     RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;
562 quantifier_type = RegExpQuantifier::NON_GREEDY;
566 quantifier_type = RegExpQuantifier::POSSESSIVE;
1952 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) {
2000 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom),