Searched refs:frCol (Results 1 – 3 of 3) sorted by relevance
210 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty() local220 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) { in TestProperty()221 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator."); in TestProperty()223 Collator *aFrCol = frCol->clone(); in TestProperty()224 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed."); in TestProperty()227 delete frCol; in TestProperty()
522 Collator frCol = null;524 frCol = Collator.getInstance(Locale.CANADA_FRENCH);530 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");
518 Collator frCol = null;520 frCol = Collator.getInstance(Locale.CANADA_FRENCH);526 doAssert(!(frCol.equals(junk)), "The junk is the same as the fr_CA collator.");