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

  /bionic/libc/tzcode/
localtime.c 96 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
493 ttisp->tt_ttisstd = FALSE;
495 ttisp->tt_ttisstd = *p++;
496 if (ttisp->tt_ttisstd != TRUE &&
497 ttisp->tt_ttisstd != FALSE)
638 ap->tt_ttisstd == bp->tt_ttisstd &&
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 90 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
461 ttisp->tt_ttisstd = FALSE;
463 ttisp->tt_ttisstd = *p++;
464 if (ttisp->tt_ttisstd != TRUE &&
465 ttisp->tt_ttisstd != FALSE)
595 ap->tt_ttisstd == bp->tt_ttisstd &&
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 90 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
461 ttisp->tt_ttisstd = FALSE;
463 ttisp->tt_ttisstd = *p++;
464 if (ttisp->tt_ttisstd != TRUE &&
465 ttisp->tt_ttisstd != FALSE)
595 ap->tt_ttisstd == bp->tt_ttisstd &&
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]

Completed in 75 milliseconds