Searched refs:millisPerHour (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | tztest.cpp | 70 const int32_t TimeZoneTest::millisPerHour = 3600000; member in TimeZoneTest 312 double expectedOffset = (((double)expectedHour) * millisPerHour); in TestPRTOffset() 314 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset() 340 …if (time_zone->getRawOffset() != - 8 * millisPerHour) dataerrln("FAIL: getRawOffset returned wrong… in TestVariousAPI518() 346 …(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 0, status) != - 7 * millisPerHour) in TestVariousAPI518() 1646 UCAL_SUNDAY, 10 * millisPerHour,status); in TestAlternateRules() 1652 UCAL_THURSDAY, 10 * millisPerHour,status); in TestAlternateRules() 1657 UCAL_SUNDAY, 10 * millisPerHour,status); in TestAlternateRules() 1663 tz.setStartRule(UCAL_MARCH, 10, UCAL_FRIDAY, 12 * millisPerHour, TRUE, status); in TestAlternateRules() 1666 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status); in TestAlternateRules() [all …]
|
D | tztest.h | 24 static const int32_t millisPerHour;
|