Lines Matching full:subtext1
723 StringPiece subtext1;
727 subtext1 = subtext;
732 subtext1 = match;
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) {
747 } else if (can_bit_state && subtext1.size() <= bit_state_text_max) {
752 if (!prog_->SearchBitState(subtext1, text, anchor,
763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) {