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

  /external/regex-re2/re2/testing/
regexp_benchmark.cc 108 SearchImpl SearchDFA, SearchNFA, SearchOnePass, SearchBitState,
325 void Search_Success1_BitState(int i, int n) { SearchSuccess(i, n, ".*.$", SearchBitState); }
360 void Search_Digits_BitState(int i) { SearchDigits(i, SearchBitState); }
    [all...]
tester.cc 372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
  /external/regex-re2/re2/
bitstate.cc 7 // Prog::SearchBitState is a regular expression search with submatch
14 // Unlike testing/backtrack.cc, SearchBitState is not recursive
17 // SearchBitState is a fast replacement for the NFA code on small
349 bool Prog::SearchBitState(const StringPiece& text,
prog.h 299 bool SearchBitState(const StringPiece& text, const StringPiece& context,
re2.cc 600 // SearchBitState allocates a bit vector of size prog_->size() * text.size().
604 // Conditions for using SearchBitState:
752 if (!prog_->SearchBitState(subtext1, text, anchor,
755 LOG(ERROR) << "SearchBitState inconsistency";
    [all...]

Completed in 102 milliseconds