Searched refs:isdst (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 144 char *const abbr, int isdst, 147 static int addtype(zic_t gmtoff, const char * abbr, int isdst, 1947 const int isdst, const int doquotes) in doabbr() argument 1958 } else if (isdst) { in doabbr() 2707 …type(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst, in addtype() argument 2710 addtype(const zic_t gmtoff, const char *const abbr, const int isdst, in addtype() 2716 if (isdst != TRUE && isdst != FALSE) { in addtype() 2729 if (isdst != (dstoff != 0)) { in addtype() 2743 if (gmtoff == gmtoffs[i] && isdst == isdsts[i] && in addtype() 2769 isdsts[i] = isdst; in addtype()
|
D | tz2icu.cpp | 142 bool isdst; member 405 type.isdst = readbool(file); in readzoneinfo() 411 if (type.isdst != (type.dstoffset != 0)) { in readzoneinfo() 1227 abbr(-1), isdst(false), isstd(false), isgmt(false) {} in ZoneType()
|
D | localtime.c | 1059 register int isdst; in tzparse() local 1089 isdst = FALSE; in tzparse() 1115 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()
|
/external/icu/icu4c/source/common/ |
D | rbbicst.pl | 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/external/curl/tests/ |
D | ftpserver.pl | 206 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = 212 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|
D | runtests.pl | 590 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
|