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

  /external/chromium_org/third_party/re2/re2/
onepass.cc 147 // Bit 6 is kMatchWins, which means the match takes
167 static const uint32 kMatchWins = 1 << kEmptyShift;
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0)
309 if (kind == kFirstMatch && (cond & kMatchWins))
464 cond |= kMatchWins;
  /external/regex-re2/re2/
onepass.cc 147 // Bit 6 is kMatchWins, which means the match takes
167 static const uint32 kMatchWins = 1 << kEmptyShift;
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0)
309 if (kind == kFirstMatch && (cond & kMatchWins))
464 cond |= kMatchWins;

Completed in 356 milliseconds