Searched refs:formatLocale (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | Locales.java | 33 private final Locale formatLocale; field in Locales 35 private Locales(Locale uncategorizedLocale, Locale displayLocale, Locale formatLocale) { in Locales() argument 38 this.formatLocale = formatLocale; in Locales() 55 Locale formatLocale) { in getAndSetDefaultForTest() argument 57 Locales newLocales = new Locales(uncategorizedLocale, displayLocale, formatLocale); in getAndSetDefaultForTest() 71 && formatLocale.equals(that.formatLocale); in equals() 76 return Objects.hash(uncategorizedLocale, displayLocale, formatLocale); in hashCode() 82 ", formatLocale=" + formatLocale + ']'; in toString() 94 Locale.setDefault(FORMAT, formatLocale); in setAsDefault()
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestNonIsoFormatter.java | 158 …public void test_formatLocalizedDate(Chronology chrono, Locale formatLocale, Locale numberingLocal… in test_formatLocalizedDate() argument 161 .withChronology(chrono).withLocale(formatLocale) in test_formatLocalizedDate() 168 …public void test_parseLocalizedText(Chronology chrono, Locale formatLocale, Locale numberingLocale, in test_parseLocalizedText() argument 171 .withChronology(chrono).withLocale(formatLocale) in test_parseLocalizedText()
|