Searched refs:dotw (Results 1 – 1 of 1) sorted by relevance
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7; in filterMonthlySetPos() local351 int dayBit = EventRecurrence.SU << dotw; in filterMonthlySetPos()356 dotw++; in filterMonthlySetPos()357 if (dotw == 7) in filterMonthlySetPos()358 dotw = 0; in filterMonthlySetPos()