Home
last modified time | relevance | path

Searched refs:subtext (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dre2.cc543 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()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java278 CharSequence subtext = mText.subSequence(0, mCurrentCharacter); in onDraw() local
279 setText(subtext, TextView.BufferType.SPANNABLE); in onDraw()
/external/regex-re2/doc/
Dsyntax.txt74 \G at beginning of subtext being searched NOT SUPPORTED pcre