Searched refs:tzh_magic (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | tzfile.h | 45 char tzh_magic[4]; /* TZ_MAGIC */ member
|
D | time_zone_info.cc | 395 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load() 405 if (strncmp(tzh.tzh_magic, TZ_MAGIC, sizeof(tzh.tzh_magic)) != 0) in Load()
|
/third_party/tzdata/ |
D | tzfile.h | 46 char tzh_magic[4]; /* TZ_MAGIC */ member
|
D | zic.c | 2316 memcpy(tzh.tzh_magic, TZ_MAGIC, sizeof tzh.tzh_magic); in writezone() 2324 DO(tzh_magic); in writezone()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tzfile.h | 41 char tzh_magic[4]; /* TZ_MAGIC */ member
|
D | zic.c | 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() 1870 DO(tzh_magic); in writezone()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tzfile.h | 41 char tzh_magic[4]; /* TZ_MAGIC */ member
|
D | zic.c | 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() 1870 DO(tzh_magic); in writezone()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | tzfile.h | 41 char tzh_magic[4]; /* TZ_MAGIC */ member
|
D | zic.c | 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() 1870 DO(tzh_magic); in writezone()
|