Searched refs:exSet (Results 1 – 3 of 3) sorted by relevance
152 UnicodeSet exSet = ld.getExemplarSet(0, type); in TestEnglishExemplarCharacters() local153 if (exSet != null) { in TestEnglishExemplarCharacters()154 if (testChars[type] > 0 && !exSet.contains(testChars[type])) { in TestEnglishExemplarCharacters()
153 UnicodeSet exSet = ld.getExemplarSet(0, type); in TestEnglishExemplarCharacters() local154 if (exSet != null) { in TestEnglishExemplarCharacters()155 if (testChars[type] > 0 && !exSet.contains(testChars[type])) { in TestEnglishExemplarCharacters()
2660 USet *exSet = NULL; in TestEnglishExemplarCharacters() local2674 exSet = ulocdata_getExemplarSet(uld, exSet, 0, (ULocaleDataExemplarSetType)i, &status); in TestEnglishExemplarCharacters()2680 if (!uset_contains(exSet, (UChar32)testChars[i])) { in TestEnglishExemplarCharacters()2685 uset_close(exSet); in TestEnglishExemplarCharacters()