Searched defs:ttisp (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtztime.c484 register struct ttinfo * ttisp; local
486 ttisp = &sp->ttis[i];
487 ttisp->tt_gmtoff = detzcode(p);
489 ttisp->tt_isdst = (unsigned char) *p++;
490 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
492 ttisp->tt_abbrind = (unsigned char) *p++;
493 if (ttisp->tt_abbrind < 0 ||
494 ttisp->tt_abbrind > sp->charcnt)
511 register struct ttinfo * ttisp; local
524 register struct ttinfo * ttisp; local
1187 register const struct ttinfo * ttisp; local
[all...]

Completed in 25 milliseconds