Searched refs:frCol (Results 1 – 3 of 3) sorted by relevance
212 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty() local222 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) { in TestProperty()223 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator."); in TestProperty()225 Collator *aFrCol = frCol->clone(); in TestProperty()226 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed."); in TestProperty()229 delete frCol; in TestProperty()
535 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.");
534 Collator frCol = null;536 frCol = Collator.getInstance(Locale.CANADA_FRENCH);542 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");