Home | History | Annotate | Download | only in i18n

Lines Matching refs:utext_nativeLength

318     int64_t  destLen = utext_nativeLength(dest);
504 utext_replace(dest, utext_nativeLength(dest), utext_nativeLength(dest), NULL, 0, &status);
511 int64_t destLen = utext_nativeLength(dest);
528 int64_t destLen = utext_nativeLength(dest);
1208 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1230 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1241 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents+s, (int32_t)(e-s), &status);
1264 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1292 int64_t destLen = utext_nativeLength(dest);
1444 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status);
1453 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1470 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status);
1488 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) {
1492 // For example, (utext_nativeLength(ut) != ut->nativeIndexingLimit).
1523 fInputLength = utext_nativeLength(fInputText);
1556 fInputLength = utext_nativeLength(fInputText);
1594 fInputLength = utext_nativeLength(fInputText);
1628 fInputLength = utext_nativeLength(fInputText);
1904 fInputLength = utext_nativeLength(fInputText);
1928 fInputLength = utext_nativeLength(fInputText);
1979 if (utext_nativeLength(fInputText) != utext_nativeLength(input)) {
2098 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2120 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2138 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2158 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2194 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), emptyString, 0, &status);
2207 utext_replace(dest[i], 0, utext_nativeLength(dest[i]),
2228 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);