Lines Matching refs:ucal_set
825 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
826 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
827 ucal_set(cal, UCAL_DATE, 3); in TestFieldGetSet()
830 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
831 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
832 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
833 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet()
836 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
837 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
838 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
839 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestFieldGetSet()
844 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
845 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
846 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
847 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestFieldGetSet()
856 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
857 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
858 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
859 ucal_set(cal, UCAL_WEEK_OF_MONTH, 1); in TestFieldGetSet()
862 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
863 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
864 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
865 ucal_set(cal, UCAL_WEEK_OF_MONTH, 5); in TestFieldGetSet()
869 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
870 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
871 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
872 ucal_set(cal, UCAL_WEEK_OF_MONTH, 0); in TestFieldGetSet()
882 ucal_set(cal, UCAL_YEAR_WOY, 1997); in TestFieldGetSet()
883 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
884 ucal_set(cal, UCAL_WEEK_OF_YEAR, 1); in TestFieldGetSet()
887 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
888 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
889 ucal_set(cal, UCAL_WEEK_OF_YEAR, 10); in TestFieldGetSet()
892 ucal_set(cal, UCAL_YEAR, 1999); in TestFieldGetSet()
893 ucal_set(cal, UCAL_DAY_OF_YEAR, 1); in TestFieldGetSet()
895 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
905 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
966 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
967 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
968 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1057 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
1058 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
1059 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1060 ucal_set(cal, UCAL_HOUR, hr); in TestAddRollExtensive()
1061 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive()
1062 ucal_set(cal, UCAL_SECOND,sec); in TestAddRollExtensive()
1063 ucal_set(cal, UCAL_MILLISECOND, ms); in TestAddRollExtensive()
1344 ucal_set(gmtcal, UCAL_MILLISECOND, 0); in testZones()
2131 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2132 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2146 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2147 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2161 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2162 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2203 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2204 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2210 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2211 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2224 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2225 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2238 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2239 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2276 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2277 ucal_set(ucalTest, UCAL_ERA, eraNow); in TestAddRollEra0AndEraBounds()
2518 ucal_set(jCal, UCAL_ERA, sEra+iEra); in TestJpnCalAddSetNextEra()