Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c209 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo() argument
212 s->tt_isdst = isdst; in init_ttinfo()
572 unsigned char isdst, desigidx; in tzloadbody() local
577 isdst = *p++; in tzloadbody()
578 if (! (isdst < 2)) in tzloadbody()
580 ttisp->tt_isdst = isdst; in tzloadbody()
1323 register bool isdst; in tzparse() local
1353 isdst = false; in tzparse()
1379 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()