Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c208 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind) in init_ttinfo() argument
211 s->tt_isdst = isdst; in init_ttinfo()
503 unsigned char isdst, abbrind; in tzloadbody() local
508 isdst = *p++; in tzloadbody()
509 if (! (isdst < 2)) in tzloadbody()
511 ttisp->tt_isdst = isdst; in tzloadbody()
1150 register bool isdst; in tzparse() local
1180 isdst = false; in tzparse()
1206 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()