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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c1336 USet *indexChars; local
1340 indexChars = uset_openEmpty();
1342 ulocdata_getExemplarSet(uld, indexChars, 0, ULOCDATA_ES_INDEX, &status);
1349 if ((uset_contains(exemplarChars, (UChar32)0x41) || uset_contains(indexChars, (UChar32)0x61))) {
1353 if (!(uset_contains(exemplarChars, (UChar32)0x61) && uset_contains(indexChars, (UChar32)0x41) )) {
1360 uset_close(indexChars);
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c1335 USet *indexChars; local
1339 indexChars = uset_openEmpty();
1341 ulocdata_getExemplarSet(uld, indexChars, 0, ULOCDATA_ES_INDEX, &status);
1348 if ((uset_contains(exemplarChars, (UChar32)0x41) || uset_contains(indexChars, (UChar32)0x61))) {
1352 if (!(uset_contains(exemplarChars, (UChar32)0x61) && uset_contains(indexChars, (UChar32)0x41) )) {
1359 uset_close(indexChars);

Completed in 134 milliseconds