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

  /external/regex-re2/re2/
simplify.cc 45 case kRegexpNoMatch:
86 case kRegexpNoMatch:
179 case kRegexpNoMatch:
373 return new Regexp(kRegexpNoMatch, f);
386 return new Regexp(kRegexpNoMatch, re->parse_flags());
mimics_pcre.cc 137 case kRegexpNoMatch: // never empty
tostring.cc 66 case kRegexpNoMatch:
143 case kRegexpNoMatch:
regexp.h 97 kRegexpNoMatch = 1,
prefilter.cc 511 case kRegexpNoMatch:
compile.cc 725 case kRegexpNoMatch:
    [all...]
regexp.cc 310 case kRegexpNoMatch:
parse.cc 387 return PushRegexp(new Regexp(kRegexpNoMatch, flags_));
    [all...]

Completed in 197 milliseconds