Lines Matching defs:dow
774 // // Compute doy of first (relative) DOW of WOY 1
781 // // Adjust for the DOW
975 // in this locale. We have dow in 0..6.
976 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek();
977 if (dow < 0)
978 dow += 7;
985 int32_t fdm = (dow - dom + 1) % 7;
1002 int32_t ldm = (monthLen - dom + dow) % 7;
1008 // to fill out the last week. This day has a normalized DOW of 0.