Lines Matching refs:ucal_set
709 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
710 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
711 ucal_set(cal, UCAL_DATE, 3); in TestFieldGetSet()
714 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
715 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
716 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
717 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet()
720 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
721 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
722 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
723 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestFieldGetSet()
728 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
729 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
730 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
731 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestFieldGetSet()
740 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
741 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
742 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
743 ucal_set(cal, UCAL_WEEK_OF_MONTH, 1); in TestFieldGetSet()
746 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
747 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
748 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
749 ucal_set(cal, UCAL_WEEK_OF_MONTH, 5); in TestFieldGetSet()
753 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
754 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
755 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
756 ucal_set(cal, UCAL_WEEK_OF_MONTH, 0); in TestFieldGetSet()
766 ucal_set(cal, UCAL_YEAR_WOY, 1997); in TestFieldGetSet()
767 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
768 ucal_set(cal, UCAL_WEEK_OF_YEAR, 1); in TestFieldGetSet()
771 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
772 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
773 ucal_set(cal, UCAL_WEEK_OF_YEAR, 10); in TestFieldGetSet()
776 ucal_set(cal, UCAL_YEAR, 1999); in TestFieldGetSet()
777 ucal_set(cal, UCAL_DAY_OF_YEAR, 1); in TestFieldGetSet()
779 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
789 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
837 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
838 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
839 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
928 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
929 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
930 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
931 ucal_set(cal, UCAL_HOUR, hr); in TestAddRollExtensive()
932 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive()
933 ucal_set(cal, UCAL_SECOND,sec); in TestAddRollExtensive()
934 ucal_set(cal, UCAL_MILLISECOND, ms); in TestAddRollExtensive()
1184 ucal_set(gmtcal, UCAL_MILLISECOND, 0); in testZones()