Home
last modified time | relevance | path

Searched refs:ofLocalizedDateTime (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java642 public static DateTimeFormatter ofLocalizedDateTime(FormatStyle dateTimeStyle) { in ofLocalizedDateTime() method in DateTimeFormatter
671 …public static DateTimeFormatter ofLocalizedDateTime(FormatStyle dateStyle, FormatStyle timeStyle) { in ofLocalizedDateTime() method in DateTimeFormatter
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatters.java190 …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()