HomeSort by relevance Sort by last modified time
    Searched refs:exemplarChars (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
ulocdata.c 104 const UChar *exemplarChars = NULL;
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/
dumpce.cpp 967 const UChar* exemplarChars = ures_getStringByKey(ures, "ExemplarCharacters", &length, &error);
980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
990 pattern = u_strcat(pattern, exemplarChars);
    [all...]

Completed in 1496 milliseconds