Searched refs:FRANCE (Results 1 - 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormatterTest.java70 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
71 fLoc = new Formatter(Locale.FRANCE);
72 fNoL = new Formatter(Locale.FRANCE);
92 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
93 fLoc = new Formatter(Locale.FRANCE);
94 fNoL = new Formatter(Locale.FRANCE);
110 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
113 fLoc.format(Locale.FRANCE, illFlags[i], 1.23d);
H A DOldTimeZoneTest.java96 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
98 assertEquals("heure normale du Pacifique", tz.getDisplayName(Locale.FRANCE));
118 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
120 assertEquals("UTC-08:00", tz.getDisplayName(false, 0, Locale.FRANCE));
122 assertEquals("heure avanc\u00e9e du Pacifique", tz.getDisplayName(true, 1, Locale.FRANCE));
123 assertEquals("heure normale du Pacifique", tz.getDisplayName(false, 1, Locale.FRANCE));
H A DOldGregorianCalendarTest.java33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE);
/libcore/luni/src/test/java/libcore/java/text/
H A DOldDecimalFormatSymbolsTest.java37 Locale.FRANCE);
125 // Values based on Java 1.5 RI DecimalFormatSymbols for Locale.FRANCE
H A DOldMessageFormatTest.java80 Locale.FRANCE,
82 new Locale(Locale.FRANCE.getCountry(), Locale.FRANCE
H A DSimpleDateFormatTest.java228 new SimpleDateFormat("z", Locale.FRANCE).parse("UTC");
H A DOldNumberFormatTest.java117 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
118 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE),
122 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE),
/libcore/luni/src/test/java/tests/api/java/util/
H A DCurrencyTest.java171 Locale.FRANCE, Locale.FRENCH,
340 Locale.FRANCE,
375 Locale.FRANCE,
H A DCalendarTest.java483 Locale.CHINA, Locale.CANADA, Locale.FRANCE };
/libcore/luni/src/main/java/java/util/
H A DLocale.java137 public static final Locale FRANCE = new Locale(true, "fr", "FR"); field in class:Locale
434 * <li>{@code new Locale("en").getDisplayName(Locale.FRANCE)} -> {@code anglais}
435 * <li>{@code new Locale("en", "US").getDisplayName(Locale.FRANCE)} -> {@code anglais (États-Unis)}
436 * <li>{@code new Locale("en", "US", "POSIX").getDisplayName(Locale.FRANCE)} -> {@code anglais (États-Unis,informatique)}.

Completed in 61 milliseconds