Home
last modified time | relevance | path

Searched refs:getCanadaFrench (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dfrcoll.cpp30 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status); in CollationFrenchTest()
Dg7coll.cpp114 (locale == Locale::getCanadaFrench() || locale == Locale::getJapanese())) { in TestG7Locales()
Dregcoll.cpp373 c = (RuleBasedCollator *) Collator::createInstance(Locale::getCanadaFrench(), status); in Test4062418()
453 c = (RuleBasedCollator *)Collator::createInstance(Locale::getCanadaFrench(), status); in Test4066696()
840 c = Collator::createInstance(Locale::getCanadaFrench(), status); in Test4132736()
Dnumrgts.cpp992 formatter = NumberFormat::createInstance(Locale::getCanadaFrench(), status); in Test4071005()
993 if (failure(status, "NumberFormat::createNumberInstance", Locale::getCanadaFrench(), TRUE)){ in Test4071005()
1008 formatter = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status); in Test4071005()
1009 failure(status, "NumberFormat::createCurrencyInstance", Locale::getCanadaFrench()); in Test4071005()
1022 formatter = NumberFormat::createPercentInstance(Locale::getCanadaFrench(), status); in Test4071005()
1023 failure(status, "NumberFormat::createPercentInstance", Locale::getCanadaFrench()); in Test4071005()
Dapicoll.cpp210 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty()
220 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) { in TestProperty()
1395 coll->getDisplayName(Locale::getCanadaFrench(), result); in TestDisplayName()
1396 Locale::getCanadaFrench().getDisplayName(name); in TestDisplayName()
Dloctest.cpp374 if (strcmp(Locale::getCanadaFrench().getName(), ULOC_CANADA_FRENCH) != 0) { in TestParallelAPIValues()
Dnumfmtst.cpp1179 …NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status… in TestCurrency()
/external/icu/icu4c/source/common/unicode/
Dlocid.h231 static const Locale &U_EXPORT2 getCanadaFrench(void);
/external/icu/icu4c/source/common/
Dlocid.cpp887 Locale::getCanadaFrench(void) in getCanadaFrench() function in Locale