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

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dputiltst.c192 int32_t tzoffset = uprv_timezone(); local
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
194 if (tzoffset != 28800) {
197 if ((tzoffset % 1800 != 0)) {
198 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
200 /*tzoffset=uprv_getUTCtime();*/
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtztest.cpp117 int32_t tzoffset = uprv_timezone(); local
118 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
120 if (tzoffset < 0)
121 tzoffset = -tzoffset;
122 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) {
126 if ((tzoffset % 900) != 0) {
134 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
H A Dcaltest.cpp340 int32_t tzoffset = 123400; local
342 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
402 z->getRawOffset() != tzoffset)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtimezone.cpp873 int32_t tzoffset = z->getRawOffset(); local
876 if (tzoffset != *rawOffset) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_init.c5442 int part, c, c1, c2, tzoffset, leapyear = 0; local
5516 tzoffset = *p++;
5517 switch (tzoffset) {
5547 if (tzoffset == '-') {

Completed in 134 milliseconds