Home
last modified time | relevance | path

Searched refs:GERMANY (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DCurrencyTest.java41 assertEquals("DM", currency.getSymbol(Locale.GERMANY)); in test_getSymbol_locale()
52 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getSymbol_noLocaleArgument()
92 assertEquals("Deutsche Mark", currency.getDisplayName(Locale.GERMANY)); in test_getDisplayName_locale_dem()
114 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getDisplayName_noLocaleArgument()
DCalendarBuilderTest.java136 builder.setLocale(Locale.GERMANY); in test_setLocale()
137 GregorianCalendar expected = new GregorianCalendar(Locale.GERMANY); in test_setLocale()
DLocaleTest.java1087 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getDisplayScript()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DScannerTest.java1080 s.useLocale(Locale.GERMANY); in test_nextIntI()
1095 s.useLocale(Locale.GERMANY); in test_nextIntI()
1129 s.useLocale(Locale.GERMANY); in test_nextIntI()
1254 s.useLocale(Locale.GERMANY); in test_nextInt()
1269 s.useLocale(Locale.GERMANY); in test_nextInt()
1305 s.useLocale(Locale.GERMANY); in test_nextInt()
1587 s.useLocale(Locale.GERMANY); in test_nextFloat()
1593 s.useLocale(Locale.GERMANY); in test_nextFloat()
1599 s.useLocale(Locale.GERMANY); in test_nextFloat()
1655 s.useLocale(Locale.GERMANY); in test_nextBigIntegerI()
[all …]
DCurrencyTest.java364 Locale.GERMANY, in test_getCurrencyCode()
399 Locale.GERMANY, in test_toString()
/libcore/benchmarks/src/benchmarks/regression/
DDateFormatBenchmark.java34 locale2 = Locale.GERMANY; in setUp()
DBreakIteratorBenchmark.java28 …GERMAN(Locale.GERMANY, "Aber dieser Freiheit setzte endlich der Winter ein Ziel. Draußen auf den F…
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java96 …assertEquals(new DecimalFormatSymbols(Locale.GERMANY), DecimalFormatSymbols.getInstance(Locale.GER… in test_getInstanceLjava_util_Locale()
DDateFormatSymbolsTest.java84 …assertEquals(new DateFormatSymbols(Locale.GERMANY), DateFormatSymbols.getInstance(Locale.GERMANY)); in test_getInstanceLjava_util_Locale()
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java172 public static final java.util.Locale GERMANY; field in Locale
173 static { GERMANY = null; }
/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java46 DecimalFormatSymbols originalDfs = DecimalFormatSymbols.getInstance(Locale.GERMANY); in testSerialization()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java167 @libcore.util.NonNull public static final java.util.Locale GERMANY; field in Locale
168 static { GERMANY = null; }
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java423 public static final java.util.Locale GERMANY; field in Locale
426 GERMANY = null;
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1407 Calendar.getInstance(Locale.GERMANY), in testSetDate_int_Date_Calendar()
1977 Calendar.getInstance(Locale.GERMANY), in testSetTime_int_Time_Calendar()
2104 Calendar.getInstance(Locale.GERMANY), in testSetTimestampIntTimestampCalendar()
/libcore/ojluni/src/main/java/java/util/
DLocale.java617 static public final Locale GERMANY = createConstant("de", "DE"); field in Locale