Home | History | Annotate | Download | only in calendarcommon

Lines Matching refs:dotw

322          * day number and a DotW, so we compute the DotW of the 1st from that.  Note DotW
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
350 // about the exact form of the DotW constants.)
351 int dayBit = EventRecurrence.SU << dotw;
356 dotw++;
357 if (dotw == 7)
358 dotw = 0;