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 349 struct tzhead tzhead; member in union:input_buffer
352 char buf[2 * sizeof(struct tzhead) + 2 * sizeof (struct state)
389 register int tzheadsize = sizeof (struct tzhead);
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
445 int_fast32_t charcnt = detzcode(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:__anon12280
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 1579 milliseconds