Searched refs:tzoffset (Results 1 – 5 of 5) sorted by relevance
192 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local193 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()
126 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local127 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()
381 int32_t tzoffset = 123400; in TestGenericAPI() local383 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()443 z->getRawOffset() != tzoffset) in TestGenericAPI()
845 int32_t tzoffset = z->getRawOffset(); in create() local848 if (tzoffset != *rawOffset) { in create()
272 int tzoffset = 123400; in TestGenericAPI() local274 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()