Home | History | Annotate | Download | only in re2

Lines Matching refs:subtext

543   StringPiece subtext = text;
544 subtext.remove_prefix(startpos);
545 subtext.remove_suffix(text.size() - endpos);
577 if (prefixlen > subtext.size())
580 if (ascii_strcasecmp(&prefix_[0], subtext.data(), prefixlen) != 0)
583 if (memcmp(&prefix_[0], subtext.data(), prefixlen) != 0)
586 subtext.remove_prefix(prefixlen);
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
621 << " [" << CEscape(subtext) << "]"
627 << " [" << CEscape(subtext) << "]"
633 << " [" << CEscape(subtext) << "]"
650 << " [" << CEscape(subtext) << "]"
656 << " [" << CEscape(subtext) << "]"
664 << " [" << CEscape(subtext) << "]"
686 << " [" << CEscape(subtext) << "]"
694 << " [" << CEscape(subtext) << "]"
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
704 << " [" << CEscape(subtext) << "]"
711 << " [" << CEscape(subtext) << "]"
727 subtext1 = subtext;
740 << " [" << CEscape(subtext) << "]"
750 << " [" << CEscape(subtext) << "]"
761 << " [" << CEscape(subtext) << "]"