Home
last modified time | relevance | path

Searched refs:kMatchWins (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Donepass.cc167 static const uint32 kMatchWins = 1 << kEmptyShift; variable
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0) in SearchOnePass()
309 if (kind == kFirstMatch && (cond & kMatchWins)) in SearchOnePass()
464 cond |= kMatchWins; in IsOnePass()