Searched refs:tzhead (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dtzfile.h50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
H A Dtztime.c365 struct tzhead tzhead; member in union:__anon403
366 char buf[2 * sizeof(struct tzhead) +
450 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
451 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
452 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
453 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
454 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
455 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
456 p = u.tzhead
[all...]

Completed in 72 milliseconds