Home | History | Annotate | Download | only in i18n

Lines Matching refs:remainingChars

2068                     UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1));
2070 utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &status);
2072 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2075 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2080 uprv_free(remainingChars);
2100 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1));
2102 utext_extract(input, nextOutputStringStart, fMatchStart, remainingChars, remaining16Length+1, &status);
2104 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2107 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2112 uprv_free(remainingChars);
2157 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1));
2159 utext_extract(input, nextOutputStringStart, fActiveLimit, remainingChars, remaining16Length+1, &status);
2161 utext_replace(dest[i], 0, utext_nativeLength(dest[i]), remainingChars, remaining16Length, &status);
2164 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status);
2169 uprv_free(remainingChars);