Searched refs:kManyMatch (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dset.cc102 Prog::kManyMatch, NULL, &failed, v);
H A Ddfa.cc639 if (kind_ != Prog::kManyMatch &&
1049 if (c != kByteEndText || kind_ != Prog::kManyMatch)
1512 if (params->matches && kind_ == Prog::kManyMatch) {
1817 if (kind == kFirstMatch || kind == kManyMatch) {
1844 if (kind == kLongestMatch || kind == kManyMatch)
1895 if (kind == kManyMatch) {
H A Dprog.h195 kManyMatch // for SearchDFA, records set of matches enumerator in enum:re2::Prog::MatchKind
270 // If matches != NULL and kind == kManyMatch and there is a match,
H A Dcompile.cc1125 prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::kManyMatch,
/external/regex-re2/re2/
H A Dset.cc102 Prog::kManyMatch, NULL, &failed, v);
H A Ddfa.cc637 if (kind_ != Prog::kManyMatch &&
1047 if (c != kByteEndText || kind_ != Prog::kManyMatch)
1510 if (params->matches && kind_ == Prog::kManyMatch) {
1815 if (kind == kFirstMatch || kind == kManyMatch) {
1842 if (kind == kLongestMatch || kind == kManyMatch)
1893 if (kind == kManyMatch) {
H A Dprog.h195 kManyMatch // for SearchDFA, records set of matches enumerator in enum:re2::Prog::MatchKind
270 // If matches != NULL and kind == kManyMatch and there is a match,
H A Dcompile.cc1124 prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::kManyMatch,
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc117 case Prog::kManyMatch:
/external/regex-re2/re2/testing/
H A Dtester.cc117 case Prog::kManyMatch:

Completed in 213 milliseconds