HomeSort by relevance Sort by last modified time
    Searched defs:kLongestMatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/re2/
prog.h 181 // kLongestMatch mode finds the overall longest
188 // kLongestMatch and then check the length of the match -- but
193 kLongestMatch, // like egrep or POSIX
359 DFA* volatile dfa_longest_; // DFA cached for kLongestMatch and kFullMatch
  /external/regex-re2/re2/
prog.h 181 // kLongestMatch mode finds the overall longest
188 // kLongestMatch and then check the length of the match -- but
193 kLongestMatch, // like egrep or POSIX
359 DFA* volatile dfa_longest_; // DFA cached for kLongestMatch and kFullMatch

Completed in 670 milliseconds