Home
last modified time | relevance | path

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

/external/icu4c/tools/tzcode/
Dlocaltime.c347 struct tzhead tzhead; member
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.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;
512 if (u.tzhead.tzh_version[0] == '\0')
Dtzfile.h50 struct tzhead { struct
Dzic.c1612 static const struct tzhead tzh0;
1613 static struct tzhead tzh;