Searched refs:frCol (Results 1 – 3 of 3) sorted by relevance
206 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty() local216 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()
540 Collator frCol = null;542 frCol = Collator.getInstance(Locale.CANADA_FRENCH);548 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");
537 Collator frCol = null;539 frCol = Collator.getInstance(Locale.CANADA_FRENCH);545 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");