Home
last modified time | relevance | path

Searched refs:tzh (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc251 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build() argument
253 if ((v = Decode32(tzh.tzh_timecnt)) < 0) return false; in Build()
255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
257 if ((v = Decode32(tzh.tzh_charcnt)) < 0) return false; in Build()
259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
263 if ((v = Decode32(tzh.tzh_ttisutcnt)) < 0) return false; in Build()
392 tzhead tzh; in Load() local
393 if (zip->Read(&tzh, sizeof(tzh)) != sizeof(tzh)) return false; in Load()
394 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
[all …]
Dtime_zone_info.h94 bool Build(const tzhead& tzh);
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_info.cc251 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build() argument
253 if ((v = Decode32(tzh.tzh_timecnt)) < 0) return false; in Build()
255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
257 if ((v = Decode32(tzh.tzh_charcnt)) < 0) return false; in Build()
259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
263 if ((v = Decode32(tzh.tzh_ttisutcnt)) < 0) return false; in Build()
392 tzhead tzh; in Load() local
393 if (zip->Read(&tzh, sizeof(tzh)) != sizeof(tzh)) return false; in Load()
394 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
[all …]
Dtime_zone_info.h94 bool Build(const tzhead& tzh);
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc251 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build() argument
253 if ((v = Decode32(tzh.tzh_timecnt)) < 0) return false; in Build()
255 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
257 if ((v = Decode32(tzh.tzh_charcnt)) < 0) return false; in Build()
259 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
261 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
263 if ((v = Decode32(tzh.tzh_ttisutcnt)) < 0) return false; in Build()
392 tzhead tzh; in Load() local
393 if (zip->Read(&tzh, sizeof(tzh)) != sizeof(tzh)) return false; in Load()
394 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
[all …]
Dtime_zone_info.h94 bool Build(const tzhead& tzh);
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc232 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build() argument
234 if ((v = Decode32(tzh.tzh_timecnt)) < 0) return false; in Build()
236 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
238 if ((v = Decode32(tzh.tzh_charcnt)) < 0) return false; in Build()
240 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
242 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
244 if ((v = Decode32(tzh.tzh_ttisutcnt)) < 0) return false; in Build()
397 tzhead tzh; in Load() local
398 if (zip->Read(&tzh, sizeof(tzh)) != sizeof(tzh)) return false; in Load()
399 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
[all …]
Dtime_zone_info.h94 bool Build(const tzhead& tzh);
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc232 bool TimeZoneInfo::Header::Build(const tzhead& tzh) { in Build() argument
234 if ((v = Decode32(tzh.tzh_timecnt)) < 0) return false; in Build()
236 if ((v = Decode32(tzh.tzh_typecnt)) < 0) return false; in Build()
238 if ((v = Decode32(tzh.tzh_charcnt)) < 0) return false; in Build()
240 if ((v = Decode32(tzh.tzh_leapcnt)) < 0) return false; in Build()
242 if ((v = Decode32(tzh.tzh_ttisstdcnt)) < 0) return false; in Build()
244 if ((v = Decode32(tzh.tzh_ttisutcnt)) < 0) return false; in Build()
397 tzhead tzh; in Load() local
398 if (zip->Read(&tzh, sizeof(tzh)) != sizeof(tzh)) return false; in Load()
399 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
[all …]
Dtime_zone_info.h94 bool Build(const tzhead& tzh);
/external/python/cpython3/Tools/tz/
Dzdump.py23 tzh = (tzh_ttisgmtcnt, tzh_ttisstdcnt, tzh_leapcnt,
40 self.tzh = tzh
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1607 static struct tzhead tzh; in writezone() local
1855 #define DO(field) ((void) fwrite(tzh.field, sizeof tzh.field, 1, fp)) in writezone()
1856 tzh = tzh0; in writezone()
1858 * (ICUZoneinfoVersion*) &tzh.tzh_reserved = TZ_ICU_VERSION; in writezone()
1859 (void) strncpy(tzh.tzh_magic, TZ_ICU_MAGIC, sizeof tzh.tzh_magic); in writezone()
1861 (void) strncpy(tzh.tzh_magic, TZ_MAGIC, sizeof tzh.tzh_magic); in writezone()
1863 tzh.tzh_version[0] = version; in writezone()
1864 convert(thistypecnt, tzh.tzh_ttisgmtcnt); in writezone()
1865 convert(thistypecnt, tzh.tzh_ttisstdcnt); in writezone()
1866 convert(thisleapcnt, tzh.tzh_leapcnt); in writezone()
[all …]
/external/python/parse_type/parse_type/
Dparse.py630 tzh, tzm = tz[1:].split(':')
632 tzh, tzm = tz[1], tz[2:4]
634 tzh, tzm = tz[1:3], tz[3:5]
635 offset = int(tzm) + int(tzh) * 60
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab152 tzb Bachajón Tzeltal M tzh 2009-01-16
Diso-639-3_Name_Index.tab6980 tzh Tzeltal Tzeltal
Diso-639-3.tab6685 tzh I L Tzeltal
Dlanguage-subtag-registry36140 Subtag: tzh
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DentityToCode.tsv2516 http://www.wikidata.org/entity/Q36808 tzh
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6943 "tzh",
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt14548 $x{yitzhak → jɪtsæk ; # jɪtzhæk
20484 $x{itzhak → ɪtshæk ; # ɪtzhæk