Home
last modified time | relevance | path

Searched refs:FRANCE (Results 1 – 24 of 24) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOldFormatterTest.java67 fLoc = new Formatter(Locale.FRANCE); in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
68 fNoL = new Formatter(Locale.FRANCE); in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
85 fLoc = new Formatter(Locale.FRANCE); in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
86 fNoL = new Formatter(Locale.FRANCE); in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
103 fLoc.format(Locale.FRANCE, illFlags[i], 1.23d); in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
DOldTimeZoneTest.java94 assertEquals("heure normale du Pacifique nord-américain", tz.getDisplayName(Locale.FRANCE)); in test_getDisplayNameLjava_util_Locale()
110 tz.getDisplayName(true, TimeZone.LONG, Locale.FRANCE)); in test_getDisplayNameZILjava_util_Locale()
112 tz.getDisplayName(false, TimeZone.LONG, Locale.FRANCE)); in test_getDisplayNameZILjava_util_Locale()
120 assertEquals("GMT-08:00", tz.getDisplayName(false, TimeZone.SHORT, Locale.FRANCE)); in test_getDisplayNameZILjava_util_Locale()
121 assertEquals("GMT-07:00", tz.getDisplayName(true, TimeZone.SHORT, Locale.FRANCE)); in test_getDisplayNameZILjava_util_Locale()
DCurrencyTest.java40 assertEquals("DEM", currency.getSymbol(Locale.FRANCE)); in test_getSymbol_locale()
52 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getSymbol_noLocaleArgument()
94 assertEquals("mark allemand", currency.getDisplayName(Locale.FRANCE)); in test_getDisplayName_locale_dem()
114 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getDisplayName_noLocaleArgument()
DOldGregorianCalendarTest.java33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE); in testGetHour()
DLocaleTest.java1040 Locale fake = Locale.FRANCE; in test_filter_resultIsModifiable_locales()
1087 Locales locales = Locales.getAndSetDefaultForTest(Locale.US, Locale.GERMANY, Locale.FRANCE); in test_getDisplayScript()
1657 Locale.setDefault(Locale.FRANCE); in test_setDefault_withCategory()
1658 assertEquals(Locale.FRANCE, Locale.getDefault(Locale.Category.FORMAT)); in test_setDefault_withCategory()
1659 assertEquals(Locale.FRANCE, Locale.getDefault(Locale.Category.DISPLAY)); in test_setDefault_withCategory()
1660 assertEquals(Locale.FRANCE, Locale.getDefault()); in test_setDefault_withCategory()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKLocalizedPrinterParser.java122 {LocalDate.of(2012, 6, 30), FormatStyle.SHORT, DateFormat.SHORT, Locale.FRANCE}, in data_date()
127 {LocalDate.of(2012, 6, 30), FormatStyle.MEDIUM, DateFormat.MEDIUM, Locale.FRANCE}, in data_date()
132 {LocalDate.of(2012, 6, 30), FormatStyle.LONG, DateFormat.LONG, Locale.FRANCE}, in data_date()
137 {LocalDate.of(2012, 6, 30), FormatStyle.FULL, DateFormat.FULL, Locale.FRANCE}, in data_date()
174 {LocalTime.of(11, 30), FormatStyle.SHORT, DateFormat.SHORT, Locale.FRANCE}, in data_time()
179 {LocalTime.of(11, 30), FormatStyle.MEDIUM, DateFormat.MEDIUM, Locale.FRANCE}, in data_time()
/libcore/luni/src/test/java/libcore/java/text/
DOldDecimalFormatSymbolsTest.java55 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); in test_RIHarmony_compatible()
151 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.FRANCE); in test_DecimalFormatSymbols_France()
DDateFormatSymbolsTest.java119 assertUtc(Locale.FRANCE); in test_getZoneStrings_UTC()
DSimpleDateFormatTest.java402 new SimpleDateFormat("z", Locale.FRANCE).parse("UTC"); in testParseTimezoneOnly()
587 doTestFormat(Locale.FRANCE, timeZoneStyle, timeZonePattern, "UTC"); in testFormatUtcShort()
597 doTestFormat(Locale.FRANCE, timeZoneStyle, timeZonePattern, "Temps universel coordonné"); in testFormatUtcLong()
710 for (Locale locale : new Locale[] { Locale.US, Locale.FRANCE }) { in testDayPeriodFormat()
DNumberFormatTest.java200 NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.FRANCE); in test_currencyFromLocale()
DOldNumberFormatTest.java120 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE), "asd123,123abc123", in test_parseObjectLjava_lang_StringLjava_text_ParsePosition()
123 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE), "test test", in test_parseObjectLjava_lang_StringLjava_text_ParsePosition()
/libcore/benchmarks/src/benchmarks/regression/
DDateFormatBenchmark.java35 locale3 = Locale.FRANCE; in setUp()
DDecimalFormatBenchmark.java19 NumberFormat.getInstance(Locale.FRANCE);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DFormatterTest.java195 Formatter f1 = new Formatter(Locale.FRANCE); in test_ConstructorLjava_util_Locale()
197 assertEquals(f1.locale(), Locale.FRANCE); in test_ConstructorLjava_util_Locale()
770 formatter = new Formatter(Locale.FRANCE); in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
775 formatter = new Formatter(Locale.FRANCE); in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
908 f = new Formatter(Locale.FRANCE); in test_formatLjava_lang_String$Ljava_lang_Object_Precision()
1179 f = new Formatter(Locale.FRANCE); in test_format_LString$LObject_GeneralConversionB()
1243 f = new Formatter(Locale.FRANCE); in test_format_LString$LObject_GeneralConversionS()
1279 f = new Formatter(Locale.FRANCE); in test_format_LString$LObject_GeneralConversionH()
1708 f = new Formatter(Locale.FRANCE); in test_formatLjava_lang_String$Ljava_lang_Object_ByteShortIntegerLongConversionX()
1715 f = new Formatter(Locale.FRANCE); in test_formatLjava_lang_String$Ljava_lang_Object_ByteShortIntegerLongConversionX()
[all …]
DCurrencyTest.java194 Locale.FRANCE, Locale.FRENCH, in test_getSymbolLjava_util_Locale()
361 Locale.FRANCE, in test_getCurrencyCode()
396 Locale.FRANCE, in test_toString()
DCalendarTest.java483 Locale.CHINA, Locale.CANADA, Locale.FRANCE };
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java163 public static final java.util.Locale FRANCE; field in Locale
164 static { FRANCE = null; }
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java158 @libcore.util.NonNull public static final java.util.Locale FRANCE; field in Locale
159 static { FRANCE = null; }
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java405 public static final java.util.Locale FRANCE; field in Locale
408 FRANCE = null;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java457 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); in test_serialization()
DDateFormatSymbolsTest.java404 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRANCE); in test_serialization()
DMessageFormatTest.java88 Locale.FRANCE, in test_getLocale()
DDecimalFormatTest.java1938 NumberFormat nf = NumberFormat.getInstance(Locale.FRANCE); in testSerializationHarmonyRICompatible()
/libcore/ojluni/src/main/java/java/util/
DLocale.java613 static public final Locale FRANCE = createConstant("fr", "FR"); field in Locale