Home
last modified time | relevance | path

Searched refs:abbrind (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
212 s->tt_abbrind = abbrind; in init_ttinfo()
503 unsigned char isdst, abbrind; in tzloadbody() local
512 abbrind = *p++; in tzloadbody()
513 if (! (abbrind < sp->charcnt)) in tzloadbody()
515 ttisp->tt_abbrind = abbrind; in tzloadbody()