Searched refs:right_cal (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/samples/cal/
H A Dcal.c549 UCalendar *left_cal, *right_cal; local
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
592 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status);
619 ucal_set(right_cal, UCAL_MONTH, i + 1);
620 ucal_set(right_cal, UCAL_DATE, 1);
623 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status);
644 right_day = ucal_get(right_cal, UCAL_DATE, status);
647 right_month = ucal_get(right_cal, UCAL_MONTH, status);
733 ucal_add(right_cal, UCAL_DATE, 1, status);
734 right_day = ucal_get(right_cal, UCAL_DAT
[all...]

Completed in 38 milliseconds