HomeSort by relevance Sort by last modified time
    Searched full:left_cal (Results 1 - 1 of 1) sorted by null

  /external/icu4c/samples/cal/
cal.c 549 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_DATE, 1, status)
    [all...]

Completed in 135 milliseconds