Searched refs:groupChars (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp1256 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1257 if (groupChars == NULL) {
1261 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1264 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1267 utext_openUChars(&groupText, groupChars, len16, &status);
1272 uprv_free(groupChars);
1333 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1334 if (groupChars == NULL) {
1338 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1340 deltaLen = utext_replace(dest, destLen, destLen, groupChars, len1
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c1751 UChar *groupChars; local
1762 groupChars = (UChar *)malloc(sizeof(UChar)*(len16+1));
1763 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);
1765 utext_openUChars(&groupText, groupChars, len16, &shallowStatus);
1769 free(groupChars);

Completed in 909 milliseconds