Home
last modified time | relevance | path

Searched refs:appendZoneText (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java64 return new DateTimeFormatterBuilder().appendZoneText(style) in getFormatter()
192 DateTimeFormatter fmt = new DateTimeFormatterBuilder().appendZoneText(style, preferred) in test_ParseText()
253 return db.appendZoneText(style) in getFormatter()
DTestDateTimeFormatterBuilder.java521 builder.appendZoneText(TextStyle.FULL); in test_appendZoneText_1arg()
528 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
/libcore/ojluni/src/main/java/java/time/
DZoneId.java503 …return new DateTimeFormatterBuilder().appendZoneText(style).toFormatter(locale).format(toTemporal(… in getDisplayName()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatterBuilder.java433 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java1156 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle) { in appendZoneText() method in DateTimeFormatterBuilder
1197 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle, in appendZoneText() method in DateTimeFormatterBuilder
1612 appendZoneText(TextStyle.FULL); in parsePattern()
1614 appendZoneText(TextStyle.SHORT); in parsePattern()