Home
last modified time | relevance | path

Searched refs:lastDayOfMonth (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
DTestIsoChronology.java211 LocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1()
218 LocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2()
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKTemporalAdjusters.java141 assertNotNull(TemporalAdjusters.lastDayOfMonth()); in factory_lastDayOfMonth()
149 LocalDate test = (LocalDate) TemporalAdjusters.lastDayOfMonth().adjustInto(date); in test_lastDayOfMonth_nonLeap()
162 LocalDate test = (LocalDate) TemporalAdjusters.lastDayOfMonth().adjustInto(date); in test_lastDayOfMonth_leap()
/libcore/ojluni/src/main/java/java/time/temporal/
DTemporalAdjusters.java188 public static TemporalAdjuster lastDayOfMonth() { in lastDayOfMonth() method
/libcore/ojluni/src/main/java/java/time/chrono/
DJapaneseChronology.java492 result = date(y, moy, 1).with(TemporalAdjusters.lastDayOfMonth()); in resolveYMD()
DAbstractChronology.java565 return date(y, moy, 1).with(TemporalAdjusters.lastDayOfMonth()); in resolveYMD()
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestUmmAlQuraChronology.java363 assertEquals(date.with(TemporalAdjusters.lastDayOfMonth()), HijrahDate.of(1554, 7, 29)); in test_temporalDayAdjustments()
417 hDate = hDate.with(TemporalAdjusters.lastDayOfMonth()); in test_lastDayOfMonth()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKThaiBuddhistChronology.java369 ThaiBuddhistDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1()
376 ThaiBuddhistDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2()
DTCKMinguoChronology.java363 MinguoDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1()
370 MinguoDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2()
DTCKJapaneseChronology.java509 JapaneseDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1()
516 JapaneseDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2()
/libcore/api/
Dcurrent.txt11959 method public static java.time.temporal.TemporalAdjuster lastDayOfMonth();