Lines Matching refs:ucal_set

801     ucal_set(cal, UCAL_YEAR, 1997);  in TestFieldGetSet()
802 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
803 ucal_set(cal, UCAL_DATE, 3); in TestFieldGetSet()
806 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
807 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
808 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
809 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet()
812 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
813 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
814 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
815 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestFieldGetSet()
820 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
821 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
822 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
823 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestFieldGetSet()
832 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
833 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
834 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
835 ucal_set(cal, UCAL_WEEK_OF_MONTH, 1); in TestFieldGetSet()
838 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
839 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
840 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
841 ucal_set(cal, UCAL_WEEK_OF_MONTH, 5); in TestFieldGetSet()
845 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
846 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
847 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
848 ucal_set(cal, UCAL_WEEK_OF_MONTH, 0); in TestFieldGetSet()
858 ucal_set(cal, UCAL_YEAR_WOY, 1997); in TestFieldGetSet()
859 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
860 ucal_set(cal, UCAL_WEEK_OF_YEAR, 1); in TestFieldGetSet()
863 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
864 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
865 ucal_set(cal, UCAL_WEEK_OF_YEAR, 10); in TestFieldGetSet()
868 ucal_set(cal, UCAL_YEAR, 1999); in TestFieldGetSet()
869 ucal_set(cal, UCAL_DAY_OF_YEAR, 1); in TestFieldGetSet()
871 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
881 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
942 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
943 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
944 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1033 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
1034 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
1035 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1036 ucal_set(cal, UCAL_HOUR, hr); in TestAddRollExtensive()
1037 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive()
1038 ucal_set(cal, UCAL_SECOND,sec); in TestAddRollExtensive()
1039 ucal_set(cal, UCAL_MILLISECOND, ms); in TestAddRollExtensive()
1317 ucal_set(gmtcal, UCAL_MILLISECOND, 0); in testZones()
2102 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2103 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2117 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2118 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2132 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2133 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2174 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2175 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2181 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2182 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2195 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2196 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2209 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2210 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2247 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2248 ucal_set(ucalTest, UCAL_ERA, eraNow); in TestAddRollEra0AndEraBounds()