Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc240 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc240 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtzfile.h50 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dtime_zone_info.cc259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h46 char tzh_leapcnt[4]; /* coded number of leap seconds */ member
Dzic.c1866 convert(thisleapcnt, tzh.tzh_leapcnt); in writezone()
1875 DO(tzh_leapcnt); in writezone()
Dlocaltime.c396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt); 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.java220 int tzh_leapcnt = it.readInt(); in skipOver32BitData() local
243 it.skip(tzh_leapcnt * leapInfoSize); in skipOver32BitData()