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

/macosx-10.9.5/ICU-511.35/icuSources/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) {
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c124 int tt_ttisstd; /* TRUE if transition is std time */ member in struct:ttinfo
705 ttisp->tt_ttisstd = FALSE;
707 ttisp->tt_ttisstd = *p++;
708 if (ttisp->tt_ttisstd != TRUE &&
709 ttisp->tt_ttisstd != FALSE)
1193 if (isdst && !sp->ttis[j].tt_ttisstd) {

Completed in 138 milliseconds