Searched defs:FRENCH (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/EnumMap/
H A DToArray.java34 enum Country { FRENCH, POLISH } enum constant in enum:ToArray.Country
37 m.put(Country.FRENCH, "connection");
44 ((Map.Entry)z[0]).getKey() == Country.FRENCH &&
53 x2[0].getKey() == Country.FRENCH &&
63 y2[0].getKey() == Country.FRENCH &&
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6524757.java98 private static final Object[] FRENCH = convert(Locale.FRENCH, KEYS); field in class:Test6524757
110 JComponent.setDefaultLocale(Locale.FRENCH);
111 validate(FRENCH, create());
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java76 private int FRENCH = 1; field in class:LocaleTest
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java419 static public final Locale FRENCH = createConstant("fr", ""); field in class:Locale

Completed in 49 milliseconds