HomeSort by relevance Sort by last modified time
    Searched full:right_current (Results 1 - 1 of 1) sorted by null

  /external/icu4c/samples/cal/
cal.c 551 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 337 milliseconds