Searched refs:formatLocale (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/java/io/PrintStream/
H A DFormatLocale.java42 static final List<Locale> formatLocale = List.of(Locale.US, Locale.FRANCE); field in class:FormatLocale
46 IntStream.range(0, formatLocale.size()).forEach(i -> {
47 Locale.setDefault(Locale.Category.FORMAT, formatLocale.get(i));
53 + formatLocale.get(i) +
/openjdk10/jdk/test/java/util/Formatter/
H A DFormatLocale.java59 static final List<Locale> formatLocale = List.of( field in class:FormatLocale
75 Locale.setDefault(Locale.Category.FORMAT, formatLocale.get(i));
82 + formatLocale.get(i) +
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestNonIsoFormatter.java139 public void test_formatLocalizedDate(Chronology chrono, Locale formatLocale, Locale numberingLocale, argument
142 .withChronology(chrono).withLocale(formatLocale)
149 public void test_parseLocalizedText(Chronology chrono, Locale formatLocale, Locale numberingLocale, argument
152 .withChronology(chrono).withLocale(formatLocale)
/openjdk10/jdk/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java128 String formatLocale = getDefaultLocale(CAT_FORMAT);
129 if (!formatLocale.equals(displayLocale)) {
130 l = Locale.forLanguageTag(formatLocale.replace('_', '-'));

Completed in 104 milliseconds