Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp73 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status); in testAPI()
79 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status); in testAPI()
Dnmfmapts.cpp77 NumberFormat *fr = NumberFormat::createInstance(Locale::getFrench(), status); in testAPI()
88 NumberFormat *cur_fr = NumberFormat::createCurrencyInstance(Locale::getFrench(), status); in testAPI()
99 NumberFormat *per_fr = NumberFormat::createPercentInstance(Locale::getFrench(), status); in testAPI()
Dgenderinfotest.cpp98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check()
Dtsdtfmsy.cpp174 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols()
181 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols()
Dtsdcfmsy.cpp36 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols()
Ddtptngts.cpp382 …ernGenerator *instFromLocale=DateTimePatternGenerator::createInstance(Locale::getFrench(), status); in testAPI()
797 Locale locale = Locale::getFrench(); in testAPI()
Ddtfmapts.cpp140 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); in testAPI()
Drbbiapts.cpp1356 builder.adoptInstead(FilteredBreakIteratorBuilder::createInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
1360 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
Dmeasfmttest.cpp993 MeasureFormat fmtFr(Locale::getFrench(), UMEASFMT_WIDTH_SHORT, status); in TestExamplesInDocs()
995 Locale::getFrench(), UMEASFMT_WIDTH_WIDE, status); in TestExamplesInDocs()
997 Locale::getFrench(), UMEASFMT_WIDTH_NARROW, status); in TestExamplesInDocs()
Ddcfmapts.cpp133 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI()
Dtsmthred.cpp701 … percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status)); in run()
Dloctest.cpp351 if (strcmp(Locale::getFrench().getName(), ULOC_FRENCH) != 0) { in TestParallelAPIValues()
Dapicoll.cpp179 col = Collator::createInstance(Locale::getFrench(), success); in TestProperty()
Ddtfmttst.cpp1327 DateFormat::FULL, Locale::getFrench()); in TestLocaleDateFormat()
/external/icu/icu4c/source/common/unicode/
Dlocid.h194 static const Locale &U_EXPORT2 getFrench(void);
/external/icu/icu4c/source/common/
Dlocid.cpp781 Locale::getFrench(void) in getFrench() function in Locale