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