Searched refs:exemplarChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ulocdata.c | 108 const UChar *exemplarChars = NULL; in ulocdata_getExemplarSet() local 115 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet() 128 uset_applyPattern(fillIn, exemplarChars, len, in ulocdata_getExemplarSet() 131 fillIn = uset_openPatternOptions(exemplarChars, len, in ulocdata_getExemplarSet()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1345 USet *exemplarChars; in TestIndexChars() local 1349 exemplarChars = uset_openEmpty(); in TestIndexChars() 1351 ulocdata_getExemplarSet(uld, exemplarChars, 0, ULOCDATA_ES_STANDARD, &status); in TestIndexChars() 1359 if ((uset_contains(exemplarChars, (UChar32)0x41) || uset_contains(indexChars, (UChar32)0x61))) { in TestIndexChars() 1363 … if (!(uset_contains(exemplarChars, (UChar32)0x61) && uset_contains(indexChars, (UChar32)0x41) )) { in TestIndexChars() 1369 uset_close(exemplarChars); in TestIndexChars()
|