Home | History | Annotate | Download | only in i18n

Lines Matching refs:monthLen

1613             int32_t monthLen = getActualMaximum(UCAL_DAY_OF_MONTH, status);
1614 int32_t ldm = (monthLen - internalGet(UCAL_DAY_OF_MONTH) + dow) % 7;
1615 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1621 int32_t limit = monthLen + 7 - ldm;
1632 if (day_of_month > monthLen) day_of_month = monthLen;