Searched refs:ofLocalizedDateTime (Results 1 – 4 of 4) sorted by relevance
70 DateTimeFormatter.ofLocalizedDateTime(formatStyle) in test_format_allLocales()101 DateTimeFormatter.ofLocalizedDateTime(formatStyle) in test_format_allLocales_allChronologies()
642 public static DateTimeFormatter ofLocalizedDateTime(FormatStyle dateTimeStyle) { in ofLocalizedDateTime() method in DateTimeFormatter671 …public static DateTimeFormatter ofLocalizedDateTime(FormatStyle dateStyle, FormatStyle timeStyle) { in ofLocalizedDateTime() method in DateTimeFormatter
190 …assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL).getChronology(), IsoChronolog… in test_ofLocalizedDateTime1_basics()191 assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL).getZone(), null); in test_ofLocalizedDateTime1_basics()192 …assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL).getResolverStyle(), ResolverS… in test_ofLocalizedDateTime1_basics()197 …assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL, FormatStyle.MEDIUM).getChrono… in test_ofLocalizedDateTime2_basics()198 …assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL, FormatStyle.MEDIUM).getZone()… in test_ofLocalizedDateTime2_basics()199 …assertEquals(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.FULL, FormatStyle.MEDIUM).getResolv… in test_ofLocalizedDateTime2_basics()
11705 …method public static java.time.format.DateTimeFormatter ofLocalizedDateTime(java.time.format.Forma…11706 …method public static java.time.format.DateTimeFormatter ofLocalizedDateTime(java.time.format.Forma…