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

  /external/chromium_org/third_party/re2/re2/
onepass.cc 254 uint32 nextmatchcond = state->matchcond; local
257 uint32 matchcond = nextmatchcond;
261 // If so, advance state and nextmatchcond.
265 nextmatchcond = state->matchcond;
268 nextmatchcond = kImpossible;
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0)
  /external/regex-re2/re2/
onepass.cc 254 uint32 nextmatchcond = state->matchcond; local
257 uint32 matchcond = nextmatchcond;
261 // If so, advance state and nextmatchcond.
265 nextmatchcond = state->matchcond;
268 nextmatchcond = kImpossible;
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0)

Completed in 44 milliseconds