Home | History | Annotate | Download | only in i18n

Lines Matching refs:utext_nativeLength

324     int64_t  destLen = utext_nativeLength(dest);
508 int64_t destLen = utext_nativeLength(dest);
525 int64_t destLen = utext_nativeLength(dest);
1209 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1220 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents+s, (int32_t)(e-s), &status);
1243 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1271 int64_t destLen = utext_nativeLength(dest);
1422 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1439 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
1457 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) {
1461 // For example, (utext_nativeLength(ut) != ut->nativeIndexingLimit).
1492 fInputLength = utext_nativeLength(fInputText);
1525 fInputLength = utext_nativeLength(fInputText);
1563 fInputLength = utext_nativeLength(fInputText);
1597 fInputLength = utext_nativeLength(fInputText);
1873 fInputLength = utext_nativeLength(fInputText);
1897 fInputLength = utext_nativeLength(fInputText);
1948 if (utext_nativeLength(fInputText) != utext_nativeLength(input)) {
2067 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2089 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2107 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2127 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2163 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), emptyString, 0, &status);
2176 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2197 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);