Home | History | Annotate | Download | only in i18n

Lines Matching refs:dow

772 //         // Compute doy of first (relative) DOW of WOY 1
779 // // Adjust for the DOW
972 // in this locale. We have dow in 0..6.
973 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek();
974 if (dow < 0)
975 dow += 7;
982 int32_t fdm = (dow - dom + 1) % 7;
999 int32_t ldm = (monthLen - dom + dow) % 7;
1005 // to fill out the last week. This day has a normalized DOW of 0.