Searched defs:first_weekday (Results 1 – 2 of 2) sorted by relevance
348 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local
370 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local