Searched refs:tt_ttisstd (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c90 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) {
/external/icu4c/tools/tzcode/
H A Dlocaltime.c90 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) {

Completed in 256 milliseconds