Home
last modified time | relevance | path

Searched refs:getGerman (Results 1 – 8 of 8) 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()
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.cpp996 msg.setLocale(Locale::getGerman()); in testSetLocale()
998 if (msg.getLocale() != Locale::getGerman()) { in testSetLocale()
Dloctest.cpp357 if (strcmp(Locale::getGerman().getName(), ULOC_GERMAN) != 0) { in TestParallelAPIValues()
1720 Locale l(Locale::getGerman()); in TestSetKeywordValue()
Dapicoll.cpp181 logln(Collator::getDisplayName(Locale::getUS(), Locale::getGerman(), name)); in TestProperty()
/external/icu4c/common/unicode/
Dlocid.h190 static const Locale &U_EXPORT2 getGerman(void);
/external/icu4c/common/
Dlocid.cpp777 Locale::getGerman(void) in getGerman() function in Locale