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

/external/icu4c/samples/cal/
H A Dcal.c549 UCalendar *left_cal, *right_cal; local
557 left_cal = c;
565 udat_format(dfmt, ucal_getMillis(left_cal, status), s, BUF_SIZE, 0, status);
592 ucal_setMillis(right_cal, ucal_getMillis(left_cal, status), status);
617 ucal_set(left_cal, UCAL_MONTH, i);
618 ucal_set(left_cal, UCAL_DATE, 1);
622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
643 left_day = ucal_get(left_cal, UCAL_DATE, status);
646 left_month = ucal_get(left_cal, UCAL_MONTH, status);
685 ucal_add(left_cal, UCAL_DAT
[all...]

Completed in 150 milliseconds