Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dulocdata.c111 const UChar *exemplarChars = NULL; in ulocdata_getExemplarSet() local
118 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
131 uset_applyPattern(fillIn, exemplarChars, len, in ulocdata_getExemplarSet()
134 fillIn = uset_openPatternOptions(exemplarChars, len, in ulocdata_getExemplarSet()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1348 USet *exemplarChars; in TestIndexChars() local
1352 exemplarChars = uset_openEmpty(); in TestIndexChars()
1354 ulocdata_getExemplarSet(uld, exemplarChars, 0, ULOCDATA_ES_STANDARD, &status); in TestIndexChars()
1362 if ((uset_contains(exemplarChars, (UChar32)0x41) || uset_contains(indexChars, (UChar32)0x61))) { in TestIndexChars()
1366 … if (!(uset_contains(exemplarChars, (UChar32)0x61) && uset_contains(indexChars, (UChar32)0x41) )) { in TestIndexChars()
1372 uset_close(exemplarChars); in TestIndexChars()