Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c88 bool tt_isdst; /* used to set tm_isdst */ member
212 s->tt_isdst = isdst; in init_ttinfo()
277 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_desigidx]; in update_tzname_etc()
280 if (!ttisp->tt_isdst) in update_tzname_etc()
284 if (ttisp->tt_isdst) in update_tzname_etc()
297 int this_bit = 1 << ttisp->tt_isdst; in may_update_tzname_etc()
580 ttisp->tt_isdst = isdst; in tzloadbody()
774 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzloadbody()
777 if (!sp->ttis[i].tt_isdst) in tzloadbody()
789 while (sp->ttis[i].tt_isdst) in tzloadbody()
[all …]