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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp1235 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1236 if (groupChars == NULL) {
1240 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1243 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1246 utext_openUChars(&groupText, groupChars, len16, &status);
1251 uprv_free(groupChars);
1312 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1313 if (groupChars == NULL) {
1317 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1319 deltaLen = utext_replace(dest, destLen, destLen, groupChars, len1
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1789 UChar *groupChars; local
1800 groupChars = (UChar *)malloc(sizeof(UChar)*(len16+1));
1801 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);
1803 utext_openUChars(&groupText, groupChars, len16, &shallowStatus);
1807 free(groupChars);

Completed in 129 milliseconds