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()
538 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.");
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.");