Searched refs:optionalEnd (Results 1 – 8 of 8) sorted by relevance
926 .padNext(5).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd() in test_padOptional()959 …builder.appendValue(MONTH_OF_YEAR).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd().appendV… in test_optionalEnd()967 … .optionalStart().appendValue(DAY_OF_WEEK).optionalEnd().appendValue(DAY_OF_MONTH).optionalEnd(); in test_optionalEnd2()974 …appendValue(MONTH_OF_YEAR).optionalStart().optionalStart().appendValue(DAY_OF_MONTH).optionalEnd(); in test_optionalEnd_doubleStartSingleEnd()981 …NTH_OF_YEAR).optionalStart().optionalStart().appendValue(DAY_OF_MONTH).optionalEnd().optionalEnd(); in test_optionalEnd_doubleStartDoubleEnd()988 builder.appendValue(MONTH_OF_YEAR).optionalStart().optionalEnd().appendValue(DAY_OF_MONTH); in test_optionalStartEnd_immediateStartEnd()995 builder.optionalEnd(); in test_optionalEnd_noStart()
204 .optionalEnd()208 .optionalEnd()
207 builder.padNext(4, '-').optionalStart().appendValue(DAY_OF_MONTH).optionalEnd(); in test_parse_decoratedEmpty_strict()216 … builder.parseLenient().padNext(4, '-').optionalStart().appendValue(DAY_OF_MONTH).optionalEnd(); in test_parse_decoratedEmpty_lenient()
357 .optionalStart().appendValue(YEAR, 4).optionalEnd() in test_format_withZone_withChronology()358 .appendLiteral(':').optionalStart().appendValue(HOUR_OF_DAY, 2).optionalEnd() in test_format_withZone_withChronology()359 .appendLiteral(':').optionalStart().appendOffsetId().optionalEnd() in test_format_withZone_withChronology()360 .appendLiteral(':').optionalStart().appendZoneId().optionalEnd() in test_format_withZone_withChronology()361 .appendLiteral(':').optionalStart().appendChronologyId().optionalEnd() in test_format_withZone_withChronology()
132 .optionalEnd().optionalEnd() in test_parseDefaulting_yearOptionalMonthOptionalDay()711 .padNext(5).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd() in test_padOptional()722 builder.optionalEnd(); in test_optionalEnd_noStart()
1297 .optionalEnd()1310 .optionalEnd()
1941 optionalEnd(); in parsePattern()2235 public DateTimeFormatterBuilder optionalEnd() { in optionalEnd() method in DateTimeFormatterBuilder2331 optionalEnd(); in toFormatter()
12690 method public java.time.format.DateTimeFormatterBuilder optionalEnd();