Home
last modified time | relevance | path

Searched refs:left_month (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/samples/cal/
Dcal.c556 int32_t left_month, right_month; in print_year() local
650 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year()
654 while(left_month == i || right_month == i + 1) { in print_year()
659 if(left_month != i && right_month == i + 1) { in print_year()
664 while(left_month == i) { in print_year()
693 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year()