Lines Matching refs:DAY_COUNT
87 #define DAY_COUNT 7 macro
232 UChar *days [DAY_COUNT]; in cal()
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status); in get_days()
352 free_symbols(days, DAY_COUNT); in free_days()
410 for(i = 0; i < DAY_COUNT; ++i) { in print_days()
425 int32_t lens [DAY_COUNT]; in print_month()
452 for(i = 0; i < DAY_COUNT; ++i) { in print_month()
511 current %= DAY_COUNT; in print_month()
543 int32_t lens [DAY_COUNT]; in print_year()
575 for(i = 0; i < DAY_COUNT; ++i) { in print_year()
634 left_firstday += (DAY_COUNT - fdow); in print_year()
635 left_firstday %= DAY_COUNT; in print_year()
637 right_firstday += (DAY_COUNT - fdow); in print_year()
638 right_firstday %= DAY_COUNT; in print_year()
682 left_current %= DAY_COUNT; in print_year()
701 for(j = left_current; j < DAY_COUNT; ++j) in print_year()
730 right_current %= DAY_COUNT; in print_year()