Searched refs:appendZoneText (Results 1 – 6 of 6) sorted by relevance
63 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()
521 builder.appendZoneText(TextStyle.FULL); in test_appendZoneText_1arg()528 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
503 …return new DateTimeFormatterBuilder().appendZoneText(style).toFormatter(locale).format(toTemporal(… in getDisplayName()
1168 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle) { in appendZoneText() method in DateTimeFormatterBuilder1209 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle, in appendZoneText() method in DateTimeFormatterBuilder1624 appendZoneText(TextStyle.FULL); in parsePattern()1626 appendZoneText(TextStyle.SHORT); in parsePattern()
433 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
11770 …method public java.time.format.DateTimeFormatterBuilder appendZoneText(java.time.format.TextStyle);11771 …method public java.time.format.DateTimeFormatterBuilder appendZoneText(java.time.format.TextStyle,…