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

  /external/icu4c/samples/cal/
cal.c 552 int32_t left_month, right_month; local
647 right_month = ucal_get(right_cal, UCAL_MONTH, status);
650 while(left_month == i || right_month == i + 1) {
655 if(left_month != i && right_month == i + 1) {
708 while(right_month == i + 1) {
737 right_month = ucal_get(right_cal, UCAL_MONTH, status);

Completed in 184 milliseconds