Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A 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()
414 errln("jpcol for fu_FU_FOO failed"); in TestRegisterFactory()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java231 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory()
237 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
280 if (!jpcol.equals(ncol)) { in TestRegisterFactory()
281 errln("jpcol for fu_FU_FOO failed, got: " + ncol); in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java234 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory()
240 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
283 if (!jpcol.equals(ncol)) { in TestRegisterFactory()
284 errln("jpcol for fu_FU_FOO failed, got: " + ncol); in TestRegisterFactory()

Completed in 3 milliseconds