Home
last modified time | relevance | path

Searched refs:tzoffset (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dputiltst.c192 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); in TestPUtilAPI()
194 if (tzoffset != 28800) { in TestPUtilAPI()
197 if ((tzoffset % 1800 != 0)) { in TestPUtilAPI()
198 …e: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), … in TestPUtilAPI()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp126 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
127 if ((tzoffset % 900) != 0) { in TestGenericAPI()
135 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); in TestGenericAPI()
140 if (hostZone->getRawOffset() != tzoffset * (-1000)) { in TestGenericAPI()
Dcaltest.cpp381 int32_t tzoffset = 123400; in TestGenericAPI() local
383 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
443 z->getRawOffset() != tzoffset) in TestGenericAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java272 int tzoffset = 123400; in TestGenericAPI() local
274 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java276 int tzoffset = 123400; in TestGenericAPI() local
278 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp845 int32_t tzoffset = z->getRawOffset(); in create() local
848 if (tzoffset != *rawOffset) { in create()