Searched refs:firstInMonth (Results 1 – 2 of 2) sorted by relevance
1810 int32_t firstInMonth = calendar->get(UCAL_DATE, status); in Test4166109() local1817 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()
1863 int32_t firstInMonth = calendar->get(UCAL_DATE, status); in Test4166109() local1870 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7; in Test4166109()