Home
last modified time | relevance | path

Searched refs:isdst (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/tools/tzcode/
Dzic.c125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
139 const char * letters, int isdst, int doquotes);
1875 doabbr(abbr, format, letters, isdst, doquotes) in doabbr() argument
1879 const int isdst;
1891 } else if (isdst) {
2476 addtype(gmtoff, rawoff, dstoff, abbr, isdst, ttisstd, ttisgmt) in addtype() argument
2481 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt)
2485 const int isdst;
2491 if (isdst != TRUE && isdst != FALSE) {
[all …]
Dtz2icu.cpp142 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()
Dlocaltime.c1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
/external/webkit/Source/JavaScriptCore/tests/mozilla/
DjsDriver.pl1067 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
1083 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = @_;
1093 return ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
Druntests.pl428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
/external/icu4c/common/
Drbbicst.pl228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;