Searched refs:tm_isdst (Results 1 – 25 of 49) sorted by relevance
12
/external/icu4c/tools/tzcode/ |
D | zdump.c | 213 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst); 522 newtm.tm_isdst != tm.tm_isdst)) { 536 newtm.tm_isdst != tm.tm_isdst || 703 tm.tm_isdst == lotm.tm_isdst && in hunt() 764 (void) printf(" isdst=%d", tmp->tm_isdst); in show() 782 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1) 784 result = tzname[tmp->tm_isdst]; 903 tm.tm_isdst == lotm.tm_isdst)) { in huntICU() 970 fprintf(fp, "[DST=%d]", loc.tm_isdst); in dumptimeICU()
|
D | localtime.c | 1315 tmp->tm_isdst = ttisp->tt_isdst; 1316 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; 1557 tmp->tm_isdst = 0; 1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) 1826 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) 1829 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) 1837 if (mytm.tm_isdst != yourtm.tm_isdst) 1892 if (tmp->tm_isdst > 1) 1893 tmp->tm_isdst = 1; 1901 if (tmp->tm_isdst < 0) [all …]
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | zdump.c | 213 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst); 522 newtm.tm_isdst != tm.tm_isdst)) { 536 newtm.tm_isdst != tm.tm_isdst || 703 tm.tm_isdst == lotm.tm_isdst && in hunt() 764 (void) printf(" isdst=%d", tmp->tm_isdst); in show() 782 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1) 784 result = tzname[tmp->tm_isdst]; 903 tm.tm_isdst == lotm.tm_isdst)) { in huntICU() 970 fprintf(fp, "[DST=%d]", loc.tm_isdst); in dumptimeICU()
|
D | localtime.c | 1315 tmp->tm_isdst = ttisp->tt_isdst; 1316 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; 1557 tmp->tm_isdst = 0; 1811 if (yourtm.tm_isdst < 0 || mytm.tm_isdst == yourtm.tm_isdst) 1826 if (sp->ttis[i].tt_isdst != yourtm.tm_isdst) 1829 if (sp->ttis[j].tt_isdst == yourtm.tm_isdst) 1837 if (mytm.tm_isdst != yourtm.tm_isdst) 1892 if (tmp->tm_isdst > 1) 1893 tmp->tm_isdst = 1; 1901 if (tmp->tm_isdst < 0) [all …]
|
/external/chromium_org/base/time/ |
D | time_posix.cc | 211 timestruct.tm_isdst = -1; // attempt to figure it out in FromExploded() 235 timestruct.tm_isdst = 0; in FromExploded() 239 timestruct.tm_isdst = 1; in FromExploded()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | GregorianDateTime.cpp | 75 m_isDST = localTM.tm_isdst; in setToCurrentLocalTime()
|
D | GregorianDateTime.h | 89 ret.tm_isdst = m_isDST; in tm()
|
/external/stlport/stlport/stl/config/ |
D | _evc.h | 290 int tm_isdst; /* daylight savings time flag */ member
|
/external/chromium_org/third_party/icu/patches/ |
D | ios_timezone.patch | 51 dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/
|
/external/chromium/base/ |
D | time_posix.cc | 111 timestruct.tm_isdst = -1; // attempt to figure it out in FromExploded()
|
/external/kernel-headers/original/linux/ |
D | rtc.h | 29 int tm_isdst; member
|
/external/e2fsprogs/debugfs/ |
D | util.c | 234 ts.tm_isdst = -1; in string_to_time()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
D | o_time.c | 219 result->tm_isdst = 0; /* There's no way to know... */ in OPENSSL_gmtime()
|
/external/openssl/crypto/ |
D | o_time.c | 219 result->tm_isdst = 0; /* There's no way to know... */ in OPENSSL_gmtime()
|
/external/chromium_org/v8/src/ |
D | platform-macos.cc | 199 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
|
D | platform-freebsd.cc | 78 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
|
D | platform-cygwin.cc | 71 (loc->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
|
D | platform-openbsd.cc | 76 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
|
D | platform-linux.cc | 130 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0)); in LocalTimeOffset()
|
/external/chromium_org/third_party/icu/source/common/ |
D | putil.c | 634 dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/ in uprv_timezone() 1076 daylightType = ((decemberSol.tm_isdst > 0) << 1) | (juneSol.tm_isdst > 0); in uprv_tzname()
|
/external/icu4c/common/ |
D | putil.cpp | 647 dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/ in uprv_timezone() 1101 if(decemberSol.tm_isdst > 0) { in uprv_tzname() 1103 } else if(juneSol.tm_isdst > 0) { in uprv_tzname()
|
/external/v8/src/ |
D | platform-posix.cc | 201 return t->tm_isdst > 0 ? 3600 * msPerSecond : 0; in DaylightSavingsOffset()
|
/external/iptables/extensions/ |
D | libxt_time.c | 143 tm.tm_isdst = 0; in time_parse_date()
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | miniunz.c | 99 newdate.tm_isdst=-1;
|
/external/zlib/src/contrib/minizip/ |
D | miniunz.c | 112 newdate.tm_isdst=-1;
|
12