Home | History | Annotate | Download | only in cal

Lines Matching refs:ucal_get

474     firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status);
495 day = ucal_get(c, UCAL_DATE, status);
520 day = ucal_get(c, UCAL_DATE, status);
622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
623 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status);
643 left_day = ucal_get(left_cal, UCAL_DATE, status);
644 right_day = ucal_get(right_cal, UCAL_DATE, status);
646 left_month = ucal_get(left_cal, UCAL_MONTH, status);
647 right_month = ucal_get(right_cal, UCAL_MONTH, status);
686 left_day = ucal_get(left_cal, UCAL_DATE, status);
689 left_month = ucal_get(left_cal, UCAL_MONTH, status);
734 right_day = ucal_get(right_cal, UCAL_DATE, status);
737 right_month = ucal_get(right_cal, UCAL_MONTH, status);