Home
last modified time | relevance | path

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

/external/clearsilver/cgi/
Ddate.c48 int tzoffset = 0; in export_date_tm() local
99 tzoffset = tzoffset_seconds / 60; in export_date_tm()
100 if (tzoffset < 0) in export_date_tm()
102 tzoffset *= -1; in export_date_tm()
105 snprintf(buf, sizeof(buf), "%c%02d%02d", tzsign, tzoffset / 60, tzoffset % 60); in export_date_tm()
/external/chromium/third_party/icu/source/test/cintltst/
Dputiltst.c170 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
171 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); in TestPUtilAPI()
172 if (tzoffset != 28800) { in TestPUtilAPI()
175 if ((tzoffset % 1800 != 0)) { in TestPUtilAPI()
/external/icu4c/test/cintltst/
Dputiltst.c172 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
173 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); in TestPUtilAPI()
174 if (tzoffset != 28800) { in TestPUtilAPI()
177 if ((tzoffset % 1800 != 0)) { in TestPUtilAPI()
/external/icu4c/test/intltest/
Dtztest.cpp108 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset); in TestGenericAPI()
111 if (tzoffset < 0) in TestGenericAPI()
112 tzoffset = -tzoffset; in TestGenericAPI()
113 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) { in TestGenericAPI()
117 if ((tzoffset % 900) != 0) { in TestGenericAPI()
124 …rrect. It is not a multiple of 15min. It is %d (Note: This is a known issue on MacOSX)", tzoffset); in TestGenericAPI()
126 … errln("FAIL: t_timezone may be incorrect. It is not a multiple of 15min. It is %d", tzoffset); in TestGenericAPI()
Dcaltest.cpp283 int32_t tzoffset = 123400; in TestGenericAPI() local
285 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
345 z->getRawOffset() != tzoffset) in TestGenericAPI()
/external/chromium/third_party/icu/source/test/intltest/
Dtztest.cpp108 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset); in TestGenericAPI()
111 if (tzoffset < 0) in TestGenericAPI()
112 tzoffset = -tzoffset; in TestGenericAPI()
113 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) { in TestGenericAPI()
117 if ((tzoffset % 900) != 0) { in TestGenericAPI()
118 … errln("FAIL: t_timezone may be incorrect. It is not a multiple of 15min. It is %d", tzoffset); in TestGenericAPI()
Dcaltest.cpp275 int32_t tzoffset = 123400; in TestGenericAPI() local
277 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); in TestGenericAPI()
335 z->getRawOffset() != tzoffset) in TestGenericAPI()
/external/clearsilver/java-jni/
Djavatest.gold111 DatePST.tzoffset = -0800
122 DateEST.tzoffset = -0500