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

  /external/regex-re2/re2/
mimics_pcre.cc 69 case kRegexpRepeat:
173 case kRegexpRepeat: // can be empty if child can or is x{0}
regexp.h 122 kRegexpRepeat,
325 int min() { DCHECK_EQ(op_, kRegexpRepeat); return min_; }
326 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
484 // Simplify yet - the expansion of a kRegexpRepeat will make this
tostring.cc 108 case kRegexpRepeat:
207 case kRegexpRepeat:
simplify.cc 92 case kRegexpRepeat:
270 case kRegexpRepeat: {
regexp.cc 264 Regexp* re = new Regexp(kRegexpRepeat, flags);
345 case kRegexpRepeat:
385 case kRegexpRepeat:
421 case kRegexpRepeat:
prefilter.cc 506 case kRegexpRepeat:
compile.cc 721 case kRegexpRepeat:
    [all...]
parse.cc 485 Regexp* re = new Regexp(kRegexpRepeat, fl);
    [all...]

Completed in 23 milliseconds