Home | History | Annotate | Download | only in i18n

Lines Matching defs:monthLen

1719             int32_t monthLen = getActualMaximum(UCAL_DAY_OF_MONTH, status);
1720 int32_t ldm = (monthLen - internalGet(UCAL_DAY_OF_MONTH) + dow) % 7;
1721 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1727 int32_t limit = monthLen + 7 - ldm;
1738 if (day_of_month > monthLen) day_of_month = monthLen;