Searched refs:appendZoneId (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/test/java/time/tck/java/time/format/
H A DTCKZoneIdPrinterParser.java83 * Test DateTimeFormatterBuilder.appendZoneId().
117 builder.appendZoneId();
215 builder.appendZoneId();
223 builder.appendZoneId();
235 builder.appendZoneId();
243 builder.parseCaseSensitive().appendZoneId();
260 builder.parseCaseInsensitive().appendZoneId();
H A DTCKDateTimeParseResolver.java958 DateTimeFormatter f = new DateTimeFormatterBuilder().parseDefaulting(EPOCH_DAY, 2).appendZoneId().toFormatter();
967 DateTimeFormatter f = new DateTimeFormatterBuilder().parseDefaulting(EPOCH_DAY, 2).appendZoneId().toFormatter();
H A DTCKDateTimeFormatter.java360 .appendLiteral(':').optionalStart().appendZoneId().optionalEnd()
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestDateTimeParsing.java96 .appendPattern("yyyy-MM-dd HH:mm:ss ").appendZoneId().toFormatter();
H A DTestDateTimeFormatter.java237 DateTimeFormatter fmt = new DateTimeFormatterBuilder().appendZoneId().toFormatter()
242 fail("Format using appendZoneId() should have failed");
H A DTestDateTimeFormatterBuilder.java512 builder.appendZoneId();
/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java1052 public DateTimeFormatterBuilder appendZoneId() { method in class:DateTimeFormatterBuilder
1100 * Note that this method is identical to {@code appendZoneId()} except
1106 * @see #appendZoneId()
1158 * Note that this method is identical to {@code appendZoneId()} except
1162 * @see #appendZoneId()
1628 * VV 2 appendZoneId()
1736 appendZoneId();

Completed in 182 milliseconds