Lines Matching refs:monthLength
3060 int32_t monthLength = handleGetMonthLength(year, m);3061 date += ((monthLength - date) / 7 + dim + 1) * 7;