Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dsdtfmtts.cpp68 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status); in testAPI()
74 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); in testAPI()
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()
Dtsdtfmsy.cpp136 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols()
142 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols()
Dtsdcfmsy.cpp38 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols()
Ddtfmapts.cpp108 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); in testAPI()
Ddtptngts.cpp143 …ernGenerator *instFromLocale=DateTimePatternGenerator::createInstance(Locale::getFrench(), status); in testAPI()
Ddcfmapts.cpp76 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI()
Dtsmthred.cpp988 percentFormatter = NumberFormat::createPercentInstance(Locale::getFrench(),status); in run()
Dapicoll.cpp182 col = Collator::createInstance(Locale::getFrench(), success); in TestProperty()
235 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getFrench()) { in TestProperty()
Dloctest.cpp347 if (strcmp(Locale::getFrench().getName(), ULOC_FRENCH) != 0) { in TestParallelAPIValues()
Ddtfmttst.cpp1053 DateFormat::FULL, Locale::getFrench()); in TestLocaleDateFormat()
/external/icu4c/common/unicode/
Dlocid.h186 static const Locale &U_EXPORT2 getFrench(void);
/external/icu4c/common/
Dlocid.cpp1016 Locale::getFrench(void) in getFrench() function in Locale