Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c277 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst); in my_localtime()
615 newtm.tm_isdst != tm.tm_isdst)) { in main()
629 newtm.tm_isdst != tm.tm_isdst || in main()
762 tm.tm_isdst == lotm.tm_isdst && in hunt()
821 (void) printf(" isdst=%d", tmp->tm_isdst); in show()
838 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1) in abbr()
840 result = tzname[tmp->tm_isdst]; in abbr()
959 tm.tm_isdst == lotm.tm_isdst)) { in huntICU()
1026 fprintf(fp, "[DST=%d]", loc.tm_isdst); in dumptimeICU()
Dlocaltime.c1323 tmp->tm_isdst = ttisp->tt_isdst; in localsub()
1324 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
1537 tmp->tm_isdst = 0; in timesub()
1797 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) in time2sub()
1810 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) in time2sub()
1813 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) in time2sub()
1821 if (mytm.tm_isdst != yourtm.tm_isdst) in time2sub()
1878 if (tmp->tm_isdst > 1) in time1()
1879 tmp->tm_isdst = 1; in time1()
1883 if (tmp->tm_isdst < 0) in time1()
[all …]
/external/tlsdate/src/
Dutil.c255 rtctm.tm_isdst = tm->tm_isdst; in rtc_write()
287 tm.tm_isdst = rtctm.tm_isdst; in rtc_read()
/external/toybox/toys/other/
Dhwclock.c111 tm.tm_isdst = 0; in hwclock_main()
121 if (tm.tm_isdst) tzone.tz_minuteswest -= 60; in hwclock_main()
/external/libweave/third_party/chromium/base/time/
Dtime_posix.cc204 timestruct.tm_isdst = -1; // attempt to figure it out in FromExploded()
227 timestruct.tm_isdst = 0; in FromExploded()
231 timestruct.tm_isdst = 1; in FromExploded()
/external/libchrome/base/time/
Dtime_posix.cc224 timestruct.tm_isdst = -1; // attempt to figure it out in FromExploded()
247 timestruct.tm_isdst = 0; in FromExploded()
251 timestruct.tm_isdst = 1; in FromExploded()
/external/compiler-rt/test/msan/
Dmktime.cc19 tm.tm_isdst = -1; in main()
/external/kernel-headers/original/uapi/linux/
Drtc.h29 int tm_isdst; member
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp45 t.tm_isdst = 1; in main()
Dput2.pass.cpp47 t.tm_isdst = 1; in main()
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp59 t.tm_isdst = 1; in main()
/external/strace/
Drtc.c42 rt->tm_wday, rt->tm_yday, rt->tm_isdst); in print_rtc_time()
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
Dput_time.pass.cpp65 t.tm_isdst = 0; in main()
/external/v8/src/base/platform/
Dplatform-freebsd.cc53 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-macos.cc116 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-cygwin.cc46 (loc->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-openbsd.cc51 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-qnx.cc102 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-linux.cc127 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
Dplatform-win32.cc377 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()
379 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()
Dplatform-posix.cc389 return t->tm_isdst > 0 ? 3600 * msPerSecond : 0; in DaylightSavingsOffset()
/external/e2fsprogs/debugfs/
Dutil.c242 ts.tm_isdst = -1; in string_to_time()
/external/icu/icu4c/source/common/
Dputil.cpp626 UBool dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/ in uprv_timezone()
1095 if(decemberSol.tm_isdst > 0) { in uprv_tzname()
1097 } else if(juneSol.tm_isdst > 0) { in uprv_tzname()
/external/iptables/extensions/
Dlibxt_time.c146 tm.tm_isdst = 0; in time_parse_date()
/external/zlib/src/contrib/minizip/
Dminiunz.c112 newdate.tm_isdst=-1;

12