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

  /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;
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/icu/icu4c/source/tools/tzcode/
localtime.c 1059 register int isdst; local
1089 isdst = FALSE;
1115 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [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...]
  /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:__anon66345

Completed in 999 milliseconds