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

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c88 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
280 tzname[ttisp->tt_isdst] =
283 if (ttisp->tt_isdst)
285 if (i == 0 || !ttisp->tt_isdst)
289 if (i == 0 || ttisp->tt_isdst)
301 tzname[ttisp->tt_isdst] =
435 ttisp->tt_isdst = (unsigned char) *p++;
436 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
594 ap->tt_isdst
[all...]
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c122 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
420 if ((need & NEED_DAYLIGHT) && ttisp->tt_isdst) {
425 if (ttisp->tt_isdst) {
680 ttisp->tt_isdst = (unsigned char) *p++;
681 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
1106 sp->ttis[0].tt_isdst = 1;
1109 sp->ttis[1].tt_isdst = 0;
1149 if (!sp->ttis[j].tt_isdst) {
1158 if (sp->ttis[j].tt_isdst) {
[all...]

Completed in 80 milliseconds