Searched refs:groupChars (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 1235 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...] |
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | rematch.cpp | 1256 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/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | reapits.c | 1746 UChar *groupChars; local 1757 groupChars = (UChar *)malloc(sizeof(UChar)*(len16+1)); 1758 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus); 1760 utext_openUChars(&groupText, groupChars, len16, &shallowStatus); 1764 free(groupChars);
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | reapits.c | 1789 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 198 milliseconds