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

/external/icu4c/i18n/
H A Dulocdata.c104 const UChar *exemplarChars = NULL; local
111 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus);
124 uset_applyPattern(fillIn, exemplarChars, len,
127 fillIn = uset_openPatternOptions(exemplarChars, len,
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp967 const UChar* exemplarChars = ures_getStringByKey(ures, "ExemplarCharacters", &length, &error); local
980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
990 pattern = u_strcat(pattern, exemplarChars);

Completed in 70 milliseconds