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

  /external/icu/icu4c/source/common/
rbbicst.pl 228 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 142 bool isdst; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
405 type.isdst = readbool(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 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:__anon44146
  /bionic/libc/tzcode/
localtime.c 205 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND. */
207 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
210 s->tt_isdst = isdst;
503 unsigned char isdst, abbrind; local
508 isdst = *p++;
509 if (! (isdst < 2))
511 ttisp->tt_isdst = isdst;
1150 register bool isdst; local
1180 isdst = false;
1206 if (isdst && !sp->ttis[j].tt_ttisstd)
    [all...]
  /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 2909 milliseconds