Searched refs:firstday (Results 1 – 2 of 2) sorted by relevance
430 int32_t firstday, current; in print_month() local478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month()484 firstday -= fdow; in print_month()490 current = firstday; in print_month()
2208 firstday = _ymd2ord(year, 1, 1)2209 firstweekday = (firstday + 6) % 7 # See weekday() above2210 week1monday = firstday - firstweekday