Home | History | Annotate | Download | only in i18n

Lines Matching refs:daysInMonth

2299                 int32_t daysInMonth = handleGetLimit(UCAL_DAY_OF_MONTH, limitType);
2301 limit = (daysInMonth + (7 - minDaysInFirst)) / 7;
2303 limit = (daysInMonth + 6 + (7 - minDaysInFirst)) / 7;