Searched refs:left_cal (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 549 UCalendar *left_cal, *right_cal; in print_year() local 557 left_cal = c; in print_year() 565 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status); in print_year() 592 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status); in print_year() 617 ucal_set(left_cal, UCAL_MONTH, i); in print_year() 618 ucal_set(left_cal, UCAL_DATE, 1); in print_year() 622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year() 643 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year() 646 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year() 685 ucal_add(left_cal, UCAL_DATE, 1, status); in print_year() [all …]
|