Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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.cpp96 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check()
Dtsdtfmsy.cpp172 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols()
179 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols()
Dtsdcfmsy.cpp34 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols()
Ddtptngts.cpp377 …ernGenerator *instFromLocale=DateTimePatternGenerator::createInstance(Locale::getFrench(), status); in testAPI()
792 Locale locale = Locale::getFrench(); in testAPI()
Ddtfmapts.cpp138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); in testAPI()
Drbbiapts.cpp1381 builder.adoptInstead(FilteredBreakIteratorBuilder::createInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
1385 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
Dmeasfmttest.cpp687 MeasureFormat fmtFr(Locale::getFrench(), UMEASFMT_WIDTH_SHORT, status); in TestExamplesInDocs()
689 Locale::getFrench(), UMEASFMT_WIDTH_WIDE, status); in TestExamplesInDocs()
691 Locale::getFrench(), UMEASFMT_WIDTH_NARROW, status); in TestExamplesInDocs()
Ddcfmapts.cpp131 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI()
Dtsmthred.cpp699 … percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status)); in run()
Dloctest.cpp348 if (strcmp(Locale::getFrench().getName(), ULOC_FRENCH) != 0) { in TestParallelAPIValues()
Dapicoll.cpp177 col = Collator::createInstance(Locale::getFrench(), success); in TestProperty()
Ddtfmttst.cpp1314 DateFormat::FULL, Locale::getFrench()); in TestLocaleDateFormat()
/external/icu/icu4c/source/common/unicode/
Dlocid.h192 static const Locale &U_EXPORT2 getFrench(void);
/external/icu/icu4c/source/common/
Dlocid.cpp772 Locale::getFrench(void) in getFrench() function in Locale