Home
last modified time | relevance | path

Searched refs:FRENCH (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestDateTimeFormatterBuilder.java922 …{FormatStyle.FULL, FormatStyle.FULL, IsoChronology.INSTANCE, Locale.FRENCH, "EEEE d MMMM y 'à' HH:… in localizedDateTimePatterns()
923 …{FormatStyle.LONG, FormatStyle.LONG, IsoChronology.INSTANCE, Locale.FRENCH, "d MMMM y 'à' HH:mm:ss… in localizedDateTimePatterns()
924 …{FormatStyle.MEDIUM, FormatStyle.MEDIUM, IsoChronology.INSTANCE, Locale.FRENCH, "d MMM y 'à' HH:mm… in localizedDateTimePatterns()
925 … {FormatStyle.SHORT, FormatStyle.SHORT, IsoChronology.INSTANCE, Locale.FRENCH, "dd/MM/y HH:mm"}, in localizedDateTimePatterns()
926 {FormatStyle.FULL, null, IsoChronology.INSTANCE, Locale.FRENCH, "EEEE d MMMM y"}, in localizedDateTimePatterns()
927 {FormatStyle.LONG, null, IsoChronology.INSTANCE, Locale.FRENCH, "d MMMM y"}, in localizedDateTimePatterns()
928 {FormatStyle.MEDIUM, null, IsoChronology.INSTANCE, Locale.FRENCH, "d MMM y"}, in localizedDateTimePatterns()
929 {FormatStyle.SHORT, null, IsoChronology.INSTANCE, Locale.FRENCH, "dd/MM/y"}, in localizedDateTimePatterns()
930 {null, FormatStyle.FULL, IsoChronology.INSTANCE, Locale.FRENCH, "HH:mm:ss zzzz"}, in localizedDateTimePatterns()
931 {null, FormatStyle.LONG, IsoChronology.INSTANCE, Locale.FRENCH, "HH:mm:ss z"}, in localizedDateTimePatterns()
[all …]
DTestTextPrinter.java274 …getFormatter(MONTH_OF_YEAR, TextStyle.FULL).withLocale(Locale.FRENCH).formatTo(LocalDate.of(2012, … in test_print_french_long()
279 …getFormatter(MONTH_OF_YEAR, TextStyle.SHORT).withLocale(Locale.FRENCH).formatTo(LocalDate.of(2012,… in test_print_french_short()
DTestTextParser.java370 getFormatter(MONTH_OF_YEAR, TextStyle.SHORT).withLocale(Locale.FRENCH) in test_parse_french_short_strict_full_noMatch()
378 assertEquals(getFormatter(MONTH_OF_YEAR, TextStyle.SHORT).withLocale(Locale.FRENCH) in test_parse_french_short_strict_short_match()
DTestZoneTextPrinterParser.java134 Locale[] locales = new Locale[] { Locale.ENGLISH, Locale.JAPANESE, Locale.FRENCH }; in test_ParseText()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollatorTest.java34 Collator c = Collator.getInstance(Locale.FRENCH); in test_compareLjava_lang_ObjectLjava_lang_Object()
125 Collator c = Collator.getInstance(Locale.FRENCH); in test_equalsLjava_lang_StringLjava_lang_String()
214 Collator c = Collator.getInstance(Locale.FRENCH); in failing_test_setDecompositionI()
DMessageFormatTest.java426 format.setLocale(Locale.FRENCH); // use French since English has the in test_applyPatternLjava_lang_String()
431 Locale.FRENCH))); in test_applyPatternLjava_lang_String()
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java166 public static final java.util.Locale FRENCH; field in Locale
167 static { FRENCH = null; }
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java161 @libcore.util.NonNull public static final java.util.Locale FRENCH; field in Locale
162 static { FRENCH = null; }
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java411 public static final java.util.Locale FRENCH; field in Locale
414 FRENCH = null;
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java88 Locale.ENGLISH, Locale.FRENCH, Locale.JAPANESE, Locale.CHINESE}; in test()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java194 Locale.FRANCE, Locale.FRENCH, in test_getSymbolLjava_util_Locale()
/libcore/luni/src/test/java/libcore/java/util/
DTimeZoneTest.java255 checkDisplayNames(Locale.FRENCH); in testDisplayNames_nonUS()
/libcore/luni/src/test/java/libcore/java/text/
DSimpleDateFormatTest.java625 doUtcParsingTest(Locale.FRENCH, timeZonePattern, timeZoneStyle, "UTC"); in testParseUtcShort()
636 doUtcParsingTest(Locale.FRENCH, timeZonePattern, timeZoneStyle, in testParseUtcLong()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java610 Locale.setDefault(Locale.FRENCH); in test_Parse_locale()
/libcore/ojluni/src/main/java/java/util/
DLocale.java581 static public final Locale FRENCH = createConstant("fr", ""); field in Locale
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatters.java1261 …assertEquals(DateTimeFormatter.RFC_1123_DATE_TIME.withLocale(Locale.FRENCH).format(test), expected… in test_print_rfc1123_french()