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

/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc108 SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, member in namespace:re2
356 void Search_Digits_NFA(int i) { SearchDigits(i, SearchNFA); }
818 void SearchNFA(int iters, const char* regexp, const StringPiece& text, function in namespace:re2
825 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
913 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
982 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4));
1053 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4));
1125 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2));
1183 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2));
H A Dtester.cc317 prog_->SearchNFA(text, context, anchor, kind_,
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc108 SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, member in namespace:re2
356 void Search_Digits_NFA(int i) { SearchDigits(i, SearchNFA); }
818 void SearchNFA(int iters, const char* regexp, const StringPiece& text, function in namespace:re2
825 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
913 CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
982 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4));
1053 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 4));
1125 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2));
1183 CHECK(prog->SearchNFA(text, NULL, Prog::kAnchored, Prog::kFullMatch, sp, 2));
H A Dtester.cc317 prog_->SearchNFA(text, context, anchor, kind_,
/external/chromium_org/third_party/re2/re2/
H A Dprog.h262 bool SearchNFA(const StringPiece& text, const StringPiece& context,
H A Dnfa.cc7 // Prog::SearchNFA, an NFA search.
686 Prog::SearchNFA(const StringPiece& text, const StringPiece& context, function in class:re2::Prog
H A Dre2.cc781 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) {
783 LOG(ERROR) << "SearchNFA inconsistency";
/external/regex-re2/re2/
H A Dprog.h262 bool SearchNFA(const StringPiece& text, const StringPiece& context,
H A Dnfa.cc7 // Prog::SearchNFA, an NFA search.
686 Prog::SearchNFA(const StringPiece& text, const StringPiece& context, function in class:re2::Prog
H A Dre2.cc763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) {
765 LOG(ERROR) << "SearchNFA inconsistency";

Completed in 1563 milliseconds