Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastWoy

895             int32_t lastWoy = weekNumber(lastDoy, lastRelDow + 1);
896 woy = ((woy + lastWoy - 1) % lastWoy) + 1;