Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp226 fInputLength = 0; in init()
314 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
511 if (fInputLength > fAppendPosition) { in appendTail()
512 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
515 (int32_t)(fInputLength-fAppendPosition), &status); in appendTail()
519 len16 = (int32_t)(fInputLength-fAppendPosition); in appendTail()
521 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
529 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
634 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
940 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
[all …]
Duregex.cpp1699 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail()
1815 int64_t inputLen = regexp->fMatcher->fInputLength; in split()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1806 int64_t fInputLength; // Full length of the input text. variable