Searched refs:dow (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c842 int d, m1, yy0, yy1, yy2, dow; local
886 dow = ((26 * m1 - 2) / 10 +
888 if (dow < 0)
889 dow += DAYSPERWEEK;
892 ** "dow" is the day-of-week of the first day of the month. Get
893 ** the day-of-month (zero-origin) of the first "dow" day of the
896 d = rulep->r_day - dow;

Completed in 1514 milliseconds