Lines Matching defs:monthLen
1913 int32_t monthLen = getActualMaximum(UCAL_DAY_OF_MONTH, status);
1914 int32_t ldm = (monthLen - internalGet(UCAL_DAY_OF_MONTH) + dow) % 7;
1915 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1921 int32_t limit = monthLen + 7 - ldm;
1932 if (day_of_month > monthLen) day_of_month = monthLen;