Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c101 bool tt_isdst; /* used to set tm_isdst */ member
211 s->tt_isdst = isdst; in init_ttinfo()
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind]; in update_tzname_etc()
268 if (!ttisp->tt_isdst) in update_tzname_etc()
272 if (ttisp->tt_isdst) in update_tzname_etc()
308 if (ttisp->tt_isdst) in settzname()
511 ttisp->tt_isdst = isdst; in tzloadbody()
661 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzloadbody()
664 if (!sp->ttis[i].tt_isdst) in tzloadbody()
673 while (sp->ttis[i].tt_isdst) in tzloadbody()
[all …]