Home | History | Annotate | Download | only in re2

Lines Matching refs:Anchor

528                 Anchor re_anchor,
587 // If there is a required prefix, the anchor must be at least ANCHOR_START.
592 Prog::Anchor anchor = Prog::kUnanchored;
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
673 anchor = Prog::kAnchored;
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
733 anchor = Prog::kAnchored;
737 if (can_one_pass && anchor != Prog::kUnanchored) {
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) {
752 if (!prog_->SearchBitState(subtext1, text, anchor,
763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) {
784 Anchor anchor,
812 if (!Match(text, 0, text.size(), anchor, vec, nvec)) {