Home
last modified time | relevance | path

Searched refs:desigidx (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
213 s->tt_desigidx = desigidx; in init_ttinfo()
572 unsigned char isdst, desigidx; in tzloadbody() local
581 desigidx = *p++; in tzloadbody()
582 if (! (desigidx < sp->charcnt)) in tzloadbody()
584 ttisp->tt_desigidx = desigidx; in tzloadbody()