Home | History | Annotate | Download | only in intltest

Lines Matching refs:firstInMonth

1864     int32_t firstInMonth = calendar->get(UCAL_DATE, status);
1871 int32_t expected = (31 + ((firstInMonth - firstInWeek + 7)% 7) + 6) / 7;