• Home
  • Raw
  • Download

Lines Matching refs:ucal_set

793     ucal_set(cal, UCAL_YEAR, 1997);  in TestFieldGetSet()
794 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
795 ucal_set(cal, UCAL_DATE, 3); in TestFieldGetSet()
798 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
799 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
800 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
801 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet()
804 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
805 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
806 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
807 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, 0); in TestFieldGetSet()
824 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
825 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
826 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
827 ucal_set(cal, UCAL_WEEK_OF_MONTH, 1); 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_WEEK_OF_MONTH, 5); in TestFieldGetSet()
837 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
838 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
839 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
840 ucal_set(cal, UCAL_WEEK_OF_MONTH, 0); in TestFieldGetSet()
850 ucal_set(cal, UCAL_YEAR_WOY, 1997); in TestFieldGetSet()
851 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
852 ucal_set(cal, UCAL_WEEK_OF_YEAR, 1); in TestFieldGetSet()
855 ucal_set(cal, UCAL_YEAR, 1997); in TestFieldGetSet()
856 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
857 ucal_set(cal, UCAL_WEEK_OF_YEAR, 10); in TestFieldGetSet()
860 ucal_set(cal, UCAL_YEAR, 1999); in TestFieldGetSet()
861 ucal_set(cal, UCAL_DAY_OF_YEAR, 1); in TestFieldGetSet()
863 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
873 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
934 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
935 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
936 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1025 ucal_set(cal, UCAL_YEAR, y); in TestAddRollExtensive()
1026 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
1027 ucal_set(cal, UCAL_DATE, d); in TestAddRollExtensive()
1028 ucal_set(cal, UCAL_HOUR, hr); in TestAddRollExtensive()
1029 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive()
1030 ucal_set(cal, UCAL_SECOND,sec); in TestAddRollExtensive()
1031 ucal_set(cal, UCAL_MILLISECOND, ms); in TestAddRollExtensive()
1309 ucal_set(gmtcal, UCAL_MILLISECOND, 0); in testZones()
2094 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2095 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2109 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2110 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2124 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2125 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2166 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2167 ucal_set(ucalTest, UCAL_ERA, 0); in TestAddRollEra0AndEraBounds()
2173 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2174 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2187 ucal_set(ucalTest, UCAL_YEAR, 2); in TestAddRollEra0AndEraBounds()
2188 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2201 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2202 ucal_set(ucalTest, UCAL_ERA, 1); in TestAddRollEra0AndEraBounds()
2239 ucal_set(ucalTest, UCAL_YEAR, 1); in TestAddRollEra0AndEraBounds()
2240 ucal_set(ucalTest, UCAL_ERA, eraNow); in TestAddRollEra0AndEraBounds()