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

  /external/chromium_org/third_party/re2/re2/
prog.h 200 int start_unanchored() { return start_unanchored_; } function in class:re2::Prog
dfa.cc 451 start_unanchored_ = prog->start_unanchored();
868 id == prog_->start_unanchored() && id != prog_->start())
    [all...]
compile.cc 1048 if (prog_->start() == 0 && prog_->start_unanchored() == 0) {
    [all...]
  /external/regex-re2/re2/
prog.h 200 int start_unanchored() { return start_unanchored_; } function in class:re2::Prog
dfa.cc 449 start_unanchored_ = prog->start_unanchored();
866 id == prog_->start_unanchored() && id != prog_->start())
    [all...]
compile.cc 1047 if (prog_->start() == 0 && prog_->start_unanchored() == 0) {
    [all...]

Completed in 57 milliseconds