Home
last modified time | relevance | path

Searched refs:atYear (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKMonthDay.java652 assertEquals(test.atYear(2008), LocalDate.of(2008, 6, 30)); in test_atYear_int()
658 assertEquals(test.atYear(2005), LocalDate.of(2005, 2, 28)); in test_atYear_int_leapYearAdjust()
664 test.atYear(Integer.MIN_VALUE); in test_atYear_int_invalidYear()
/libcore/ojluni/src/main/java/java/time/
DMonthDay.java659 public LocalDate atYear(int year) { in atYear() method in MonthDay
DYear.java1003 return monthDay.atYear(year); in atMonthDay()
/libcore/api/
Dcurrent.txt11533 method public java.time.LocalDate atYear(int);