Searched defs:formatLocale (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/io/PrintStream/
H A DFormatLocale.java42 static final List<Locale> formatLocale = List.of(Locale.US, Locale.FRANCE); field in class:FormatLocale
/openjdk9/jdk/test/java/util/Formatter/
H A DFormatLocale.java59 static final List<Locale> formatLocale = List.of( field in class:FormatLocale
/openjdk9/jdk/test/java/time/test/java/time/format/
H A DTestNonIsoFormatter.java139 public void test_formatLocalizedDate(Chronology chrono, Locale formatLocale, Locale numberingLocale, argument
149 public void test_parseLocalizedText(Chronology chrono, Locale formatLocale, Locale numberingLocale, argument

Completed in 107 milliseconds