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

  /external/icu4c/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...]
  /bionic/libc/tzcode/
localtime.c 153 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
589 ttisp->tt_ttisstd = FALSE;
591 ttisp->tt_ttisstd = *p++;
592 if (ttisp->tt_ttisstd != TRUE &&
593 ttisp->tt_ttisstd != FALSE)
    [all...]
  /system/core/libcutils/
tztime.c 123 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
515 ttisp->tt_ttisstd = FALSE;
517 ttisp->tt_ttisstd = *p++;
518 if (ttisp->tt_ttisstd != TRUE &&
519 ttisp->tt_ttisstd != FALSE)
1113 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]

Completed in 43 milliseconds