• Home
  • Raw
  • Download

Lines Matching refs:utext_nativeLength

324     int64_t  destLen = utext_nativeLength(dest);  in appendReplacement()
510 … utext_replace(dest, utext_nativeLength(dest), utext_nativeLength(dest), NULL, 0, &status); in appendTail()
517 int64_t destLen = utext_nativeLength(dest); in appendTail()
534 int64_t destLen = utext_nativeLength(dest); in appendTail()
1214 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status); in group()
1236 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status); in group()
1247 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents+s, (int32_t)(e-s), &sta… in group()
1270 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status); in group()
1298 int64_t destLen = utext_nativeLength(dest); in appendGroup()
1450 utext_replace(dest, 0, utext_nativeLength(dest), NULL, 0, &status); in getInput()
1459 …utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength,… in getInput()
1476 utext_replace(dest, 0, utext_nativeLength(dest), inputChars, input16Len, &status); in getInput()
1494 if (utext_nativeLength(ut) != ut->nativeIndexingLimit) { in compat_SyncMutableUTextContents()
1529 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1562 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1600 fInputLength = utext_nativeLength(fInputText); in matches()
1634 fInputLength = utext_nativeLength(fInputText); in matches()
1910 fInputLength = utext_nativeLength(fInputText); in reset()
1934 fInputLength = utext_nativeLength(fInputText); in reset()
1985 if (utext_nativeLength(fInputText) != utext_nativeLength(input)) { in refreshInputText()
2104 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), in split()
2126 …utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status); in split()
2144 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), in split()
2164 …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()