Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc242 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc242 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h49 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dtime_zone_info.cc261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ member
Dzic.c1865 convert(thistypecnt, tzh.tzh_ttisstdcnt); in writezone()
1874 DO(tzh_ttisstdcnt); in writezone()
Dlocaltime.c394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt); in tzload()
/external/python/cpython3/Tools/tz/
Dzdump.py23 tzh = (tzh_ttisgmtcnt, tzh_ttisstdcnt, tzh_leapcnt,
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoData.java219 int tzh_ttisstdcnt = it.readInt(); in skipOver32BitData() local
247 it.skip(tzh_ttisstdcnt + tzh_ttisgmtcnt); in skipOver32BitData()