Searched refs:appendOffsetId (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatter.java773 .appendOffsetId()
806 .appendOffsetId()
874 .appendOffsetId()
906 .appendOffsetId()
964 .appendOffsetId()
1038 .appendOffsetId()
1083 .appendOffsetId()
1129 .appendOffsetId()
H A DDateTimeFormatterBuilder.java888 public DateTimeFormatterBuilder appendOffsetId() { method in class:DateTimeFormatterBuilder
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestDateTimeParsing.java98 .appendPattern("yyyy-MM-dd HH:mm:ss ").appendOffsetId().toFormatter();
106 .appendInstant().appendLiteral(' ').appendOffsetId().toFormatter();
H A DTestDateTimeFormatterBuilder.java408 builder.appendOffsetId();
/openjdk10/jdk/test/java/time/tck/java/time/format/
H A DTCKDateTimeFormatterBuilder.java1461 assertEquals(new DateTimeFormatterBuilder().parseLenient().appendOffsetId().toFormatter().parse("+01").get(OFFSET_SECONDS),
1664 new DateTimeFormatterBuilder().appendOffsetId().toFormatter().parse("+01");
H A DTCKDateTimeFormatter.java359 .appendLiteral(':').optionalStart().appendOffsetId().optionalEnd()

Completed in 179 milliseconds