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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 79 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
  /bionic/libc/tzcode/
localtime.c 103 bool tt_ttisstd; /* transition is std time */ member in struct:ttinfo
213 s->tt_ttisstd = false;
548 ttisp->tt_ttisstd = false;
552 ttisp->tt_ttisstd = *p++;
717 ap->tt_ttisstd == bp->tt_ttisstd &&
1206 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 83 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
480 ttisp->tt_ttisstd = FALSE;
482 ttisp->tt_ttisstd = *p++;
483 if (ttisp->tt_ttisstd != TRUE &&
484 ttisp->tt_ttisstd != FALSE)
625 ap->tt_ttisstd == bp->tt_ttisstd &&
1115 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]

Completed in 105 milliseconds