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

  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 31 CHECK(prog->SearchOnePass(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 4));
60 CHECK(prog->SearchOnePass(text, text, Prog::kAnchored, Prog::kFullMatch, sp, 4));
    [all...]
backtrack.cc 235 if (kind == kFullMatch) {
249 if (kind == kFullMatch && match[0].end() != text.end())
tester.cc 111 case Prog::kFullMatch:
390 if (kind_ == Prog::kFullMatch)
420 if (kind_ == Prog::kFullMatch)
578 Prog::kFullMatch,
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 359 if (kind == kFullMatch) {
373 if (kind == kFullMatch && match[0].end() != text.end())
onepass.cc 211 if (anchor != kAnchored && kind != kFullMatch) {
238 kind = kFullMatch;
280 if (kind == kFullMatch)
prog.h 179 // Kind of match to look for (for anchor != kFullMatch)
187 // kFullMatch is not strictly necessary -- we could use
194 kFullMatch, // match only entire text; implies anchor==kAnchored
359 DFA* volatile dfa_longest_; // DFA cached for kLongestMatch and kFullMatch
nfa.cc 694 if (kind == kFullMatch) {
703 if (kind == kFullMatch && match[0].end() != text.end())
re2.cc 690 kind = Prog::kFullMatch;
752 kind = Prog::kFullMatch;
    [all...]
dfa.cc     [all...]

Completed in 97 milliseconds