Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dputiltst.c175 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
176 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); in TestPUtilAPI()
177 if (tzoffset != 28800) { in TestPUtilAPI()
180 if ((tzoffset % 1800 != 0)) { in TestPUtilAPI()
181 …e: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), … in TestPUtilAPI()
/external/icu4c/test/intltest/
Dtztest.cpp110 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
111 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset); in TestGenericAPI()
113 if (tzoffset < 0) in TestGenericAPI()
114 tzoffset = -tzoffset; in TestGenericAPI()
115 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) { in TestGenericAPI()
119 if ((tzoffset % 900) != 0) { in TestGenericAPI()
127 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); in TestGenericAPI()
Dcaltest.cpp298 int32_t tzoffset = 123400; in TestGenericAPI() local
300 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
360 z->getRawOffset() != tzoffset) in TestGenericAPI()
/external/icu4c/i18n/
Dtimezone.cpp862 int32_t tzoffset = z->getRawOffset(); in create() local
865 if (tzoffset != *rawOffset) { in create()