79 #ifndef ACE_TIME_ZONEDBCTESTING_ZONE_INFOS_H
80 #define ACE_TIME_ZONEDBCTESTING_ZONE_INFOS_H
82 #include <zoneinfo/infos.h>
84 class __FlashStringHelper;
87 namespace zonedbctesting {
94 extern const __FlashStringHelper*
const kTzDatabaseVersion;
97 extern const complete::ZoneContext kZoneContext;
103 extern const complete::ZoneInfo kZoneAfrica_Casablanca;
104 extern const complete::ZoneInfo kZoneAfrica_Windhoek;
105 extern const complete::ZoneInfo kZoneAmerica_Caracas;
106 extern const complete::ZoneInfo kZoneAmerica_Chicago;
107 extern const complete::ZoneInfo kZoneAmerica_Denver;
108 extern const complete::ZoneInfo kZoneAmerica_Edmonton;
109 extern const complete::ZoneInfo kZoneAmerica_Los_Angeles;
110 extern const complete::ZoneInfo kZoneAmerica_New_York;
111 extern const complete::ZoneInfo kZoneAmerica_Toronto;
112 extern const complete::ZoneInfo kZoneAmerica_Vancouver;
113 extern const complete::ZoneInfo kZoneAmerica_Whitehorse;
114 extern const complete::ZoneInfo kZoneAmerica_Winnipeg;
115 extern const complete::ZoneInfo kZoneAustralia_Darwin;
116 extern const complete::ZoneInfo kZoneEurope_Lisbon;
117 extern const complete::ZoneInfo kZonePacific_Apia;
122 const uint32_t kZoneIdAfrica_Casablanca = 0xc59f1b33;
123 const uint32_t kZoneIdAfrica_Windhoek = 0x789c9bd3;
124 const uint32_t kZoneIdAmerica_Caracas = 0x3be064f4;
125 const uint32_t kZoneIdAmerica_Chicago = 0x4b92b5d4;
126 const uint32_t kZoneIdAmerica_Denver = 0x97d10b2a;
127 const uint32_t kZoneIdAmerica_Edmonton = 0x6cb9484a;
128 const uint32_t kZoneIdAmerica_Los_Angeles = 0xb7f7e8f2;
129 const uint32_t kZoneIdAmerica_New_York = 0x1e2a7654;
130 const uint32_t kZoneIdAmerica_Toronto = 0x792e851b;
131 const uint32_t kZoneIdAmerica_Vancouver = 0x2c6f6b1f;
132 const uint32_t kZoneIdAmerica_Whitehorse = 0x54e0e3e8;
133 const uint32_t kZoneIdAmerica_Winnipeg = 0x8c7dafc7;
134 const uint32_t kZoneIdAustralia_Darwin = 0x2876bdff;
135 const uint32_t kZoneIdEurope_Lisbon = 0x5c00a70b;
136 const uint32_t kZoneIdPacific_Apia = 0x23359b5e;
143 extern const complete::ZoneInfo kZoneUS_Pacific;
148 const uint32_t kZoneIdUS_Pacific = 0xa950f6ab;
159 const uint8_t kZoneBufSizeAfrica_Casablanca = 7;
160 const uint8_t kZoneBufSizeAfrica_Windhoek = 4;
161 const uint8_t kZoneBufSizeAmerica_Caracas = 2;
162 const uint8_t kZoneBufSizeAmerica_Chicago = 6;
163 const uint8_t kZoneBufSizeAmerica_Denver = 6;
164 const uint8_t kZoneBufSizeAmerica_Edmonton = 6;
165 const uint8_t kZoneBufSizeAmerica_Los_Angeles = 6;
166 const uint8_t kZoneBufSizeAmerica_New_York = 6;
167 const uint8_t kZoneBufSizeAmerica_Toronto = 6;
168 const uint8_t kZoneBufSizeAmerica_Vancouver = 6;
169 const uint8_t kZoneBufSizeAmerica_Whitehorse = 6;
170 const uint8_t kZoneBufSizeAmerica_Winnipeg = 6;
171 const uint8_t kZoneBufSizeAustralia_Darwin = 2;
172 const uint8_t kZoneBufSizeEurope_Lisbon = 6;
173 const uint8_t kZoneBufSizePacific_Apia = 5;