/external/chromium_org/third_party/re2/re2/ |
bitstate.cc | 301 if (prog_->anchor_start() && context_.begin() != text.begin()) 305 anchored_ = anchored || prog_->anchor_start();
|
prog.h | 212 bool anchor_start() { return anchor_start_; } function in class:re2::Prog
|
nfa.cc | 419 if (prog_->anchor_start() && context.begin() != text.begin()) 423 anchored |= prog_->anchor_start();
|
re2.cc | 329 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { 579 if (prog_->anchor_start() && startpos != 0) 584 if (prog_->anchor_start() && prog_->anchor_end()) 586 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH) 587 re_anchor = ANCHOR_START; 605 // If there is a required prefix, the anchor must be at least ANCHOR_START. 607 re_anchor = ANCHOR_START; 688 case ANCHOR_START: [all...] |
dfa.cc | [all...] |
onepass.cc | 233 if (anchor_start() && context.begin() != text.begin())
|
compile.cc | 1031 if (c.prog_->anchor_start()) { [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
backtrack.cc | 101 if (prog_->anchor_start() && text.begin() > context_.begin()) 105 anchored_ = anchored | prog_->anchor_start();
|
/external/regex-re2/re2/ |
bitstate.cc | 301 if (prog_->anchor_start() && context_.begin() != text.begin()) 305 anchored_ = anchored || prog_->anchor_start();
|
prog.h | 212 bool anchor_start() { return anchor_start_; } function in class:re2::Prog
|
nfa.cc | 419 if (prog_->anchor_start() && context.begin() != text.begin()) 423 anchored |= prog_->anchor_start();
|
re2.cc | 311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { 561 if (prog_->anchor_start() && startpos != 0) 566 if (prog_->anchor_start() && prog_->anchor_end()) 568 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH) 569 re_anchor = ANCHOR_START; 587 // If there is a required prefix, the anchor must be at least ANCHOR_START. 589 re_anchor = ANCHOR_START; 670 case ANCHOR_START: [all...] |
dfa.cc | [all...] |
onepass.cc | 233 if (anchor_start() && context.begin() != text.begin())
|
compile.cc | 1030 if (c.prog_->anchor_start()) { [all...] |
/external/regex-re2/re2/testing/ |
backtrack.cc | 101 if (prog_->anchor_start() && text.begin() > context_.begin()) 105 anchored_ = anchored | prog_->anchor_start();
|
/external/chromium_org/third_party/lcov/bin/ |
genhtml | [all...] |