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

  /external/regex-re2/re2/
set.cc 101 bool ret = prog_->SearchDFA(text, text, Prog::kAnchored,
prog.h 195 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,
re2.cc 526 // SearchDFA can do extra optimizations in that case.
590 if (!prog_->SearchDFA(subtext, text, anchor, kind,
613 // SearchDFA set match[0].end() but didn't know where the
619 if (!prog->SearchDFA(match, text, Prog::kAnchored,
674 if (!prog_->SearchDFA(subtext, text, anchor, kind,
    [all...]
compile.cc 1123 prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::kManyMatch,
    [all...]
dfa.cc     [all...]

Completed in 2446 milliseconds