Home
last modified time | relevance | path

Searched refs:tzh_version (Results 1 – 16 of 16) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoData.java211 byte tzh_version = it.readByte(); in skipOver32BitData()
212 checkTzifVersionAcceptable(id, tzh_version); in skipOver32BitData()
264 byte tzh_version = it.readByte(); in read64BitData()
265 checkTzifVersionAcceptable(id, tzh_version); in read64BitData()
336 private static void checkTzifVersionAcceptable(String id, byte tzh_version) throws IOException { in checkTzifVersionAcceptable() argument
337 char tzh_version_char = (char) tzh_version; in checkTzifVersionAcceptable()
344 + "\' (" + tzh_version + ")"); in checkTzifVersionAcceptable()
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc399 if (tzh.tzh_version[0] != '\0') { in Load()
406 if (tzh.tzh_version[0] == '\0') return false; in Load()
488 if (tzh.tzh_version[0] != '\0') { in Load()
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc404 if (tzh.tzh_version[0] != '\0') { in Load()
411 if (tzh.tzh_version[0] == '\0') return false; in Load()
491 if (tzh.tzh_version[0] != '\0') { in Load()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc399 if (tzh.tzh_version[0] != '\0') { in Load()
406 if (tzh.tzh_version[0] == '\0') return false; in Load()
488 if (tzh.tzh_version[0] != '\0') { in Load()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc404 if (tzh.tzh_version[0] != '\0') { in Load()
411 if (tzh.tzh_version[0] == '\0') return false; in Load()
491 if (tzh.tzh_version[0] != '\0') { in Load()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc399 if (tzh.tzh_version[0] != '\0') { in Load()
406 if (tzh.tzh_version[0] == '\0') return false; in Load()
488 if (tzh.tzh_version[0] != '\0') { in Load()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h46 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dtime_zone_info.cc399 if (tzh.tzh_version[0] != '\0') { in Load()
406 if (tzh.tzh_version[0] == '\0') return false; in Load()
488 if (tzh.tzh_version[0] != '\0') { in Load()
/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h42 char tzh_version[1]; /* '\0' or '2' or '3' as of 2013 */ member
Dzic.c1863 tzh.tzh_version[0] = version; in writezone()
1871 DO(tzh_version); in writezone()
Dlocaltime.c504 if (up->tzhead.tzh_version[0] == '\0') in tzload()