Searched refs:SearchDFA (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc86 // BuildEntireDFA will, like SearchDFA, stop building out
176 TEST(SingleThreaded, SearchDFA) {
209 matched = prog->SearchDFA(match, NULL,
214 matched = prog->SearchDFA(no_match, NULL,
244 matched = prog_->SearchDFA(match_, NULL,
249 matched = prog_->SearchDFA(no_match_, NULL,
263 TEST(Multithreaded, SearchDFA) {
333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL);
H A Dtester.cc327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
342 if (!rprog_->SearchDFA(result->submatch[0], context,
H A Dregexp_benchmark.cc108 SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, member in namespace:re2
296 void Search_Success_DFA(int i, int n) { SearchSuccess(i, n, ".*$", SearchDFA); }
322 void Search_Success1_DFA(int i, int n) { SearchSuccess(i, n, ".*.$", SearchDFA); }
355 void Search_Digits_DFA(int i) { SearchDigits(i, SearchDFA); }
801 void SearchDFA(int iters, const char* regexp, const StringPiece& text, function in namespace:re2
809 CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch,
897 CHECK_EQ(prog->SearchDFA(text, NULL, anchor,
/external/regex-re2/re2/testing/
H A Ddfa_test.cc86 // BuildEntireDFA will, like SearchDFA, stop building out
176 TEST(SingleThreaded, SearchDFA) {
209 matched = prog->SearchDFA(match, NULL,
214 matched = prog->SearchDFA(no_match, NULL,
244 matched = prog_->SearchDFA(match_, NULL,
249 matched = prog_->SearchDFA(no_match_, NULL,
263 TEST(Multithreaded, SearchDFA) {
333 bool matched = prog->SearchDFA(t.text, NULL, Prog::kUnanchored, Prog::kFirstMatch, NULL, &failed, NULL);
H A Dtester.cc327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
342 if (!rprog_->SearchDFA(result->submatch[0], context,
H A Dregexp_benchmark.cc108 SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState, member in namespace:re2
296 void Search_Success_DFA(int i, int n) { SearchSuccess(i, n, ".*$", SearchDFA); }
322 void Search_Success1_DFA(int i, int n) { SearchSuccess(i, n, ".*.$", SearchDFA); }
355 void Search_Digits_DFA(int i) { SearchDigits(i, SearchDFA); }
801 void SearchDFA(int iters, const char* regexp, const StringPiece& text, function in namespace:re2
809 CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch,
897 CHECK_EQ(prog->SearchDFA(text, NULL, anchor,
/external/chromium_org/third_party/re2/re2/
H A Dset.cc101 bool ret = prog_->SearchDFA(text, text, Prog::kAnchored,
H A Dprog.h195 kManyMatch // for SearchDFA, records set of matches
271 // SearchDFA fills matches with the match IDs of the final matching state.
272 bool SearchDFA(const StringPiece& text, const StringPiece& context,
H A Dre2.cc568 // SearchDFA can do extra optimizations in that case.
632 if (!prog_->SearchDFA(subtext, text, anchor, kind,
655 // SearchDFA set match[0].end() but didn't know where the
661 if (!prog->SearchDFA(match, text, Prog::kAnchored,
717 if (!prog_->SearchDFA(subtext, text, anchor, kind,
H A Dcompile.cc1125 prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::kManyMatch,
H A Ddfa.cc1871 bool Prog::SearchDFA(const StringPiece& text, const StringPiece& const_context, function in class:re2::Prog
/external/regex-re2/re2/
H A Dset.cc101 bool ret = prog_->SearchDFA(text, text, Prog::kAnchored,
H A Dprog.h195 kManyMatch // for SearchDFA, records set of matches
271 // SearchDFA fills matches with the match IDs of the final matching state.
272 bool SearchDFA(const StringPiece& text, const StringPiece& context,
H A Dre2.cc550 // SearchDFA can do extra optimizations in that case.
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
637 // SearchDFA set match[0].end() but didn't know where the
643 if (!prog->SearchDFA(match, text, Prog::kAnchored,
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
H A Dcompile.cc1124 prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::kManyMatch,
H A Ddfa.cc1869 bool Prog::SearchDFA(const StringPiece& text, const StringPiece& const_context, function in class:re2::Prog

Completed in 324 milliseconds