Home | History | Annotate | Download | only in Modules

Lines Matching full:first_weekday

370     int first_weekday = (first_day + 6) % 7;
372 int week1_monday = first_day - first_weekday;
374 if (first_weekday > 3) /* if 1/1 was Fri, Sat, Sun */