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

/external/icu4c/tools/tzcode/
H A Dtzfile.h50 struct tzhead { struct
89 ** of tzhead and a second instance of the data in which each coded transition
H A Dlocaltime.c347 struct tzhead tzhead; member in union:__anon5633
348 char buf[2 * sizeof(struct tzhead) +
396 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
397 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
398 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
399 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
400 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
401 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
402 p = u.tzhead
[all...]
H A Dzic.c1612 static const struct tzhead tzh0;
1613 static struct tzhead tzh;

Completed in 41 milliseconds