Searched refs:appendZoneText (Results 1 – 5 of 5) sorted by relevance
64 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()
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()
433 builder.appendZoneText(null); in test_appendZoneText_1arg_nullText()
1156 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle) { in appendZoneText() method in DateTimeFormatterBuilder1197 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle, in appendZoneText() method in DateTimeFormatterBuilder1612 appendZoneText(TextStyle.FULL); in parsePattern()1614 appendZoneText(TextStyle.SHORT); in parsePattern()