Home | History | Annotate | Download | only in calendarcommon2

Lines Matching defs:weekDay

246                 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
910 * iterator.weekDay indicates the day of the week (0-6, SU-SA).
926 int weekStartAdj = (iterator.weekDay -
1133 * This method also computes the weekDay and yearDay fields.
1211 date.weekDay = weekDay(year, month, monthDay);
1256 * Computes the weekday, a number in the range [0,6] where Sunday=0, from
1262 * @return the weekday, a number in the range [0,6] where Sunday=0
1264 static int weekDay(int year, int month, int day) {