HomeSort by relevance Sort by last modified time
    Searched full:subtext1 (Results 1 - 1 of 1) sorted by null

  /external/regex-re2/re2/
re2.cc 723 StringPiece subtext1; local
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)) {
    [all...]

Completed in 199 milliseconds