Home
last modified time | relevance | path

Searched refs:tzh_typecnt (Results 1 – 17 of 17) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoData.java222 int tzh_typecnt = it.readInt(); in skipOver32BitData() local
236 it.skip(tzh_typecnt * ttinfoSize); in skipOver32BitData()
281 int tzh_typecnt = it.readInt(); in read64BitData() local
283 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 …]
/external/python/cpython3/Tools/tz/
Dzdump.py24 tzh_timecnt, tzh_typecnt, tzh_charcnt) = struct.unpack(">6l", header)
34 for i in range(tzh_typecnt):
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc236 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc236 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h52 char tzh_typecnt[4]; /* coded number of local time types */ member
Dtime_zone_info.cc255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h48 char tzh_typecnt[4]; /* coded number of local time types */ member
Dzic.c1868 convert(thistypecnt, tzh.tzh_typecnt); in writezone()
1877 DO(tzh_typecnt); in writezone()
Dlocaltime.c398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt); in tzload()