Searched refs:ofLocalizedDate (Results 1 – 7 of 7) sorted by relevance
65 DateTimeFormatter.ofLocalizedDate(formatStyle) in test_format_allLocales()95 DateTimeFormatter.ofLocalizedDate(formatStyle) in test_format_allLocales_allChronologies()
160 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_formatLocalizedDate()170 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseLocalizedText()180 DateTimeFormatter dtf = DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL) in test_parseInvalidText()
123 .ofLocalizedDate(FormatStyle.FULL) in test_JapaneseEras_dateTimeFormatter()
586 public static DateTimeFormatter ofLocalizedDate(FormatStyle dateStyle) { in ofLocalizedDate() method in DateTimeFormatter
176 …assertEquals(DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL).getChronology(), IsoChronology.IN… in test_ofLocalizedDate_basics()177 assertEquals(DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL).getZone(), null); in test_ofLocalizedDate_basics()178 …assertEquals(DateTimeFormatter.ofLocalizedDate(FormatStyle.FULL).getResolverStyle(), ResolverStyle… in test_ofLocalizedDate_basics()
468 …DateTimeFormatter df = DateTimeFormatter.ofLocalizedDate(FormatStyle.LONG).withChronology(Chronolo… in test_formatterOfLocalizedDate()
11704 …method public static java.time.format.DateTimeFormatter ofLocalizedDate(java.time.format.FormatSty…