Searched refs:getCanadaFrench (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | frcoll.cpp | 33 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status); in CollationFrenchTest()
|
D | g7coll.cpp | 116 (locale == Locale::getCanadaFrench() || locale == Locale::getJapanese())) { in TestG7Locales()
|
D | regcoll.cpp | 373 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()
|
D | numrgts.cpp | 997 formatter = NumberFormat::createInstance(Locale::getCanadaFrench(), status); in Test4071005() 998 if (failure(status, "NumberFormat::createInstance", Locale::getCanadaFrench(), TRUE)){ in Test4071005() 1013 formatter = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status); in Test4071005() 1014 failure(status, "NumberFormat::createCurrencyInstance", Locale::getCanadaFrench()); in Test4071005() 1027 formatter = NumberFormat::createPercentInstance(Locale::getCanadaFrench(), status); in Test4071005() 1028 failure(status, "NumberFormat::createPercentInstance", Locale::getCanadaFrench()); in Test4071005()
|
D | apicoll.cpp | 206 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success); in TestProperty() 216 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) { in TestProperty() 1414 coll->getDisplayName(Locale::getCanadaFrench(), result); in TestDisplayName() 1415 Locale::getCanadaFrench().getDisplayName(name); in TestDisplayName()
|
D | loctest.cpp | 402 if (strcmp(Locale::getCanadaFrench().getName(), ULOC_CANADA_FRENCH) != 0) { in TestParallelAPIValues()
|
D | numfmtst.cpp | 878 …NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status… in TestCurrency()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 238 static const Locale &U_EXPORT2 getCanadaFrench(void);
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 1193 Locale::getCanadaFrench(void) in getCanadaFrench() function in Locale
|