Home
last modified time | relevance | path

Searched refs:getFrench (Results 1 – 18 of 18) 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()
Ddtfmapts.cpp140 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); in testAPI()
Ddtptngts.cpp395 …ernGenerator *instFromLocale=DateTimePatternGenerator::createInstance(Locale::getFrench(), status); in testAPI()
800 Locale locale = Locale::getFrench(); in testAPI()
Dtsdcfmsy.cpp38 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols()
Dnumbertest_api.cpp34 FRENCH_SYMBOLS(Locale::getFrench(), status), in NumberFormatterApiTest()
1610 Locale::getFrench(), in symbols()
2063 UnicodeString actual = NumberFormatter::withLocale(Locale::getFrench()).formatInt(1234, status) in locale()
Drbbiapts.cpp1362 builder.adoptInstead(FilteredBreakIteratorBuilder::createInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
1366 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getFrench(), status)); in TestFilteredBreakIteratorBuilder()
Dtsmthred.cpp651 … percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status)); in run()
Dmeasfmttest.cpp1288 MeasureFormat fmtFr(Locale::getFrench(), UMEASFMT_WIDTH_SHORT, status); in TestExamplesInDocs()
1290 Locale::getFrench(), UMEASFMT_WIDTH_WIDE, status); in TestExamplesInDocs()
1292 Locale::getFrench(), UMEASFMT_WIDTH_NARROW, status); in TestExamplesInDocs()
Ddcfmapts.cpp165 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); in testAPI()
Drbbitst.cpp4376 assertTrue(WHERE, Locale::getFrench() == biFr->getLocale(ULOC_VALID_LOCALE, status)); in TestBug12519()
4385 assertTrue(WHERE, Locale::getFrench() == cloneFr->getLocale(ULOC_VALID_LOCALE, status)); in TestBug12519()
Dapicoll.cpp173 col = Collator::createInstance(Locale::getFrench(), success); in TestProperty()
Dloctest.cpp376 if (strcmp(Locale::getFrench().getName(), ULOC_FRENCH) != 0) { in TestParallelAPIValues()
Ddtfmttst.cpp1328 DateFormat::FULL, Locale::getFrench()); in TestLocaleDateFormat()
/external/icu/icu4c/source/common/unicode/
Dlocid.h199 static const Locale &U_EXPORT2 getFrench(void);
/external/icu/icu4c/source/common/
Dlocid.cpp1078 Locale::getFrench(void) in getFrench() function in Locale