Home
last modified time | relevance | path

Searched refs:getGerman (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/test/intltest/
Dsdtfmtts.cpp103 SimpleDateFormat ovr2(pattern, override, Locale::getGerman(), status); in testAPI()
110 SimpleDateFormat ovr3(pattern, override_bogus, Locale::getGerman(), status); in testAPI()
Dalphaindextst.cpp141 index = new AlphabeticIndex(Locale::getGerman(), status); in APITest()
143 Collator *germanCol = Collator::createInstance(Locale::getGerman(), status); in APITest()
607 AlphabeticIndex index(Locale::getGerman(), status); in TestSchSt()
Ddtfmapts.cpp140 … *de = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG, Locale::getGerman()); in testAPI()
Dicusvtst.cpp1078 confirmEqual("test de_US 6", &actualReturn, &Locale::getGerman()); in testLocale()
1086 confirmEqual("test de_US 7", &actualReturn, &Locale::getGerman()); in testLocale()
1095 confirmEqual("test de_US 9", &actualReturn, &Locale::getGerman()); in testLocale()
Dtmsgfmt.cpp1022 msg.setLocale(Locale::getGerman()); in testSetLocale()
1024 if (msg.getLocale() != Locale::getGerman()) { in testSetLocale()
Dloctest.cpp358 if (strcmp(Locale::getGerman().getName(), ULOC_GERMAN) != 0) { in TestParallelAPIValues()
1741 Locale l(Locale::getGerman()); in TestSetKeywordValue()
Dapicoll.cpp183 logln(Collator::getDisplayName(Locale::getUS(), Locale::getGerman(), name)); in TestProperty()
/external/icu4c/common/unicode/
Dlocid.h191 static const Locale &U_EXPORT2 getGerman(void);
/external/icu4c/common/
Dlocid.cpp711 Locale::getGerman(void) in getGerman() function in Locale