Home | History | Annotate | Download | only in tzcode

Lines Matching full:abbrind

205 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND.  */
207 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
211 s->tt_abbrind = abbrind;
498 unsigned char isdst, abbrind;
507 abbrind = *p++;
508 if (! (abbrind < sp->charcnt))
510 ttisp->tt_abbrind = abbrind;