HomeSort by relevance Sort by last modified time
    Searched defs:tzhead (Results 1 - 4 of 4) sorted by null

  /bionic/libc/tzcode/
tzfile.h 40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 351 struct tzhead tzhead; member in union:__anon1061
352 char buf[2 * sizeof(struct tzhead) +
407 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
408 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
409 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
410 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
411 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
412 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
413 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 333 struct tzhead tzhead; member in union:__anon10344
334 char buf[2 * sizeof(struct tzhead) +
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
400 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt
    [all...]

Completed in 53 milliseconds