Home
last modified time | relevance | path

Searched refs:left_current (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/samples/cal/
Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
644 left_current = left_firstday; in print_year()
661 left_current = 0; in print_year()
669 for(j = 0; j < left_current; ++j) in print_year()
677 pad = lens[left_current] - u_strlen(s); in print_year()
685 ++left_current; in print_year()
686 left_current %= DAY_COUNT; in print_year()
697 if(left_current == 0) { in print_year()
704 if(left_current != 0) { in print_year()
705 for(j = left_current; j < DAY_COUNT; ++j) in print_year()