Home
last modified time | relevance | path

Searched refs:fInput (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Drematch.cpp41 fInput = NULL; in RegexMatcher()
160 dest.append(*fInput, fAppendPosition, len); in appendReplacement()
262 int32_t len = fInput->length() - fAppendPosition; in appendTail()
264 dest.append(*fInput, fAppendPosition, len); in appendTail()
340 startPos = fInput->moveIndex32(startPos, 1); in find()
364 const UChar *inputBuf = fInput->getBuffer(); in find()
583 return UnicodeString(*fInput, s, e-s); in group()
596 return *fInput; in input()
726 if (start>limit || start<0 || limit<0 || limit>fInput->length()) { in region()
774 return *fInput; in replaceAll()
[all …]
/external/icu4c/i18n/unicode/
Dregex.h1061 const UnicodeString *fInput; // The text being matched. Is never NULL. variable