Lines Matching refs:utext_nativeLength

312     int64_t  destLen = utext_nativeLength(dest);  in appendReplacement()
513 int64_t destLen = utext_nativeLength(dest); in appendTail()
530 int64_t destLen = utext_nativeLength(dest); in appendTail()
1242 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1391 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1408 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1426 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1461 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1494 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1532 fInputLength = utext_nativeLength(fInputText); in matches()
1566 fInputLength = utext_nativeLength(fInputText); in matches()
1845 fInputLength = utext_nativeLength(fInputText); in reset()
1872 fInputLength = utext_nativeLength(fInputText); in reset()
1923 if (utext_nativeLength(fInputText) != utext_nativeLength(input)) { in refreshInputText()
1975 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, status); in utext_extract_replace()
1995 utext_replace(dest, 0, utext_nativeLength(dest), buffer.getAlias(), length, status); in utext_extract_replace()
2103 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), in split()
2125 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2143 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), in split()
2163 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2200 … utext_replace(dest[i], 0, utext_nativeLength(dest[i]), emptyString, 0, &status); in split()
2213 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), in split()
2234 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()