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

/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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);
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp1262 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1263 if (groupChars == NULL) {
1267 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1270 utext_replace(dest, 0, utext_nativeLength(dest), groupChars, len16, &status);
1273 utext_openUChars(&groupText, groupChars, len16, &status);
1278 uprv_free(groupChars);
1339 UChar *groupChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1)); local
1340 if (groupChars == NULL) {
1344 utext_extract(fInputText, s, e, groupChars, len16+1, &status);
1346 deltaLen = utext_replace(dest, destLen, destLen, groupChars, len1
[all...]
/external/icu/icu4c/source/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...]

Completed in 143 milliseconds