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