Searched refs:right_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
641 right_current = right_firstday;
713 for(j = 0; j < right_current; ++j)
721 pad = lens[right_current] - u_strlen(s);
729 ++right_current;
730 right_current %= DAY_COUNT;
740 if(right_current == 0) {

Completed in 69 milliseconds