HomeSort by relevance Sort by last modified time
    Searched refs:QuantifierType (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
regexp-ast.h 362 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE };
363 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body)
398 QuantifierType quantifier_type_;
regexp-parser.h 112 RegExpQuantifier::QuantifierType type);
regexp-parser.cc 505 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;
    [all...]

Completed in 51 milliseconds