Searched refs:tzoffset (Results 1 – 4 of 4) sorted by relevance
175 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local176 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()
110 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local111 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()
298 int32_t tzoffset = 123400; in TestGenericAPI() local300 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()360 z->getRawOffset() != tzoffset) in TestGenericAPI()
862 int32_t tzoffset = z->getRawOffset(); in create() local865 if (tzoffset != *rawOffset) { in create()