Searched refs:tzh_typecnt (Results 1 – 17 of 17) sorted by relevance
222 int tzh_typecnt = it.readInt(); in skipOver32BitData() local236 it.skip(tzh_typecnt * ttinfoSize); in skipOver32BitData()281 int tzh_typecnt = it.readInt(); in read64BitData() local283 if (tzh_typecnt < 1) { in read64BitData()287 } else if (tzh_typecnt > MAX_TYPES) { in read64BitData()289 "Timezone with id " + id + " has too many types=" + tzh_typecnt); in read64BitData()308 if (typeIndex >= tzh_typecnt) { in read64BitData()310 id + " type at " + i + " is not < " + tzh_typecnt + ", is " in read64BitData()315 int[] gmtOffsets = new int[tzh_typecnt]; in read64BitData()316 byte[] isDsts = new byte[tzh_typecnt]; in read64BitData()[all …]
24 tzh_timecnt, tzh_typecnt, tzh_charcnt) = struct.unpack(">6l", header)34 for i in range(tzh_typecnt):
52 char tzh_typecnt[4]; /* coded number of local time types */ member
255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
236 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
48 char tzh_typecnt[4]; /* coded number of local time types */ member
1868 convert(thistypecnt, tzh.tzh_typecnt); in writezone()1877 DO(tzh_typecnt); in writezone()
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()