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

/external/icu/icu4c/source/i18n/
H A Dulocdata.c108 const UChar *exemplarChars = NULL; local
115 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus);
128 uset_applyPattern(fillIn, exemplarChars, len,
131 fillIn = uset_openPatternOptions(exemplarChars, len,
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c1341 USet *exemplarChars; local
1345 exemplarChars = uset_openEmpty();
1347 ulocdata_getExemplarSet(uld, exemplarChars, 0, ULOCDATA_ES_STANDARD, &status);
1355 if ((uset_contains(exemplarChars, (UChar32)0x41) || uset_contains(indexChars, (UChar32)0x61))) {
1359 if (!(uset_contains(exemplarChars, (UChar32)0x61) && uset_contains(indexChars, (UChar32)0x41) )) {
1365 uset_close(exemplarChars);

Completed in 193 milliseconds