Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp365 Collator* jpcol = Collator::createInstance(Locale::getJapan(), status); in TestRegisterFactory() local
370 delete jpcol; in TestRegisterFactory()
383 info[2] = new CollatorInfo(fu_FU, jpcol, fuFUNames); in TestRegisterFactory()
410 if (*jpcol != *ncol) { in TestRegisterFactory()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java221 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory() local
227 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
270 if (!jpcol.equals(ncol)) { in TestRegisterFactory()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java225 Collator jpcol = Collator.getInstance(ULocale.JAPAN); in TestRegisterFactory() local
231 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
274 if (!jpcol.equals(ncol)) { in TestRegisterFactory()