Searched refs:firstInMonth (Results 1 – 3 of 3) sorted by relevance
1292 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local1297 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
1295 int firstInMonth = calendar.get(Calendar.DAY_OF_MONTH); in Test4166109() local1300 int expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
1882 int32_t firstInMonth = calendar->get(UCAL_DATE, status); in Test4166109() local1889 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()