Searched refs:left_firstday (Results 1 – 1 of 1) sorted by relevance
555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()638 left_firstday += (DAY_COUNT - fdow); in print_year()639 left_firstday %= DAY_COUNT; in print_year()644 left_current = left_firstday; in print_year()