HomeSort by relevance Sort by last modified time
    Searched refs:millisPerHour (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
tztest.h 24 static const int32_t millisPerHour;
tztest.cpp 68 const int32_t TimeZoneTest::millisPerHour = 3600000;
310 double expectedOffset = (((double)expectedHour) * millisPerHour);
312 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
338 if (time_zone->getRawOffset() != - 8 * millisPerHour) dataerrln("FAIL: getRawOffset returned wrong value");
344 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 0, status) != - 7 * millisPerHour)
    [all...]

Completed in 173 milliseconds