Searched defs:frCol (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp210 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); local
220 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
221 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator.");
223 Collator *aFrCol = frCol->clone();
224 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed.");
227 delete frCol;

Completed in 75 milliseconds