HomeSort by relevance Sort by last modified time
    Searched refs:isdst (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/common/
rbbicst.pl 232 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/icu/icu4c/source/tools/tzcode/
zic.c 144 char *const abbr, int isdst,
147 static int addtype(zic_t gmtoff, const char * abbr, int isdst,
    [all...]
tz2icu.cpp 143 bool isdst; member in struct:ZoneType
400 // Read types (except for the isdst and isgmt flags, which come later (why??))
406 type.isdst = readbool(file);
412 if (type.isdst != (type.dstoffset != 0)) {
413 throw invalid_argument("isdst does not reflect dstoffset");
    [all...]
localtime.c 1059 register int isdst; local
1089 isdst = FALSE;
1115 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 46 CMC_sint8 isdst; member in struct:__anon53137
  /bionic/libc/tzcode/
localtime.c 206 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND. */
208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
211 s->tt_isdst = isdst;
504 unsigned char isdst, abbrind; local
509 isdst = *p++;
510 if (! (isdst < 2))
512 ttisp->tt_isdst = isdst;
1151 register bool isdst; local
1181 isdst = false;
1207 if (isdst && !sp->ttis[j].tt_ttisstd)
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 139 // utcoff[4] isdst[1] nameindex[1]
152 zone[i].isDST = b != 0
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 139 // utcoff[4] isdst[1] nameindex[1]
152 zone[i].isDST = b != 0
  /external/curl/tests/
ftpserver.pl 206 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
212 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
    [all...]
runtests.pl 595 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
    [all...]

Completed in 1536 milliseconds