Home | History | Annotate | Download | only in i18n

Lines Matching refs:utext_nativeLength

198     int64_t patternNativeLength = utext_nativeLength(pattern);
446 int64_t inputNativeLength = utext_nativeLength(inputText);
684 int32_t result = utext_extract(groupText, 0, utext_nativeLength(groupText), dest, destCapacity, status);
740 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);