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

  /external/chromium_org/third_party/re2/re2/
onepass.cc 137 uint32 matchcond; // conditions to match right now. member in struct:re2::OneState
254 uint32 nextmatchcond = state->matchcond;
257 uint32 matchcond = nextmatchcond; local
265 nextmatchcond = state->matchcond;
284 if (matchcond == kImpossible)
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
299 if (nmatch > 1 && (matchcond & kCapMask))
300 ApplyCaptures(matchcond, p, matchcap, ncap);
308 // That bit is per-input byte and thus in cond, not matchcond
322 uint32 matchcond = state->matchcond; local
    [all...]
  /external/regex-re2/re2/
onepass.cc 137 uint32 matchcond; // conditions to match right now. member in struct:re2::OneState
254 uint32 nextmatchcond = state->matchcond;
257 uint32 matchcond = nextmatchcond; local
265 nextmatchcond = state->matchcond;
284 if (matchcond == kImpossible)
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
299 if (nmatch > 1 && (matchcond & kCapMask))
300 ApplyCaptures(matchcond, p, matchcap, ncap);
308 // That bit is per-input byte and thus in cond, not matchcond
322 uint32 matchcond = state->matchcond; local
    [all...]

Completed in 356 milliseconds