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

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

Completed in 213 milliseconds