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

  /external/chromium/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/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 145 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
581 ttisp->tt_ttisstd = FALSE;
583 ttisp->tt_ttisstd = *p++;
584 if (ttisp->tt_ttisstd != TRUE &&
585 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 16 milliseconds