Home
last modified time | relevance | path

Searched refs:jpcol (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp368 Collator* jpcol = Collator::createInstance(Locale::getJapan(), status); in TestRegisterFactory() local
373 delete jpcol; in TestRegisterFactory()
386 info[2] = new CollatorInfo(fu_FU, jpcol, fuFUNames); in TestRegisterFactory()
413 if (*jpcol != *ncol) { in TestRegisterFactory()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java234 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory() local
240 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
283 if (!jpcol.equals(ncol)) { in TestRegisterFactory()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java231 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory() local
237 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
280 if (!jpcol.equals(ncol)) { in TestRegisterFactory()