Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp230 fInputLength = 0; in init()
318 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
515 if (fInputLength > fAppendPosition) { in appendTail()
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
519 (int32_t)(fInputLength-fAppendPosition), &status); in appendTail()
523 len16 = (int32_t)(fInputLength-fAppendPosition); in appendTail()
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
533 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
638 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
944 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
[all …]
Duregex.cpp1703 destIdx = utext_extract(m->fInputText, srcIdx, m->fInputLength, dest, destCap, status); in appendTail()
1819 int64_t inputLen = regexp->fMatcher->fInputLength; in split()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1808 int64_t fInputLength; // Full length of the input text. variable