Searched refs:subtext1 (Results 1 – 1 of 1) sorted by relevance
/external/regex-re2/re2/ |
D | re2.cc | 723 StringPiece subtext1; in Match() local 727 subtext1 = subtext; in Match() 732 subtext1 = match; in Match() 742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { in Match() 747 } else if (can_bit_state && subtext1.size() <= bit_state_text_max) { in Match() 752 if (!prog_->SearchBitState(subtext1, text, anchor, in Match() 763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { in Match()
|