Searched refs:GERMANY (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DBug6530694.java36 Locale.setDefault(Locale.GERMANY);
/openjdk7/jdk/test/java/lang/String/
H A DToUpperCase.java48 test("\u00DF", Locale.GERMANY, "SS");
49 test("a\u00DF", Locale.GERMANY, "ASS");
50 test("i", Locale.GERMANY, "I");
/openjdk7/jdk/test/java/util/Formatter/
H A DConstructors.java170 try (Formatter f = new Formatter("foo", "ISO-8859-1", Locale.GERMANY)) {
173 locale(f, Locale.GERMANY);
175 fail("new Formatter(\"foo\", \"ISO-8859-1\", Locale.GERMANY)", x);
/openjdk7/jdk/test/java/util/Currency/
H A DCurrencyTest.java179 testSymbol("EUR", Locale.GERMANY, "\u20AC");
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleEnhanceTest.java619 Locale.setDefault(Locale.GERMANY);
633 assertEquals("latn DE", "Lateinisch", latnLocale.getDisplayScript(Locale.GERMANY));
634 assertEquals("hans DE", "Vereinfachte Chinesische Schrift", hansLocale.getDisplayScript(Locale.GERMANY));
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java455 static public final Locale GERMANY = createConstant("de", "DE"); field in class:Locale

Completed in 483 milliseconds