Home
last modified time | relevance | path

Searched refs:optionalStart (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestDateTimeFormatterBuilder.java926 .padNext(5).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd() in test_padOptional()
937 …builder.appendValue(MONTH_OF_YEAR).optionalStart().appendValue(DAY_OF_MONTH).appendValue(DAY_OF_WE… in test_optionalStart_noEnd()
944 …builder.appendValue(MONTH_OF_YEAR).optionalStart().appendValue(DAY_OF_MONTH).optionalStart().appen… in test_optionalStart2_noEnd()
951 … builder.appendValue(MONTH_OF_YEAR).optionalStart().optionalStart().appendValue(DAY_OF_MONTH); in test_optionalStart_doubleStart()
959 …builder.appendValue(MONTH_OF_YEAR).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd().appendV… in test_optionalEnd()
966 builder.appendValue(MONTH_OF_YEAR).optionalStart().appendValue(DAY_OF_MONTH) in test_optionalEnd2()
967 … .optionalStart().appendValue(DAY_OF_WEEK).optionalEnd().appendValue(DAY_OF_MONTH).optionalEnd(); in test_optionalEnd2()
974 …builder.appendValue(MONTH_OF_YEAR).optionalStart().optionalStart().appendValue(DAY_OF_MONTH).optio… in test_optionalEnd_doubleStartSingleEnd()
981 …builder.appendValue(MONTH_OF_YEAR).optionalStart().optionalStart().appendValue(DAY_OF_MONTH).optio… in test_optionalEnd_doubleStartDoubleEnd()
988 builder.appendValue(MONTH_OF_YEAR).optionalStart().optionalEnd().appendValue(DAY_OF_MONTH); in test_optionalStartEnd_immediateStartEnd()
DTestTextParserWithLocale.java201 .optionalStart()
205 .optionalStart()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java809 .optionalStart()
847 .optionalStart()
850 .optionalStart()
909 .optionalStart()
1000 .optionalStart()
1041 .optionalStart()
1043 .optionalStart()
1086 .optionalStart()
1132 .optionalStart()
1215 .optionalStart()
[all …]
DDateTimeFormatterBuilder.java1935 optionalStart(); in parsePattern()
2204 public DateTimeFormatterBuilder optionalStart() { in optionalStart() method in DateTimeFormatterBuilder
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKPadPrinterParser.java207 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()
DTCKDateTimeFormatter.java357 .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()
DTCKDateTimeFormatterBuilder.java130 .optionalStart().appendLiteral('-').appendValue(MONTH_OF_YEAR) in test_parseDefaulting_yearOptionalMonthOptionalDay()
131 .optionalStart().appendLiteral('-').appendValue(DAY_OF_MONTH) in test_parseDefaulting_yearOptionalMonthOptionalDay()
711 .padNext(5).optionalStart().appendValue(DAY_OF_MONTH).optionalEnd() in test_padOptional()
/libcore/api/
Dcurrent.txt12691 method public java.time.format.DateTimeFormatterBuilder optionalStart();