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

/external/icu4c/samples/cal/
H A Dcal.c551 int32_t left_firstday, right_firstday, left_current, right_current; local
640 left_current = left_firstday;
657 left_current = 0;
665 for(j = 0; j < left_current; ++j)
673 pad = lens[left_current] - u_strlen(s);
681 ++left_current;
682 left_current %= DAY_COUNT;
693 if(left_current == 0) {
700 if(left_current != 0) {
701 for(j = left_current;
[all...]

Completed in 67 milliseconds