Searched refs:firstInMonth (Results 1 – 3 of 3) sorted by relevance
1255 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local1260 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
1251 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local1256 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
1864 int32_t firstInMonth = calendar->get(UCAL_DATE, status); in Test4166109() local1871 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()