Searched refs:tzoffset (Results 1 – 6 of 6) sorted by relevance
194 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local195 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); in TestPUtilAPI()196 if (tzoffset != 28800) { in TestPUtilAPI()199 if ((tzoffset % 1800 != 0)) { in TestPUtilAPI()200 …e: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), … in TestPUtilAPI()
128 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local129 if ((tzoffset % 900) != 0) { in TestGenericAPI()137 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); in TestGenericAPI()142 if (hostZone->getRawOffset() != tzoffset * (-1000)) { in TestGenericAPI()
390 int32_t tzoffset = 123400; in TestGenericAPI() local392 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()452 z->getRawOffset() != tzoffset) in TestGenericAPI()
274 int tzoffset = 123400; in TestGenericAPI() local276 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
849 int32_t tzoffset = z->getRawOffset(); in create() local852 if (tzoffset != *rawOffset) { in create()
275 int tzoffset = 123400; in TestGenericAPI() local277 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()