Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/cal/
Dcal.c553 UCalendar *left_cal, *right_cal; in print_year() local
561 left_cal = c; in print_year()
569 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status); in print_year()
596 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status); in print_year()
621 ucal_set(left_cal, UCAL_MONTH, i); in print_year()
622 ucal_set(left_cal, UCAL_DATE, 1); in print_year()
626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()
647 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year()
650 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year()
689 ucal_add(left_cal, UCAL_DATE, 1, status); in print_year()
[all …]