Searched refs:frCol (Results 1 – 1 of 1) sorted by relevance
224 Collator *frCol = Collator::createInstance(Locale::getFrance(), success); in TestProperty() local235 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getFrench()) { in TestProperty()236 doAssert((*frCol != *junk), "The junk is the same as the French collator."); in TestProperty()238 Collator *aFrCol = frCol->clone(); in TestProperty()239 doAssert((*frCol == *aFrCol), "The cloning of a French collator failed."); in TestProperty()243 delete frCol; in TestProperty()