Home
last modified time | relevance | path

Searched refs:getFrench (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/test/intltest/
Dnmfmapts.cpp75 NumberFormat *fr = NumberFormat::createInstance(Locale::getFrench(), status); in testAPI()
86 NumberFormat *cur_fr = NumberFormat::createCurrencyInstance(Locale::getFrench(), status); in testAPI()
97 NumberFormat *per_fr = NumberFormat::createPercentInstance(Locale::getFrench(), status); in testAPI()
Dsdtfmtts.cpp71 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status); in testAPI()
77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); in testAPI()
Dgenderinfotest.cpp97 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check()
Dtsdtfmsy.cpp136 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols()
143 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols()
Dtsdcfmsy.cpp38 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols()
Ddtptngts.cpp363 …ernGenerator *instFromLocale=DateTimePatternGenerator::createInstance(Locale::getFrench(), status); in testAPI()
778 Locale locale = Locale::getFrench(); in testAPI()
Ddtfmapts.cpp138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); in testAPI()
Ddcfmapts.cpp88 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI()
Dtsmthred.cpp798 … percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status)); in run()
Dloctest.cpp355 if (strcmp(Locale::getFrench().getName(), ULOC_FRENCH) != 0) { in TestParallelAPIValues()
Dapicoll.cpp209 col = Collator::createInstance(Locale::getFrench(), success); in TestProperty()
Ddtfmttst.cpp1264 DateFormat::FULL, Locale::getFrench()); in TestLocaleDateFormat()
/external/icu4c/common/unicode/
Dlocid.h189 static const Locale &U_EXPORT2 getFrench(void);
/external/icu4c/common/
Dlocid.cpp705 Locale::getFrench(void) in getFrench() function in Locale