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

  /external/regex-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 647 kind = Prog::kFullMatch;
709 kind = Prog::kFullMatch;
    [all...]
dfa.cc     [all...]

Completed in 1034 milliseconds