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

/bionic/libc/tzcode/
H A Dlocaltime.c153 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)
1188 if (isdst && !sp->ttis[j].tt_ttisstd) {

Completed in 7 milliseconds