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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp244 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); local
255 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
256 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator.");
258 Collator *aFrCol = frCol->clone();
259 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed.");
263 delete frCol;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp221 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); local
232 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
233 doAssert((*frCol != *junk), "The junk is the same as the fr_CA collator.");
235 Collator *aFrCol = frCol->clone();
236 doAssert((*frCol == *aFrCol), "The cloning of a fr_CA collator failed.");
240 delete frCol;

Completed in 4684 milliseconds