Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp206 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty() local
216 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) { in TestProperty()
217 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator."); in TestProperty()
219 Collator *aFrCol = frCol->clone(); in TestProperty()
220 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed."); in TestProperty()
223 delete frCol; in TestProperty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java538 Collator frCol = null;
540 frCol = Collator.getInstance(Locale.CANADA_FRENCH);
546 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java535 Collator frCol = null;
537 frCol = Collator.getInstance(Locale.CANADA_FRENCH);
543 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");