Searched refs:appendLocalized (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKLocalizedPrinterParser.java | 113 builder.appendLocalized(null, null); in test_parse_negativePosition() 149 DateTimeFormatter f = builder.appendLocalized(dateStyle, null).toFormatter(locale); in test_date_print() 161 DateTimeFormatter f = builder.appendLocalized(dateStyle, null).toFormatter(locale); in test_date_parse() 202 DateTimeFormatter f = builder.appendLocalized(null, timeStyle).toFormatter(locale); in test_time_print() 214 DateTimeFormatter f = builder.appendLocalized(null, timeStyle).toFormatter(locale); in test_time_parse()
|
D | TCKFormatStyle.java | 112 …DateTimeFormatter formatter = builder.appendLocalized(style, style).appendLiteral(" ").appendZoneO… in test_formatStyle()
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeFormatter.java | 588 return new DateTimeFormatterBuilder().appendLocalized(dateStyle, null) in ofLocalizedDate() 616 return new DateTimeFormatterBuilder().appendLocalized(null, timeStyle) in ofLocalizedTime() 644 return new DateTimeFormatterBuilder().appendLocalized(dateTimeStyle, dateTimeStyle) in ofLocalizedDateTime() 674 return new DateTimeFormatterBuilder().appendLocalized(dateStyle, timeStyle) in ofLocalizedDateTime()
|
D | DateTimeFormatterBuilder.java | 1276 public DateTimeFormatterBuilder appendLocalized(FormatStyle dateStyle, FormatStyle timeStyle) { in appendLocalized() method in DateTimeFormatterBuilder
|