Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java63 return new DateTimeFormatterBuilder().appendZoneText(style) in getFormatter()
205 DateTimeFormatter fmt = new DateTimeFormatterBuilder().appendZoneText(style, preferred) in test_ParseText()
266 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/main/java/java/time/format/
DDateTimeFormatterBuilder.java1168 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle) { in appendZoneText() method in DateTimeFormatterBuilder
1209 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle, in appendZoneText() method in DateTimeFormatterBuilder
1624 appendZoneText(TextStyle.FULL); in parsePattern()
1626 appendZoneText(TextStyle.SHORT); in parsePattern()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatterBuilder.java433 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
/libcore/api/
Dcurrent.txt11770 …method public java.time.format.DateTimeFormatterBuilder appendZoneText(java.time.format.TextStyle);
11771 …method public java.time.format.DateTimeFormatterBuilder appendZoneText(java.time.format.TextStyle,…