Searched defs:remainingChars (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp2068 UChar *remainingChars = (UChar *)uprv_malloc(sizeof(UChar)*(remaining16Length+1)); local
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)); local
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)); local
[all...]

Completed in 50 milliseconds