Searched defs:baseDate (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/java/time/tck/java/time/
H A DTCKPeriod.java1060 public void test_addTo(Period period, LocalDate baseDate, LocalDate expected) { argument
1065 public void test_addTo_usingLocalDatePlus(Period period, LocalDate baseDate, LocalDate expected) { argument
1113 public void test_subtractFrom(Period period, LocalDate baseDate, LocalDate expected) { argument
1118 public void test_subtractFrom_usingLocalDateMinus(Period period, LocalDate baseDate, LocalDate expected) { argument
/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java2891 private final ChronoLocalDate baseDate; field in class:DateTimeFormatterBuilder.ReducedPrinterParser
608 appendValueReduced( TemporalField field, int width, int maxWidth, ChronoLocalDate baseDate) argument
2902 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, int baseValue, ChronoLocalDate baseDate) argument
2936 ReducedPrinterParser(TemporalField field, int minWidth, int maxWidth, int baseValue, ChronoLocalDate baseDate, int subsequentWidth) argument
[all...]

Completed in 99 milliseconds