Searched refs:left_firstday (Results 1 – 1 of 1) sorted by relevance
551 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()634 left_firstday += (DAY_COUNT - fdow); in print_year()635 left_firstday %= DAY_COUNT; in print_year()640 left_current = left_firstday; in print_year()