Lines Matching refs:CalendarTimeZoneTest
24 DateFormat* CalendarTimeZoneTest::fgDateFormat = 0;
25 Calendar* CalendarTimeZoneTest::fgCalendar = 0;
27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError)
41 DateFormat* CalendarTimeZoneTest::getDateFormat()
71 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt)
88 Calendar* CalendarTimeZoneTest::getCalendar()
117 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt)
138 CalendarTimeZoneTest::dateToString(UDate d)
145 CalendarTimeZoneTest::dateToString(UDate d, UnicodeString& str)
160 CalendarTimeZoneTest::dateToString(UDate d, UnicodeString& str,
181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
200 CalendarTimeZoneTest::utcDate(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec)
234 void CalendarTimeZoneTest::cleanup()