Searched refs:firstMonthOfQuarter (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKMonth.java | 475 assertEquals(Month.JANUARY.firstMonthOfQuarter(), Month.JANUARY); in test_firstMonthOfQuarter() 476 assertEquals(Month.FEBRUARY.firstMonthOfQuarter(), Month.JANUARY); in test_firstMonthOfQuarter() 477 assertEquals(Month.MARCH.firstMonthOfQuarter(), Month.JANUARY); in test_firstMonthOfQuarter() 478 assertEquals(Month.APRIL.firstMonthOfQuarter(), Month.APRIL); in test_firstMonthOfQuarter() 479 assertEquals(Month.MAY.firstMonthOfQuarter(), Month.APRIL); in test_firstMonthOfQuarter() 480 assertEquals(Month.JUNE.firstMonthOfQuarter(), Month.APRIL); in test_firstMonthOfQuarter() 481 assertEquals(Month.JULY.firstMonthOfQuarter(), Month.JULY); in test_firstMonthOfQuarter() 482 assertEquals(Month.AUGUST.firstMonthOfQuarter(), Month.JULY); in test_firstMonthOfQuarter() 483 assertEquals(Month.SEPTEMBER.firstMonthOfQuarter(), Month.JULY); in test_firstMonthOfQuarter() 484 assertEquals(Month.OCTOBER.firstMonthOfQuarter(), Month.OCTOBER); in test_firstMonthOfQuarter() [all …]
|
/libcore/ojluni/src/main/java/java/time/ |
D | Month.java | 538 public Month firstMonthOfQuarter() { in firstMonthOfQuarter() method in Month
|