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.c551 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
640 left_current = left_firstday; in print_year()
657 left_current = 0; in print_year()
665 for(j = 0; j < left_current; ++j) in print_year()
673 pad = lens[left_current] - u_strlen(s); in print_year()
681 ++left_current; in print_year()
682 left_current %= DAY_COUNT; in print_year()
693 if(left_current == 0) { in print_year()
700 if(left_current != 0) { in print_year()
701 for(j = left_current; j < DAY_COUNT; ++j) in print_year()