1// Copyright (C) 2021 The Qt Company Ltd.
2// Copyright (C) 2013 John Layt <jlayt@kde.org>
3// Copyright © 2004-2023 Unicode, Inc.
4// SPDX-License-Identifier: Unicode-3.0
5
6#ifndef QTIMEZONEPRIVATE_DATA_P_H
7#define QTIMEZONEPRIVATE_DATA_P_H
8
9//
10// W A R N I N G
11// -------------
12//
13// This file is not part of the Qt API. It exists for the convenience
14// of internal files. This header file may change from version to version
15// without notice, or even be removed.
16//
17// We mean it.
18//
19
20#include <QtCore/private/qglobal_p.h>
21#include "qbytearrayview.h"
22#include "qstring.h"
23
24QT_REQUIRE_CONFIG(timezone);
25QT_BEGIN_NAMESPACE
26
27namespace QtTimeZoneCldr {
28/*
29 Recognized UTC-offset zones and CLDR-derived data on timezone IDs.
30
31 The UTC-offset zone table is provided for generic UTC±HH:mm format time
32 zones. The UTC backend can support arbitrary offsets in seconds, but only
33 advertises a limited repertoire of offsets as "available" in the normal
34 sense.
35
36 Windows Zone ID support is included in the default base class, QTZP, so can
37 be used on all platforms, since an app running on Linux may need to
38 communicate with a Windows Outlook server. These tables can also be used to
39 look up Region Codes and UTC Offsets on platforms whose backends don't
40 directly support them. For example, Darwin does not support
41 availableTimeZones() filtering by region or offset. This table is
42 auto-generated from the CLDR supplemental/windowsZones.xml data file, with
43 IDs converted from CLDR-stable to IANA-current using bcp47/timezone.xml
44 data.
45
46 Please do not edit this data directly. See the generated section for details
47 of its last update and how to update it.
48*/
49
50struct AliasData
51{
52 // Table is sorted on aliasId(), then on ianaId().
53 // Indices in alias table, not IANA (group) table
54 quint16 aliasIdIndex;
55 quint16 ianaIdIndex;
56 // Values for the actual IDs:
57 constexpr QByteArrayView aliasId() const;
58 constexpr QByteArrayView ianaId() const;
59};
60
61// FIXME: rename ianaIdData[] to ianaListData[], aliasIdData[] to ianaIdData[]
62struct ZoneData
63{
64 // Keys (table is sorted in Windows ID, then on territory enum value):
65 quint16 windowsIdKey; // Windows ID sequence number
66 quint16 territory; // QLocale::Territory, AnyTerritory means No Territory
67 // Values for this Windows zone and territory:
68 quint16 ianaIdIndex; // Index in ianaIdData of space-joined IANA IDs
69 constexpr QLatin1StringView id() const; // Space-joined list of IANA IDs
70 constexpr auto ids() const { return id().tokenize(needle: u' '); } // Iterate IANA IDs
71};
72
73struct WindowsData
74{
75 // Table is sorted on key and this puts the windowsId()s in ascending order.
76 quint16 windowsIdKey; // Windows ID sequence number
77 quint16 windowsIdIndex; // Index of Windows ID in windowsIdData
78 // Values for this Windows zone:
79 quint16 ianaIdIndex; // Index in ianaIdData of space-joined IANA IDs
80 qint32 offsetFromUtc; // Standard Time Offset from UTC, used for quick look-ups
81 // FIXME: ianaIdIndex is actually always a single IANA ID, so re-route to alias table
82 constexpr QByteArrayView windowsId() const;
83 constexpr QByteArrayView ianaId() const; // Space-joined list of IANA IDs
84};
85
86struct UtcData
87{
88 quint16 ianaIdIndex; // Index in ianaIdData of space-joined IANA IDs
89 qint32 offsetFromUtc; // Offset form UTC in seconds
90 constexpr QByteArrayView id() const; // Space-joined list of IANA IDs
91};
92
93QT_WARNING_PUSH // QTBUG-128930
94QT_WARNING_DISABLE_CLANG("-Wunused-const-variable")
95
96// GENERATED PART STARTS HERE
97
98/*
99 This part of the file was generated on 2024-10-04 from the
100 Common Locale Data Repository v45
101
102 http://www.unicode.org/cldr/
103
104 Do not edit this section: instead regenerate it using
105 cldr2qlocalexml.py and qlocalexml2cpp.py on updated (or
106 edited) CLDR data; see qtbase/util/locale_database/.
107*/
108
109// Alias ID Index, Alias ID Index
110static constexpr AliasData aliasMappingTable[] = {
111 { .aliasIdIndex: 0, .ianaIdIndex: 14 }, // Africa/Asmera -> Africa/Asmara
112 { .aliasIdIndex: 28, .ianaIdIndex: 44 }, // Africa/Timbuktu -> Africa/Bamako
113 { .aliasIdIndex: 58, .ianaIdIndex: 91 }, // America/Argentina/ComodRivadavia -> America/Argentina/Catamarca
114 { .aliasIdIndex: 119, .ianaIdIndex: 132 }, // America/Atka -> America/Adak
115 { .aliasIdIndex: 145, .ianaIdIndex: 166 }, // America/Buenos_Aires -> America/Argentina/Buenos_Aires
116 { .aliasIdIndex: 197, .ianaIdIndex: 91 }, // America/Catamarca -> America/Argentina/Catamarca
117 { .aliasIdIndex: 215, .ianaIdIndex: 237 }, // America/Coral_Harbour -> America/Atikokan
118 { .aliasIdIndex: 254, .ianaIdIndex: 270 }, // America/Cordoba -> America/Argentina/Cordoba
119 { .aliasIdIndex: 296, .ianaIdIndex: 313 }, // America/Ensenada -> America/Tijuana
120 { .aliasIdIndex: 329, .ianaIdIndex: 348 }, // America/Fort_Wayne -> America/Indiana/Indianapolis
121 { .aliasIdIndex: 377, .ianaIdIndex: 393 }, // America/Godthab -> America/Nuuk
122 { .aliasIdIndex: 406, .ianaIdIndex: 348 }, // America/Indianapolis -> America/Indiana/Indianapolis
123 { .aliasIdIndex: 427, .ianaIdIndex: 441 }, // America/Jujuy -> America/Argentina/Jujuy
124 { .aliasIdIndex: 465, .ianaIdIndex: 481 }, // America/Knox_IN -> America/Indiana/Knox
125 { .aliasIdIndex: 502, .ianaIdIndex: 521 }, // America/Louisville -> America/Kentucky/Louisville
126 { .aliasIdIndex: 549, .ianaIdIndex: 565 }, // America/Mendoza -> America/Argentina/Mendoza
127 { .aliasIdIndex: 591, .ianaIdIndex: 608 }, // America/Montreal -> America/Toronto
128 { .aliasIdIndex: 624, .ianaIdIndex: 608 }, // America/Nipigon -> America/Toronto
129 { .aliasIdIndex: 640, .ianaIdIndex: 660 }, // America/Pangnirtung -> America/Iqaluit
130 { .aliasIdIndex: 676, .ianaIdIndex: 695 }, // America/Porto_Acre -> America/Rio_Branco
131 { .aliasIdIndex: 714, .ianaIdIndex: 734 }, // America/Rainy_River -> America/Winnipeg
132 { .aliasIdIndex: 751, .ianaIdIndex: 270 }, // America/Rosario -> America/Argentina/Cordoba
133 { .aliasIdIndex: 767, .ianaIdIndex: 313 }, // America/Santa_Isabel -> America/Tijuana
134 { .aliasIdIndex: 788, .ianaIdIndex: 805 }, // America/Shiprock -> America/Denver
135 { .aliasIdIndex: 820, .ianaIdIndex: 608 }, // America/Thunder_Bay -> America/Toronto
136 { .aliasIdIndex: 840, .ianaIdIndex: 855 }, // America/Virgin -> America/St_Thomas
137 { .aliasIdIndex: 873, .ianaIdIndex: 893 }, // America/Yellowknife -> America/Edmonton
138 { .aliasIdIndex: 910, .ianaIdIndex: 932 }, // Antarctica/South_Pole -> Pacific/Auckland
139 { .aliasIdIndex: 949, .ianaIdIndex: 964 }, // Asia/Ashkhabad -> Asia/Ashgabat
140 { .aliasIdIndex: 978, .ianaIdIndex: 992 }, // Asia/Calcutta -> Asia/Kolkata
141 { .aliasIdIndex: 1005, .ianaIdIndex: 1020 }, // Asia/Chongqing -> Asia/Shanghai
142 { .aliasIdIndex: 1034, .ianaIdIndex: 1020 }, // Asia/Chungking -> Asia/Shanghai
143 { .aliasIdIndex: 1049, .ianaIdIndex: 1060 }, // Asia/Dacca -> Asia/Dhaka
144 { .aliasIdIndex: 1071, .ianaIdIndex: 1020 }, // Asia/Harbin -> Asia/Shanghai
145 { .aliasIdIndex: 1083, .ianaIdIndex: 1097 }, // Asia/Istanbul -> Europe/Istanbul
146 { .aliasIdIndex: 1113, .ianaIdIndex: 1126 }, // Asia/Kashgar -> Asia/Urumqi
147 { .aliasIdIndex: 1138, .ianaIdIndex: 1152 }, // Asia/Katmandu -> Asia/Kathmandu
148 { .aliasIdIndex: 1167, .ianaIdIndex: 1178 }, // Asia/Macao -> Asia/Macau
149 { .aliasIdIndex: 1189, .ianaIdIndex: 1202 }, // Asia/Rangoon -> Asia/Yangon
150 { .aliasIdIndex: 1214, .ianaIdIndex: 1226 }, // Asia/Saigon -> Asia/Ho_Chi_Minh
151 { .aliasIdIndex: 1243, .ianaIdIndex: 1257 }, // Asia/Tel_Aviv -> Asia/Jerusalem
152 { .aliasIdIndex: 1272, .ianaIdIndex: 1284 }, // Asia/Thimbu -> Asia/Thimphu
153 { .aliasIdIndex: 1297, .ianaIdIndex: 1316 }, // Asia/Ujung_Pandang -> Asia/Makassar
154 { .aliasIdIndex: 1330, .ianaIdIndex: 1346 }, // Asia/Ulan_Bator -> Asia/Ulaanbaatar
155 { .aliasIdIndex: 1363, .ianaIdIndex: 1379 }, // Atlantic/Faeroe -> Atlantic/Faroe
156 { .aliasIdIndex: 1394, .ianaIdIndex: 1413 }, // Atlantic/Jan_Mayen -> Arctic/Longyearbyen
157 { .aliasIdIndex: 1433, .ianaIdIndex: 1447 }, // Australia/ACT -> Australia/Sydney
158 { .aliasIdIndex: 1464, .ianaIdIndex: 1447 }, // Australia/Canberra -> Australia/Sydney
159 { .aliasIdIndex: 1483, .ianaIdIndex: 1500 }, // Australia/Currie -> Australia/Hobart
160 { .aliasIdIndex: 1517, .ianaIdIndex: 1531 }, // Australia/LHI -> Australia/Lord_Howe
161 { .aliasIdIndex: 1551, .ianaIdIndex: 1567 }, // Australia/North -> Australia/Darwin
162 { .aliasIdIndex: 1584, .ianaIdIndex: 1447 }, // Australia/NSW -> Australia/Sydney
163 { .aliasIdIndex: 1598, .ianaIdIndex: 1619 }, // Australia/Queensland -> Australia/Brisbane
164 { .aliasIdIndex: 1638, .ianaIdIndex: 1654 }, // Australia/South -> Australia/Adelaide
165 { .aliasIdIndex: 1673, .ianaIdIndex: 1500 }, // Australia/Tasmania -> Australia/Hobart
166 { .aliasIdIndex: 1692, .ianaIdIndex: 1711 }, // Australia/Victoria -> Australia/Melbourne
167 { .aliasIdIndex: 1731, .ianaIdIndex: 1746 }, // Australia/West -> Australia/Perth
168 { .aliasIdIndex: 1762, .ianaIdIndex: 1783 }, // Australia/Yancowinna -> Australia/Broken_Hill
169 { .aliasIdIndex: 1805, .ianaIdIndex: 695 }, // Brazil/Acre -> America/Rio_Branco
170 { .aliasIdIndex: 1817, .ianaIdIndex: 1834 }, // Brazil/DeNoronha -> America/Noronha
171 { .aliasIdIndex: 1850, .ianaIdIndex: 1862 }, // Brazil/East -> America/Sao_Paulo
172 { .aliasIdIndex: 1880, .ianaIdIndex: 1892 }, // Brazil/West -> America/Manaus
173 { .aliasIdIndex: 1907, .ianaIdIndex: 1923 }, // Canada/Atlantic -> America/Halifax
174 { .aliasIdIndex: 1939, .ianaIdIndex: 734 }, // Canada/Central -> America/Winnipeg
175 { .aliasIdIndex: 1954, .ianaIdIndex: 1979 }, // Canada/East-Saskatchewan -> America/Regina
176 { .aliasIdIndex: 1994, .ianaIdIndex: 608 }, // Canada/Eastern -> America/Toronto
177 { .aliasIdIndex: 2009, .ianaIdIndex: 893 }, // Canada/Mountain -> America/Edmonton
178 { .aliasIdIndex: 2025, .ianaIdIndex: 2045 }, // Canada/Newfoundland -> America/St_Johns
179 { .aliasIdIndex: 2062, .ianaIdIndex: 2077 }, // Canada/Pacific -> America/Vancouver
180 { .aliasIdIndex: 2095, .ianaIdIndex: 1979 }, // Canada/Saskatchewan -> America/Regina
181 { .aliasIdIndex: 2115, .ianaIdIndex: 2128 }, // Canada/Yukon -> America/Whitehorse
182 { .aliasIdIndex: 2147, .ianaIdIndex: 2165 }, // Chile/Continental -> America/Santiago
183 { .aliasIdIndex: 2182, .ianaIdIndex: 2201 }, // Chile/EasterIsland -> Pacific/Easter
184 { .aliasIdIndex: 2216, .ianaIdIndex: 2221 }, // Cuba -> America/Havana
185 { .aliasIdIndex: 2236, .ianaIdIndex: 2242 }, // Egypt -> Africa/Cairo
186 { .aliasIdIndex: 2255, .ianaIdIndex: 2260 }, // Eire -> Europe/Dublin
187 { .aliasIdIndex: 2274, .ianaIdIndex: 2278 }, // EST -> Etc/GMT+5
188 { .aliasIdIndex: 2288, .ianaIdIndex: 2298 }, // Etc/GMT+0 -> Etc/GMT
189 { .aliasIdIndex: 2306, .ianaIdIndex: 2298 }, // Etc/GMT-0 -> Etc/GMT
190 { .aliasIdIndex: 2316, .ianaIdIndex: 2298 }, // Etc/GMT0 -> Etc/GMT
191 { .aliasIdIndex: 2325, .ianaIdIndex: 2298 }, // Etc/Greenwich -> Etc/GMT
192 { .aliasIdIndex: 2339, .ianaIdIndex: 2347 }, // Etc/UCT -> Etc/UTC
193 { .aliasIdIndex: 2355, .ianaIdIndex: 2347 }, // Etc/Universal -> Etc/UTC
194 { .aliasIdIndex: 2369, .ianaIdIndex: 2347 }, // Etc/Zulu -> Etc/UTC
195 { .aliasIdIndex: 2378, .ianaIdIndex: 2393 }, // Europe/Belfast -> Europe/London
196 { .aliasIdIndex: 2407, .ianaIdIndex: 2419 }, // Europe/Kiev -> Europe/Kyiv
197 { .aliasIdIndex: 2431, .ianaIdIndex: 2446 }, // Europe/Nicosia -> Asia/Nicosia
198 { .aliasIdIndex: 2459, .ianaIdIndex: 2475 }, // Europe/Tiraspol -> Europe/Chisinau
199 { .aliasIdIndex: 2491, .ianaIdIndex: 2419 }, // Europe/Uzhgorod -> Europe/Kyiv
200 { .aliasIdIndex: 2507, .ianaIdIndex: 2419 }, // Europe/Zaporozhye -> Europe/Kyiv
201 { .aliasIdIndex: 2525, .ianaIdIndex: 2393 }, // GB -> Europe/London
202 { .aliasIdIndex: 2528, .ianaIdIndex: 2393 }, // GB-Eire -> Europe/London
203 { .aliasIdIndex: 2536, .ianaIdIndex: 2298 }, // GMT -> Etc/GMT
204 { .aliasIdIndex: 2540, .ianaIdIndex: 2298 }, // GMT+0 -> Etc/GMT
205 { .aliasIdIndex: 2546, .ianaIdIndex: 2298 }, // GMT-0 -> Etc/GMT
206 { .aliasIdIndex: 2552, .ianaIdIndex: 2298 }, // GMT0 -> Etc/GMT
207 { .aliasIdIndex: 2557, .ianaIdIndex: 2298 }, // Greenwich -> Etc/GMT
208 { .aliasIdIndex: 2567, .ianaIdIndex: 2576 }, // Hongkong -> Asia/Hong_Kong
209 { .aliasIdIndex: 2591, .ianaIdIndex: 2595 }, // HST -> Etc/GMT+10
210 { .aliasIdIndex: 2606, .ianaIdIndex: 2614 }, // Iceland -> Atlantic/Reykjavik
211 { .aliasIdIndex: 2633, .ianaIdIndex: 2638 }, // Iran -> Asia/Tehran
212 { .aliasIdIndex: 2650, .ianaIdIndex: 1257 }, // Israel -> Asia/Jerusalem
213 { .aliasIdIndex: 2657, .ianaIdIndex: 2665 }, // Jamaica -> America/Jamaica
214 { .aliasIdIndex: 2681, .ianaIdIndex: 2687 }, // Japan -> Asia/Tokyo
215 { .aliasIdIndex: 2698, .ianaIdIndex: 2708 }, // Kwajalein -> Pacific/Kwajalein
216 { .aliasIdIndex: 2726, .ianaIdIndex: 2732 }, // Libya -> Africa/Tripoli
217 { .aliasIdIndex: 2747, .ianaIdIndex: 313 }, // Mexico/BajaNorte -> America/Tijuana
218 { .aliasIdIndex: 2764, .ianaIdIndex: 2779 }, // Mexico/BajaSur -> America/Mazatlan
219 { .aliasIdIndex: 2796, .ianaIdIndex: 2811 }, // Mexico/General -> America/Mexico_City
220 { .aliasIdIndex: 2831, .ianaIdIndex: 2835 }, // MST -> Etc/GMT+7
221 { .aliasIdIndex: 2845, .ianaIdIndex: 805 }, // Navajo -> America/Denver
222 { .aliasIdIndex: 2852, .ianaIdIndex: 932 }, // NZ -> Pacific/Auckland
223 { .aliasIdIndex: 2855, .ianaIdIndex: 2863 }, // NZ-CHAT -> Pacific/Chatham
224 { .aliasIdIndex: 2879, .ianaIdIndex: 2897 }, // Pacific/Enderbury -> Pacific/Kanton
225 { .aliasIdIndex: 2912, .ianaIdIndex: 2929 }, // Pacific/Johnston -> Pacific/Honolulu
226 { .aliasIdIndex: 2946, .ianaIdIndex: 2961 }, // Pacific/Ponape -> Pacific/Pohnpei
227 { .aliasIdIndex: 2977, .ianaIdIndex: 2991 }, // Pacific/Samoa -> Pacific/Pago_Pago
228 { .aliasIdIndex: 3009, .ianaIdIndex: 3022 }, // Pacific/Truk -> Pacific/Chuuk
229 { .aliasIdIndex: 3036, .ianaIdIndex: 3022 }, // Pacific/Yap -> Pacific/Chuuk
230 { .aliasIdIndex: 3048, .ianaIdIndex: 3055 }, // Poland -> Europe/Warsaw
231 { .aliasIdIndex: 3069, .ianaIdIndex: 3078 }, // Portugal -> Europe/Lisbon
232 { .aliasIdIndex: 3092, .ianaIdIndex: 1020 }, // PRC -> Asia/Shanghai
233 { .aliasIdIndex: 3096, .ianaIdIndex: 3100 }, // ROC -> Asia/Taipei
234 { .aliasIdIndex: 3112, .ianaIdIndex: 3116 }, // ROK -> Asia/Seoul
235 { .aliasIdIndex: 3127, .ianaIdIndex: 3137 }, // Singapore -> Asia/Singapore
236 { .aliasIdIndex: 3152, .ianaIdIndex: 1097 }, // Turkey -> Europe/Istanbul
237 { .aliasIdIndex: 3159, .ianaIdIndex: 2347 }, // UCT -> Etc/UTC
238 { .aliasIdIndex: 3163, .ianaIdIndex: 2347 }, // Universal -> Etc/UTC
239 { .aliasIdIndex: 3173, .ianaIdIndex: 3183 }, // US/Alaska -> America/Anchorage
240 { .aliasIdIndex: 3201, .ianaIdIndex: 132 }, // US/Aleutian -> America/Adak
241 { .aliasIdIndex: 3213, .ianaIdIndex: 3224 }, // US/Arizona -> America/Phoenix
242 { .aliasIdIndex: 3240, .ianaIdIndex: 3251 }, // US/Central -> America/Chicago
243 { .aliasIdIndex: 3267, .ianaIdIndex: 348 }, // US/East-Indiana -> America/Indiana/Indianapolis
244 { .aliasIdIndex: 3283, .ianaIdIndex: 3294 }, // US/Eastern -> America/New_York
245 { .aliasIdIndex: 3311, .ianaIdIndex: 2929 }, // US/Hawaii -> Pacific/Honolulu
246 { .aliasIdIndex: 3321, .ianaIdIndex: 481 }, // US/Indiana-Starke -> America/Indiana/Knox
247 { .aliasIdIndex: 3339, .ianaIdIndex: 3351 }, // US/Michigan -> America/Detroit
248 { .aliasIdIndex: 3367, .ianaIdIndex: 805 }, // US/Mountain -> America/Denver
249 { .aliasIdIndex: 3379, .ianaIdIndex: 3390 }, // US/Pacific -> America/Los_Angeles
250 { .aliasIdIndex: 3410, .ianaIdIndex: 3390 }, // US/Pacific-New -> America/Los_Angeles
251 { .aliasIdIndex: 3425, .ianaIdIndex: 2991 }, // US/Samoa -> Pacific/Pago_Pago
252 { .aliasIdIndex: 3434, .ianaIdIndex: 2347 }, // UTC -> Etc/UTC
253 { .aliasIdIndex: 3438, .ianaIdIndex: 3443 }, // W-SU -> Europe/Moscow
254 { .aliasIdIndex: 3457, .ianaIdIndex: 2347 }, // Zulu -> Etc/UTC
255};
256
257// Windows ID Key, Territory Enum, IANA ID Index
258static constexpr ZoneData zoneDataTable[] = {
259 { .windowsIdKey: 1, .territory: 1, .ianaIdIndex: 0 }, // Afghanistan Standard Time / Afghanistan
260 { .windowsIdKey: 2, .territory: 248, .ianaIdIndex: 11 }, // Alaskan Standard Time / United States
261 { .windowsIdKey: 3, .territory: 248, .ianaIdIndex: 106 }, // Aleutian Standard Time / United States
262 { .windowsIdKey: 4, .territory: 193, .ianaIdIndex: 119 }, // Altai Standard Time / Russia
263 { .windowsIdKey: 5, .territory: 19, .ianaIdIndex: 132 }, // Arab Standard Time / Bahrain
264 { .windowsIdKey: 5, .territory: 127, .ianaIdIndex: 145 }, // Arab Standard Time / Kuwait
265 { .windowsIdKey: 5, .territory: 190, .ianaIdIndex: 157 }, // Arab Standard Time / Qatar
266 { .windowsIdKey: 5, .territory: 205, .ianaIdIndex: 168 }, // Arab Standard Time / Saudi Arabia
267 { .windowsIdKey: 5, .territory: 259, .ianaIdIndex: 180 }, // Arab Standard Time / Yemen
268 { .windowsIdKey: 6, .territory: 0, .ianaIdIndex: 190 }, // Arabian Standard Time / AnyTerritory
269 { .windowsIdKey: 6, .territory: 176, .ianaIdIndex: 200 }, // Arabian Standard Time / Oman
270 { .windowsIdKey: 6, .territory: 245, .ianaIdIndex: 212 }, // Arabian Standard Time / United Arab Emirates
271 { .windowsIdKey: 7, .territory: 113, .ianaIdIndex: 223 }, // Arabic Standard Time / Iraq
272 { .windowsIdKey: 8, .territory: 11, .ianaIdIndex: 236 }, // Argentina Standard Time / Argentina
273 { .windowsIdKey: 9, .territory: 193, .ianaIdIndex: 559 }, // Astrakhan Standard Time / Russia
274 { .windowsIdKey: 10, .territory: 26, .ianaIdIndex: 593 }, // Atlantic Standard Time / Bermuda
275 { .windowsIdKey: 10, .territory: 41, .ianaIdIndex: 610 }, // Atlantic Standard Time / Canada
276 { .windowsIdKey: 10, .territory: 95, .ianaIdIndex: 678 }, // Atlantic Standard Time / Greenland
277 { .windowsIdKey: 11, .territory: 15, .ianaIdIndex: 692 }, // AUS Central Standard Time / Australia
278 { .windowsIdKey: 12, .territory: 15, .ianaIdIndex: 709 }, // Aus Central W. Standard Time / Australia
279 { .windowsIdKey: 13, .territory: 15, .ianaIdIndex: 725 }, // AUS Eastern Standard Time / Australia
280 { .windowsIdKey: 14, .territory: 17, .ianaIdIndex: 762 }, // Azerbaijan Standard Time / Azerbaijan
281 { .windowsIdKey: 15, .territory: 95, .ianaIdIndex: 772 }, // Azores Standard Time / Greenland
282 { .windowsIdKey: 15, .territory: 188, .ianaIdIndex: 793 }, // Azores Standard Time / Portugal
283 { .windowsIdKey: 16, .territory: 32, .ianaIdIndex: 809 }, // Bahia Standard Time / Brazil
284 { .windowsIdKey: 17, .territory: 20, .ianaIdIndex: 823 }, // Bangladesh Standard Time / Bangladesh
285 { .windowsIdKey: 17, .territory: 27, .ianaIdIndex: 834 }, // Bangladesh Standard Time / Bhutan
286 { .windowsIdKey: 18, .territory: 22, .ianaIdIndex: 847 }, // Belarus Standard Time / Belarus
287 { .windowsIdKey: 19, .territory: 182, .ianaIdIndex: 860 }, // Bougainville Standard Time / Papua New Guinea
288 { .windowsIdKey: 20, .territory: 41, .ianaIdIndex: 881 }, // Canada Central Standard Time / Canada
289 { .windowsIdKey: 21, .territory: 0, .ianaIdIndex: 918 }, // Cape Verde Standard Time / AnyTerritory
290 { .windowsIdKey: 21, .territory: 43, .ianaIdIndex: 928 }, // Cape Verde Standard Time / Cape Verde
291 { .windowsIdKey: 22, .territory: 12, .ianaIdIndex: 948 }, // Caucasus Standard Time / Armenia
292 { .windowsIdKey: 23, .territory: 15, .ianaIdIndex: 961 }, // Cen. Australia Standard Time / Australia
293 { .windowsIdKey: 24, .territory: 0, .ianaIdIndex: 1002 }, // Central America Standard Time / AnyTerritory
294 { .windowsIdKey: 24, .territory: 24, .ianaIdIndex: 1012 }, // Central America Standard Time / Belize
295 { .windowsIdKey: 24, .territory: 59, .ianaIdIndex: 1027 }, // Central America Standard Time / Costa Rica
296 { .windowsIdKey: 24, .territory: 70, .ianaIdIndex: 1046 }, // Central America Standard Time / Ecuador
297 { .windowsIdKey: 24, .territory: 72, .ianaIdIndex: 1064 }, // Central America Standard Time / El Salvador
298 { .windowsIdKey: 24, .territory: 99, .ianaIdIndex: 1084 }, // Central America Standard Time / Guatemala
299 { .windowsIdKey: 24, .territory: 106, .ianaIdIndex: 1102 }, // Central America Standard Time / Honduras
300 { .windowsIdKey: 24, .territory: 168, .ianaIdIndex: 1122 }, // Central America Standard Time / Nicaragua
301 { .windowsIdKey: 25, .territory: 0, .ianaIdIndex: 1138 }, // Central Asia Standard Time / AnyTerritory
302 { .windowsIdKey: 25, .territory: 9, .ianaIdIndex: 1148 }, // Central Asia Standard Time / Antarctica
303 { .windowsIdKey: 25, .territory: 33, .ianaIdIndex: 1166 }, // Central Asia Standard Time / British Indian Ocean Territory
304 { .windowsIdKey: 25, .territory: 50, .ianaIdIndex: 1180 }, // Central Asia Standard Time / China
305 { .windowsIdKey: 25, .territory: 128, .ianaIdIndex: 1192 }, // Central Asia Standard Time / Kyrgyzstan
306 { .windowsIdKey: 26, .territory: 32, .ianaIdIndex: 1205 }, // Central Brazilian Standard Time / Brazil
307 { .windowsIdKey: 27, .territory: 3, .ianaIdIndex: 1241 }, // Central Europe Standard Time / Albania
308 { .windowsIdKey: 27, .territory: 64, .ianaIdIndex: 1255 }, // Central Europe Standard Time / Czechia
309 { .windowsIdKey: 27, .territory: 108, .ianaIdIndex: 1269 }, // Central Europe Standard Time / Hungary
310 { .windowsIdKey: 27, .territory: 157, .ianaIdIndex: 1285 }, // Central Europe Standard Time / Montenegro
311 { .windowsIdKey: 27, .territory: 207, .ianaIdIndex: 1302 }, // Central Europe Standard Time / Serbia
312 { .windowsIdKey: 27, .territory: 212, .ianaIdIndex: 1318 }, // Central Europe Standard Time / Slovakia
313 { .windowsIdKey: 27, .territory: 213, .ianaIdIndex: 1336 }, // Central Europe Standard Time / Slovenia
314 { .windowsIdKey: 28, .territory: 29, .ianaIdIndex: 1353 }, // Central European Standard Time / Bosnia and Herzegovina
315 { .windowsIdKey: 28, .territory: 60, .ianaIdIndex: 1369 }, // Central European Standard Time / Croatia
316 { .windowsIdKey: 28, .territory: 140, .ianaIdIndex: 1383 }, // Central European Standard Time / Macedonia
317 { .windowsIdKey: 28, .territory: 187, .ianaIdIndex: 1397 }, // Central European Standard Time / Poland
318 { .windowsIdKey: 29, .territory: 0, .ianaIdIndex: 1411 }, // Central Pacific Standard Time / AnyTerritory
319 { .windowsIdKey: 29, .territory: 9, .ianaIdIndex: 1422 }, // Central Pacific Standard Time / Antarctica
320 { .windowsIdKey: 29, .territory: 153, .ianaIdIndex: 1439 }, // Central Pacific Standard Time / Micronesia
321 { .windowsIdKey: 29, .territory: 166, .ianaIdIndex: 1470 }, // Central Pacific Standard Time / New Caledonia
322 { .windowsIdKey: 29, .territory: 214, .ianaIdIndex: 1485 }, // Central Pacific Standard Time / Solomon Islands
323 { .windowsIdKey: 29, .territory: 252, .ianaIdIndex: 1505 }, // Central Pacific Standard Time / Vanuatu
324 { .windowsIdKey: 30, .territory: 0, .ianaIdIndex: 1519 }, // Central Standard Time / AnyTerritory
325 { .windowsIdKey: 30, .territory: 41, .ianaIdIndex: 1527 }, // Central Standard Time / Canada
326 { .windowsIdKey: 30, .territory: 152, .ianaIdIndex: 1582 }, // Central Standard Time / Mexico
327 { .windowsIdKey: 30, .territory: 248, .ianaIdIndex: 1616 }, // Central Standard Time / United States
328 { .windowsIdKey: 31, .territory: 152, .ianaIdIndex: 1784 }, // Central Standard Time (Mexico) / Mexico
329 { .windowsIdKey: 32, .territory: 167, .ianaIdIndex: 1878 }, // Chatham Islands Standard Time / New Zealand
330 { .windowsIdKey: 33, .territory: 50, .ianaIdIndex: 1894 }, // China Standard Time / China
331 { .windowsIdKey: 33, .territory: 107, .ianaIdIndex: 1908 }, // China Standard Time / Hong Kong
332 { .windowsIdKey: 33, .territory: 139, .ianaIdIndex: 1923 }, // China Standard Time / Macao
333 { .windowsIdKey: 34, .territory: 61, .ianaIdIndex: 1934 }, // Cuba Standard Time / Cuba
334 { .windowsIdKey: 35, .territory: 0, .ianaIdIndex: 1949 }, // Dateline Standard Time / AnyTerritory
335 { .windowsIdKey: 36, .territory: 0, .ianaIdIndex: 1960 }, // E. Africa Standard Time / AnyTerritory
336 { .windowsIdKey: 36, .territory: 9, .ianaIdIndex: 1970 }, // E. Africa Standard Time / Antarctica
337 { .windowsIdKey: 36, .territory: 55, .ianaIdIndex: 1987 }, // E. Africa Standard Time / Comoros
338 { .windowsIdKey: 36, .territory: 67, .ianaIdIndex: 2001 }, // E. Africa Standard Time / Djibouti
339 { .windowsIdKey: 36, .territory: 74, .ianaIdIndex: 2017 }, // E. Africa Standard Time / Eritrea
340 { .windowsIdKey: 36, .territory: 77, .ianaIdIndex: 2031 }, // E. Africa Standard Time / Ethiopia
341 { .windowsIdKey: 36, .territory: 124, .ianaIdIndex: 2050 }, // E. Africa Standard Time / Kenya
342 { .windowsIdKey: 36, .territory: 141, .ianaIdIndex: 2065 }, // E. Africa Standard Time / Madagascar
343 { .windowsIdKey: 36, .territory: 151, .ianaIdIndex: 2085 }, // E. Africa Standard Time / Mayotte
344 { .windowsIdKey: 36, .territory: 215, .ianaIdIndex: 2100 }, // E. Africa Standard Time / Somalia
345 { .windowsIdKey: 36, .territory: 230, .ianaIdIndex: 2117 }, // E. Africa Standard Time / Tanzania
346 { .windowsIdKey: 36, .territory: 243, .ianaIdIndex: 2138 }, // E. Africa Standard Time / Uganda
347 { .windowsIdKey: 37, .territory: 15, .ianaIdIndex: 2153 }, // E. Australia Standard Time / Australia
348 { .windowsIdKey: 38, .territory: 154, .ianaIdIndex: 2191 }, // E. Europe Standard Time / Moldova
349 { .windowsIdKey: 39, .territory: 32, .ianaIdIndex: 2207 }, // E. South America Standard Time / Brazil
350 { .windowsIdKey: 40, .territory: 49, .ianaIdIndex: 2225 }, // Easter Island Standard Time / Chile
351 { .windowsIdKey: 41, .territory: 0, .ianaIdIndex: 2240 }, // Eastern Standard Time / AnyTerritory
352 { .windowsIdKey: 41, .territory: 18, .ianaIdIndex: 2248 }, // Eastern Standard Time / Bahamas
353 { .windowsIdKey: 41, .territory: 41, .ianaIdIndex: 2263 }, // Eastern Standard Time / Canada
354 { .windowsIdKey: 41, .territory: 248, .ianaIdIndex: 2295 }, // Eastern Standard Time / United States
355 { .windowsIdKey: 42, .territory: 152, .ianaIdIndex: 2461 }, // Eastern Standard Time (Mexico) / Mexico
356 { .windowsIdKey: 43, .territory: 71, .ianaIdIndex: 2476 }, // Egypt Standard Time / Egypt
357 { .windowsIdKey: 44, .territory: 193, .ianaIdIndex: 2489 }, // Ekaterinburg Standard Time / Russia
358 { .windowsIdKey: 45, .territory: 82, .ianaIdIndex: 2508 }, // Fiji Standard Time / Fiji
359 { .windowsIdKey: 46, .territory: 2, .ianaIdIndex: 2521 }, // FLE Standard Time / Aland Islands
360 { .windowsIdKey: 46, .territory: 36, .ianaIdIndex: 2538 }, // FLE Standard Time / Bulgaria
361 { .windowsIdKey: 46, .territory: 75, .ianaIdIndex: 2551 }, // FLE Standard Time / Estonia
362 { .windowsIdKey: 46, .territory: 83, .ianaIdIndex: 2566 }, // FLE Standard Time / Finland
363 { .windowsIdKey: 46, .territory: 131, .ianaIdIndex: 2582 }, // FLE Standard Time / Latvia
364 { .windowsIdKey: 46, .territory: 137, .ianaIdIndex: 2594 }, // FLE Standard Time / Lithuania
365 { .windowsIdKey: 46, .territory: 244, .ianaIdIndex: 2609 }, // FLE Standard Time / Ukraine
366 { .windowsIdKey: 47, .territory: 90, .ianaIdIndex: 2621 }, // Georgian Standard Time / Georgia
367 { .windowsIdKey: 48, .territory: 81, .ianaIdIndex: 2634 }, // GMT Standard Time / Faroe Islands
368 { .windowsIdKey: 48, .territory: 100, .ianaIdIndex: 2649 }, // GMT Standard Time / Guernsey
369 { .windowsIdKey: 48, .territory: 114, .ianaIdIndex: 2665 }, // GMT Standard Time / Ireland
370 { .windowsIdKey: 48, .territory: 115, .ianaIdIndex: 2679 }, // GMT Standard Time / Isle of Man
371 { .windowsIdKey: 48, .territory: 121, .ianaIdIndex: 2698 }, // GMT Standard Time / Jersey
372 { .windowsIdKey: 48, .territory: 188, .ianaIdIndex: 2712 }, // GMT Standard Time / Portugal
373 { .windowsIdKey: 48, .territory: 220, .ianaIdIndex: 2743 }, // GMT Standard Time / Spain
374 { .windowsIdKey: 48, .territory: 246, .ianaIdIndex: 2759 }, // GMT Standard Time / United Kingdom
375 { .windowsIdKey: 49, .territory: 95, .ianaIdIndex: 2773 }, // Greenland Standard Time / Greenland
376 { .windowsIdKey: 50, .territory: 37, .ianaIdIndex: 2786 }, // Greenwich Standard Time / Burkina Faso
377 { .windowsIdKey: 50, .territory: 89, .ianaIdIndex: 2805 }, // Greenwich Standard Time / Gambia
378 { .windowsIdKey: 50, .territory: 92, .ianaIdIndex: 2819 }, // Greenwich Standard Time / Ghana
379 { .windowsIdKey: 50, .territory: 95, .ianaIdIndex: 2832 }, // Greenwich Standard Time / Greenland
380 { .windowsIdKey: 50, .territory: 101, .ianaIdIndex: 2853 }, // Greenwich Standard Time / Guinea-Bissau
381 { .windowsIdKey: 50, .territory: 102, .ianaIdIndex: 2867 }, // Greenwich Standard Time / Guinea
382 { .windowsIdKey: 50, .territory: 109, .ianaIdIndex: 2882 }, // Greenwich Standard Time / Iceland
383 { .windowsIdKey: 50, .territory: 118, .ianaIdIndex: 2901 }, // Greenwich Standard Time / Ivory Coast
384 { .windowsIdKey: 50, .territory: 134, .ianaIdIndex: 2916 }, // Greenwich Standard Time / Liberia
385 { .windowsIdKey: 50, .territory: 145, .ianaIdIndex: 2932 }, // Greenwich Standard Time / Mali
386 { .windowsIdKey: 50, .territory: 149, .ianaIdIndex: 2946 }, // Greenwich Standard Time / Mauritania
387 { .windowsIdKey: 50, .territory: 196, .ianaIdIndex: 2964 }, // Greenwich Standard Time / Saint Helena
388 { .windowsIdKey: 50, .territory: 206, .ianaIdIndex: 2983 }, // Greenwich Standard Time / Senegal
389 { .windowsIdKey: 50, .territory: 209, .ianaIdIndex: 2996 }, // Greenwich Standard Time / Sierra Leone
390 { .windowsIdKey: 50, .territory: 233, .ianaIdIndex: 3012 }, // Greenwich Standard Time / Togo
391 { .windowsIdKey: 51, .territory: 63, .ianaIdIndex: 3024 }, // GTB Standard Time / Cyprus
392 { .windowsIdKey: 51, .territory: 94, .ianaIdIndex: 3052 }, // GTB Standard Time / Greece
393 { .windowsIdKey: 51, .territory: 192, .ianaIdIndex: 3066 }, // GTB Standard Time / Romania
394 { .windowsIdKey: 52, .territory: 104, .ianaIdIndex: 3083 }, // Haiti Standard Time / Haiti
395 { .windowsIdKey: 53, .territory: 0, .ianaIdIndex: 3106 }, // Hawaiian Standard Time / AnyTerritory
396 { .windowsIdKey: 53, .territory: 58, .ianaIdIndex: 3117 }, // Hawaiian Standard Time / Cook Islands
397 { .windowsIdKey: 53, .territory: 86, .ianaIdIndex: 3135 }, // Hawaiian Standard Time / French Polynesia
398 { .windowsIdKey: 53, .territory: 248, .ianaIdIndex: 3150 }, // Hawaiian Standard Time / United States
399 { .windowsIdKey: 54, .territory: 110, .ianaIdIndex: 3167 }, // India Standard Time / India
400 { .windowsIdKey: 55, .territory: 112, .ianaIdIndex: 3180 }, // Iran Standard Time / Iran
401 { .windowsIdKey: 56, .territory: 116, .ianaIdIndex: 3192 }, // Israel Standard Time / Israel
402 { .windowsIdKey: 57, .territory: 122, .ianaIdIndex: 3207 }, // Jordan Standard Time / Jordan
403 { .windowsIdKey: 58, .territory: 193, .ianaIdIndex: 3218 }, // Kaliningrad Standard Time / Russia
404 { .windowsIdKey: 59, .territory: 218, .ianaIdIndex: 3237 }, // Korea Standard Time / South Korea
405 { .windowsIdKey: 60, .territory: 135, .ianaIdIndex: 3248 }, // Libya Standard Time / Libya
406 { .windowsIdKey: 61, .territory: 0, .ianaIdIndex: 3263 }, // Line Islands Standard Time / AnyTerritory
407 { .windowsIdKey: 61, .territory: 125, .ianaIdIndex: 3274 }, // Line Islands Standard Time / Kiribati
408 { .windowsIdKey: 62, .territory: 15, .ianaIdIndex: 3293 }, // Lord Howe Standard Time / Australia
409 { .windowsIdKey: 63, .territory: 193, .ianaIdIndex: 3313 }, // Magadan Standard Time / Russia
410 { .windowsIdKey: 64, .territory: 49, .ianaIdIndex: 3326 }, // Magallanes Standard Time / Chile
411 { .windowsIdKey: 65, .territory: 86, .ianaIdIndex: 3347 }, // Marquesas Standard Time / French Polynesia
412 { .windowsIdKey: 66, .territory: 150, .ianaIdIndex: 3365 }, // Mauritius Standard Time / Mauritius
413 { .windowsIdKey: 66, .territory: 191, .ianaIdIndex: 3382 }, // Mauritius Standard Time / Reunion
414 { .windowsIdKey: 66, .territory: 208, .ianaIdIndex: 3397 }, // Mauritius Standard Time / Seychelles
415 { .windowsIdKey: 67, .territory: 132, .ianaIdIndex: 3409 }, // Middle East Standard Time / Lebanon
416 { .windowsIdKey: 68, .territory: 250, .ianaIdIndex: 3421 }, // Montevideo Standard Time / Uruguay
417 { .windowsIdKey: 69, .territory: 159, .ianaIdIndex: 3440 }, // Morocco Standard Time / Morocco
418 { .windowsIdKey: 69, .territory: 257, .ianaIdIndex: 3458 }, // Morocco Standard Time / Western Sahara
419 { .windowsIdKey: 70, .territory: 0, .ianaIdIndex: 3474 }, // Mountain Standard Time / AnyTerritory
420 { .windowsIdKey: 70, .territory: 41, .ianaIdIndex: 3482 }, // Mountain Standard Time / Canada
421 { .windowsIdKey: 70, .territory: 152, .ianaIdIndex: 3536 }, // Mountain Standard Time / Mexico
422 { .windowsIdKey: 70, .territory: 248, .ianaIdIndex: 3558 }, // Mountain Standard Time / United States
423 { .windowsIdKey: 71, .territory: 152, .ianaIdIndex: 3587 }, // Mountain Standard Time (Mexico) / Mexico
424 { .windowsIdKey: 72, .territory: 53, .ianaIdIndex: 3604 }, // Myanmar Standard Time / Cocos Islands
425 { .windowsIdKey: 72, .territory: 161, .ianaIdIndex: 3617 }, // Myanmar Standard Time / Myanmar
426 { .windowsIdKey: 73, .territory: 193, .ianaIdIndex: 3629 }, // N. Central Asia Standard Time / Russia
427 { .windowsIdKey: 74, .territory: 162, .ianaIdIndex: 3646 }, // Namibia Standard Time / Namibia
428 { .windowsIdKey: 75, .territory: 164, .ianaIdIndex: 3662 }, // Nepal Standard Time / Nepal
429 { .windowsIdKey: 76, .territory: 9, .ianaIdIndex: 3677 }, // New Zealand Standard Time / Antarctica
430 { .windowsIdKey: 76, .territory: 167, .ianaIdIndex: 3696 }, // New Zealand Standard Time / New Zealand
431 { .windowsIdKey: 77, .territory: 41, .ianaIdIndex: 3713 }, // Newfoundland Standard Time / Canada
432 { .windowsIdKey: 78, .territory: 172, .ianaIdIndex: 3730 }, // Norfolk Standard Time / Norfolk Island
433 { .windowsIdKey: 79, .territory: 193, .ianaIdIndex: 3746 }, // North Asia East Standard Time / Russia
434 { .windowsIdKey: 80, .territory: 193, .ianaIdIndex: 3759 }, // North Asia Standard Time / Russia
435 { .windowsIdKey: 81, .territory: 174, .ianaIdIndex: 3794 }, // North Korea Standard Time / North Korea
436 { .windowsIdKey: 82, .territory: 193, .ianaIdIndex: 3809 }, // Omsk Standard Time / Russia
437 { .windowsIdKey: 83, .territory: 49, .ianaIdIndex: 3819 }, // Pacific SA Standard Time / Chile
438 { .windowsIdKey: 84, .territory: 0, .ianaIdIndex: 3836 }, // Pacific Standard Time / AnyTerritory
439 { .windowsIdKey: 84, .territory: 41, .ianaIdIndex: 3844 }, // Pacific Standard Time / Canada
440 { .windowsIdKey: 84, .territory: 248, .ianaIdIndex: 3862 }, // Pacific Standard Time / United States
441 { .windowsIdKey: 85, .territory: 152, .ianaIdIndex: 3882 }, // Pacific Standard Time (Mexico) / Mexico
442 { .windowsIdKey: 86, .territory: 178, .ianaIdIndex: 3898 }, // Pakistan Standard Time / Pakistan
443 { .windowsIdKey: 87, .territory: 183, .ianaIdIndex: 3911 }, // Paraguay Standard Time / Paraguay
444 { .windowsIdKey: 88, .territory: 123, .ianaIdIndex: 3928 }, // Qyzylorda Standard Time / Kazakhstan
445 { .windowsIdKey: 89, .territory: 23, .ianaIdIndex: 3943 }, // Romance Standard Time / Belgium
446 { .windowsIdKey: 89, .territory: 65, .ianaIdIndex: 3959 }, // Romance Standard Time / Denmark
447 { .windowsIdKey: 89, .territory: 84, .ianaIdIndex: 3977 }, // Romance Standard Time / France
448 { .windowsIdKey: 89, .territory: 220, .ianaIdIndex: 3990 }, // Romance Standard Time / Spain
449 { .windowsIdKey: 90, .territory: 193, .ianaIdIndex: 4017 }, // Russia Time Zone 10 / Russia
450 { .windowsIdKey: 91, .territory: 193, .ianaIdIndex: 4036 }, // Russia Time Zone 11 / Russia
451 { .windowsIdKey: 92, .territory: 193, .ianaIdIndex: 4063 }, // Russia Time Zone 3 / Russia
452 { .windowsIdKey: 93, .territory: 193, .ianaIdIndex: 4077 }, // Russian Standard Time / Russia
453 { .windowsIdKey: 93, .territory: 244, .ianaIdIndex: 4104 }, // Russian Standard Time / Ukraine
454 { .windowsIdKey: 94, .territory: 0, .ianaIdIndex: 4122 }, // SA Eastern Standard Time / AnyTerritory
455 { .windowsIdKey: 94, .territory: 9, .ianaIdIndex: 4132 }, // SA Eastern Standard Time / Antarctica
456 { .windowsIdKey: 94, .territory: 32, .ianaIdIndex: 4169 }, // SA Eastern Standard Time / Brazil
457 { .windowsIdKey: 94, .territory: 80, .ianaIdIndex: 4248 }, // SA Eastern Standard Time / Falkland Islands
458 { .windowsIdKey: 94, .territory: 85, .ianaIdIndex: 4265 }, // SA Eastern Standard Time / French Guiana
459 { .windowsIdKey: 94, .territory: 223, .ianaIdIndex: 4281 }, // SA Eastern Standard Time / Suriname
460 { .windowsIdKey: 95, .territory: 0, .ianaIdIndex: 4300 }, // SA Pacific Standard Time / AnyTerritory
461 { .windowsIdKey: 95, .territory: 32, .ianaIdIndex: 4310 }, // SA Pacific Standard Time / Brazil
462 { .windowsIdKey: 95, .territory: 41, .ianaIdIndex: 4346 }, // SA Pacific Standard Time / Canada
463 { .windowsIdKey: 95, .territory: 45, .ianaIdIndex: 4363 }, // SA Pacific Standard Time / Cayman Islands
464 { .windowsIdKey: 95, .territory: 54, .ianaIdIndex: 4378 }, // SA Pacific Standard Time / Colombia
465 { .windowsIdKey: 95, .territory: 70, .ianaIdIndex: 4393 }, // SA Pacific Standard Time / Ecuador
466 { .windowsIdKey: 95, .territory: 119, .ianaIdIndex: 4411 }, // SA Pacific Standard Time / Jamaica
467 { .windowsIdKey: 95, .territory: 181, .ianaIdIndex: 4427 }, // SA Pacific Standard Time / Panama
468 { .windowsIdKey: 95, .territory: 184, .ianaIdIndex: 4442 }, // SA Pacific Standard Time / Peru
469 { .windowsIdKey: 96, .territory: 0, .ianaIdIndex: 4455 }, // SA Western Standard Time / AnyTerritory
470 { .windowsIdKey: 96, .territory: 8, .ianaIdIndex: 4465 }, // SA Western Standard Time / Anguilla
471 { .windowsIdKey: 96, .territory: 10, .ianaIdIndex: 4482 }, // SA Western Standard Time / Antigua and Barbuda
472 { .windowsIdKey: 96, .territory: 13, .ianaIdIndex: 4498 }, // SA Western Standard Time / Aruba
473 { .windowsIdKey: 96, .territory: 21, .ianaIdIndex: 4512 }, // SA Western Standard Time / Barbados
474 { .windowsIdKey: 96, .territory: 28, .ianaIdIndex: 4529 }, // SA Western Standard Time / Bolivia
475 { .windowsIdKey: 96, .territory: 32, .ianaIdIndex: 4544 }, // SA Western Standard Time / Brazil
476 { .windowsIdKey: 96, .territory: 34, .ianaIdIndex: 4597 }, // SA Western Standard Time / British Virgin Islands
477 { .windowsIdKey: 96, .territory: 41, .ianaIdIndex: 4613 }, // SA Western Standard Time / Canada
478 { .windowsIdKey: 96, .territory: 44, .ianaIdIndex: 4634 }, // SA Western Standard Time / Caribbean Netherlands
479 { .windowsIdKey: 96, .territory: 62, .ianaIdIndex: 4653 }, // SA Western Standard Time / Curacao
480 { .windowsIdKey: 96, .territory: 68, .ianaIdIndex: 4669 }, // SA Western Standard Time / Dominica
481 { .windowsIdKey: 96, .territory: 69, .ianaIdIndex: 4686 }, // SA Western Standard Time / Dominican Republic
482 { .windowsIdKey: 96, .territory: 96, .ianaIdIndex: 4708 }, // SA Western Standard Time / Grenada
483 { .windowsIdKey: 96, .territory: 97, .ianaIdIndex: 4724 }, // SA Western Standard Time / Guadeloupe
484 { .windowsIdKey: 96, .territory: 103, .ianaIdIndex: 4743 }, // SA Western Standard Time / Guyana
485 { .windowsIdKey: 96, .territory: 148, .ianaIdIndex: 4758 }, // SA Western Standard Time / Martinique
486 { .windowsIdKey: 96, .territory: 158, .ianaIdIndex: 4777 }, // SA Western Standard Time / Montserrat
487 { .windowsIdKey: 96, .territory: 189, .ianaIdIndex: 4796 }, // SA Western Standard Time / Puerto Rico
488 { .windowsIdKey: 96, .territory: 195, .ianaIdIndex: 4816 }, // SA Western Standard Time / Saint Barthelemy
489 { .windowsIdKey: 96, .territory: 197, .ianaIdIndex: 4838 }, // SA Western Standard Time / Saint Kitts and Nevis
490 { .windowsIdKey: 96, .territory: 198, .ianaIdIndex: 4855 }, // SA Western Standard Time / Saint Lucia
491 { .windowsIdKey: 96, .territory: 199, .ianaIdIndex: 4872 }, // SA Western Standard Time / Saint Martin
492 { .windowsIdKey: 96, .territory: 201, .ianaIdIndex: 4888 }, // SA Western Standard Time / Saint Vincent and Grenadines
493 { .windowsIdKey: 96, .territory: 211, .ianaIdIndex: 4907 }, // SA Western Standard Time / Sint Maarten
494 { .windowsIdKey: 96, .territory: 236, .ianaIdIndex: 4929 }, // SA Western Standard Time / Trinidad and Tobago
495 { .windowsIdKey: 96, .territory: 249, .ianaIdIndex: 4951 }, // SA Western Standard Time / United States Virgin Islands
496 { .windowsIdKey: 97, .territory: 200, .ianaIdIndex: 4969 }, // Saint Pierre Standard Time / Saint Pierre and Miquelon
497 { .windowsIdKey: 98, .territory: 193, .ianaIdIndex: 4986 }, // Sakhalin Standard Time / Russia
498 { .windowsIdKey: 99, .territory: 202, .ianaIdIndex: 5000 }, // Samoa Standard Time / Samoa
499 { .windowsIdKey: 100, .territory: 204, .ianaIdIndex: 5013 }, // Sao Tome Standard Time / Sao Tome and Principe
500 { .windowsIdKey: 101, .territory: 193, .ianaIdIndex: 5029 }, // Saratov Standard Time / Russia
501 { .windowsIdKey: 102, .territory: 0, .ianaIdIndex: 5044 }, // SE Asia Standard Time / AnyTerritory
502 { .windowsIdKey: 102, .territory: 9, .ianaIdIndex: 5054 }, // SE Asia Standard Time / Antarctica
503 { .windowsIdKey: 102, .territory: 39, .ianaIdIndex: 5071 }, // SE Asia Standard Time / Cambodia
504 { .windowsIdKey: 102, .territory: 51, .ianaIdIndex: 5087 }, // SE Asia Standard Time / Christmas Island
505 { .windowsIdKey: 102, .territory: 111, .ianaIdIndex: 5104 }, // SE Asia Standard Time / Indonesia
506 { .windowsIdKey: 102, .territory: 129, .ianaIdIndex: 5132 }, // SE Asia Standard Time / Laos
507 { .windowsIdKey: 102, .territory: 231, .ianaIdIndex: 5147 }, // SE Asia Standard Time / Thailand
508 { .windowsIdKey: 102, .territory: 255, .ianaIdIndex: 5160 }, // SE Asia Standard Time / Vietnam
509 { .windowsIdKey: 103, .territory: 0, .ianaIdIndex: 5177 }, // Singapore Standard Time / AnyTerritory
510 { .windowsIdKey: 103, .territory: 35, .ianaIdIndex: 5187 }, // Singapore Standard Time / Brunei
511 { .windowsIdKey: 103, .territory: 111, .ianaIdIndex: 5199 }, // Singapore Standard Time / Indonesia
512 { .windowsIdKey: 103, .territory: 143, .ianaIdIndex: 5213 }, // Singapore Standard Time / Malaysia
513 { .windowsIdKey: 103, .territory: 185, .ianaIdIndex: 5244 }, // Singapore Standard Time / Philippines
514 { .windowsIdKey: 103, .territory: 210, .ianaIdIndex: 5256 }, // Singapore Standard Time / Singapore
515 { .windowsIdKey: 104, .territory: 0, .ianaIdIndex: 5271 }, // South Africa Standard Time / AnyTerritory
516 { .windowsIdKey: 104, .territory: 30, .ianaIdIndex: 5281 }, // South Africa Standard Time / Botswana
517 { .windowsIdKey: 104, .territory: 38, .ianaIdIndex: 5297 }, // South Africa Standard Time / Burundi
518 { .windowsIdKey: 104, .territory: 57, .ianaIdIndex: 5314 }, // South Africa Standard Time / Congo - Kinshasa
519 { .windowsIdKey: 104, .territory: 76, .ianaIdIndex: 5332 }, // South Africa Standard Time / Eswatini
520 { .windowsIdKey: 104, .territory: 133, .ianaIdIndex: 5347 }, // South Africa Standard Time / Lesotho
521 { .windowsIdKey: 104, .territory: 142, .ianaIdIndex: 5361 }, // South Africa Standard Time / Malawi
522 { .windowsIdKey: 104, .territory: 160, .ianaIdIndex: 5377 }, // South Africa Standard Time / Mozambique
523 { .windowsIdKey: 104, .territory: 194, .ianaIdIndex: 5391 }, // South Africa Standard Time / Rwanda
524 { .windowsIdKey: 104, .territory: 216, .ianaIdIndex: 5405 }, // South Africa Standard Time / South Africa
525 { .windowsIdKey: 104, .territory: 260, .ianaIdIndex: 5425 }, // South Africa Standard Time / Zambia
526 { .windowsIdKey: 104, .territory: 261, .ianaIdIndex: 5439 }, // South Africa Standard Time / Zimbabwe
527 { .windowsIdKey: 105, .territory: 219, .ianaIdIndex: 5453 }, // South Sudan Standard Time / South Sudan
528 { .windowsIdKey: 106, .territory: 221, .ianaIdIndex: 5465 }, // Sri Lanka Standard Time / Sri Lanka
529 { .windowsIdKey: 107, .territory: 222, .ianaIdIndex: 5478 }, // Sudan Standard Time / Sudan
530 { .windowsIdKey: 108, .territory: 227, .ianaIdIndex: 5494 }, // Syria Standard Time / Syria
531 { .windowsIdKey: 109, .territory: 228, .ianaIdIndex: 5508 }, // Taipei Standard Time / Taiwan
532 { .windowsIdKey: 110, .territory: 15, .ianaIdIndex: 5520 }, // Tasmania Standard Time / Australia
533 { .windowsIdKey: 111, .territory: 32, .ianaIdIndex: 5558 }, // Tocantins Standard Time / Brazil
534 { .windowsIdKey: 112, .territory: 0, .ianaIdIndex: 5576 }, // Tokyo Standard Time / AnyTerritory
535 { .windowsIdKey: 112, .territory: 111, .ianaIdIndex: 5586 }, // Tokyo Standard Time / Indonesia
536 { .windowsIdKey: 112, .territory: 120, .ianaIdIndex: 5600 }, // Tokyo Standard Time / Japan
537 { .windowsIdKey: 112, .territory: 179, .ianaIdIndex: 5611 }, // Tokyo Standard Time / Palau
538 { .windowsIdKey: 112, .territory: 232, .ianaIdIndex: 5625 }, // Tokyo Standard Time / Timor-Leste
539 { .windowsIdKey: 113, .territory: 193, .ianaIdIndex: 5635 }, // Tomsk Standard Time / Russia
540 { .windowsIdKey: 114, .territory: 235, .ianaIdIndex: 5646 }, // Tonga Standard Time / Tonga
541 { .windowsIdKey: 115, .territory: 193, .ianaIdIndex: 5664 }, // Transbaikal Standard Time / Russia
542 { .windowsIdKey: 116, .territory: 239, .ianaIdIndex: 5675 }, // Turkey Standard Time / Turkey
543 { .windowsIdKey: 117, .territory: 241, .ianaIdIndex: 5691 }, // Turks And Caicos Standard Time / Turks and Caicos Islands
544 { .windowsIdKey: 118, .territory: 156, .ianaIdIndex: 5710 }, // Ulaanbaatar Standard Time / Mongolia
545 { .windowsIdKey: 119, .territory: 248, .ianaIdIndex: 5743 }, // US Eastern Standard Time / United States
546 { .windowsIdKey: 120, .territory: 0, .ianaIdIndex: 5818 }, // US Mountain Standard Time / AnyTerritory
547 { .windowsIdKey: 120, .territory: 41, .ianaIdIndex: 5828 }, // US Mountain Standard Time / Canada
548 { .windowsIdKey: 120, .territory: 152, .ianaIdIndex: 5885 }, // US Mountain Standard Time / Mexico
549 { .windowsIdKey: 120, .territory: 248, .ianaIdIndex: 5904 }, // US Mountain Standard Time / United States
550 { .windowsIdKey: 121, .territory: 0, .ianaIdIndex: 5920 }, // UTC / AnyTerritory
551 { .windowsIdKey: 122, .territory: 0, .ianaIdIndex: 5936 }, // UTC+12 / AnyTerritory
552 { .windowsIdKey: 122, .territory: 125, .ianaIdIndex: 5947 }, // UTC+12 / Kiribati
553 { .windowsIdKey: 122, .territory: 147, .ianaIdIndex: 5962 }, // UTC+12 / Marshall Islands
554 { .windowsIdKey: 122, .territory: 163, .ianaIdIndex: 5995 }, // UTC+12 / Nauru
555 { .windowsIdKey: 122, .territory: 242, .ianaIdIndex: 6009 }, // UTC+12 / Tuvalu
556 { .windowsIdKey: 122, .territory: 247, .ianaIdIndex: 6026 }, // UTC+12 / United States Outlying Islands
557 { .windowsIdKey: 122, .territory: 256, .ianaIdIndex: 6039 }, // UTC+12 / Wallis and Futuna
558 { .windowsIdKey: 123, .territory: 0, .ianaIdIndex: 6054 }, // UTC+13 / AnyTerritory
559 { .windowsIdKey: 123, .territory: 125, .ianaIdIndex: 6065 }, // UTC+13 / Kiribati
560 { .windowsIdKey: 123, .territory: 234, .ianaIdIndex: 6080 }, // UTC+13 / Tokelau
561 { .windowsIdKey: 124, .territory: 0, .ianaIdIndex: 6096 }, // UTC-02 / AnyTerritory
562 { .windowsIdKey: 124, .territory: 32, .ianaIdIndex: 6106 }, // UTC-02 / Brazil
563 { .windowsIdKey: 124, .territory: 217, .ianaIdIndex: 6122 }, // UTC-02 / South Georgia and South Sandwich Islands
564 { .windowsIdKey: 125, .territory: 0, .ianaIdIndex: 6145 }, // UTC-08 / AnyTerritory
565 { .windowsIdKey: 125, .territory: 186, .ianaIdIndex: 6155 }, // UTC-08 / Pitcairn
566 { .windowsIdKey: 126, .territory: 0, .ianaIdIndex: 6172 }, // UTC-09 / AnyTerritory
567 { .windowsIdKey: 126, .territory: 86, .ianaIdIndex: 6182 }, // UTC-09 / French Polynesia
568 { .windowsIdKey: 127, .territory: 0, .ianaIdIndex: 6198 }, // UTC-11 / AnyTerritory
569 { .windowsIdKey: 127, .territory: 5, .ianaIdIndex: 6209 }, // UTC-11 / American Samoa
570 { .windowsIdKey: 127, .territory: 171, .ianaIdIndex: 6227 }, // UTC-11 / Niue
571 { .windowsIdKey: 127, .territory: 247, .ianaIdIndex: 6240 }, // UTC-11 / United States Outlying Islands
572 { .windowsIdKey: 128, .territory: 254, .ianaIdIndex: 6255 }, // Venezuela Standard Time / Venezuela
573 { .windowsIdKey: 129, .territory: 193, .ianaIdIndex: 6271 }, // Vladivostok Standard Time / Russia
574 { .windowsIdKey: 130, .territory: 193, .ianaIdIndex: 6302 }, // Volgograd Standard Time / Russia
575 { .windowsIdKey: 131, .territory: 15, .ianaIdIndex: 6319 }, // W. Australia Standard Time / Australia
576 { .windowsIdKey: 132, .territory: 0, .ianaIdIndex: 6335 }, // W. Central Africa Standard Time / AnyTerritory
577 { .windowsIdKey: 132, .territory: 4, .ianaIdIndex: 6345 }, // W. Central Africa Standard Time / Algeria
578 { .windowsIdKey: 132, .territory: 7, .ianaIdIndex: 6360 }, // W. Central Africa Standard Time / Angola
579 { .windowsIdKey: 132, .territory: 25, .ianaIdIndex: 6374 }, // W. Central Africa Standard Time / Benin
580 { .windowsIdKey: 132, .territory: 40, .ianaIdIndex: 6392 }, // W. Central Africa Standard Time / Cameroon
581 { .windowsIdKey: 132, .territory: 46, .ianaIdIndex: 6406 }, // W. Central Africa Standard Time / Central African Republic
582 { .windowsIdKey: 132, .territory: 48, .ianaIdIndex: 6420 }, // W. Central Africa Standard Time / Chad
583 { .windowsIdKey: 132, .territory: 56, .ianaIdIndex: 6436 }, // W. Central Africa Standard Time / Congo - Brazzaville
584 { .windowsIdKey: 132, .territory: 57, .ianaIdIndex: 6455 }, // W. Central Africa Standard Time / Congo - Kinshasa
585 { .windowsIdKey: 132, .territory: 73, .ianaIdIndex: 6471 }, // W. Central Africa Standard Time / Equatorial Guinea
586 { .windowsIdKey: 132, .territory: 88, .ianaIdIndex: 6485 }, // W. Central Africa Standard Time / Gabon
587 { .windowsIdKey: 132, .territory: 169, .ianaIdIndex: 6503 }, // W. Central Africa Standard Time / Nigeria
588 { .windowsIdKey: 132, .territory: 170, .ianaIdIndex: 6516 }, // W. Central Africa Standard Time / Niger
589 { .windowsIdKey: 132, .territory: 238, .ianaIdIndex: 6530 }, // W. Central Africa Standard Time / Tunisia
590 { .windowsIdKey: 133, .territory: 6, .ianaIdIndex: 6543 }, // W. Europe Standard Time / Andorra
591 { .windowsIdKey: 133, .territory: 16, .ianaIdIndex: 6558 }, // W. Europe Standard Time / Austria
592 { .windowsIdKey: 133, .territory: 91, .ianaIdIndex: 6572 }, // W. Europe Standard Time / Germany
593 { .windowsIdKey: 133, .territory: 93, .ianaIdIndex: 6602 }, // W. Europe Standard Time / Gibraltar
594 { .windowsIdKey: 133, .territory: 117, .ianaIdIndex: 6619 }, // W. Europe Standard Time / Italy
595 { .windowsIdKey: 133, .territory: 136, .ianaIdIndex: 6631 }, // W. Europe Standard Time / Liechtenstein
596 { .windowsIdKey: 133, .territory: 138, .ianaIdIndex: 6644 }, // W. Europe Standard Time / Luxembourg
597 { .windowsIdKey: 133, .territory: 146, .ianaIdIndex: 6662 }, // W. Europe Standard Time / Malta
598 { .windowsIdKey: 133, .territory: 155, .ianaIdIndex: 6675 }, // W. Europe Standard Time / Monaco
599 { .windowsIdKey: 133, .territory: 165, .ianaIdIndex: 6689 }, // W. Europe Standard Time / Netherlands
600 { .windowsIdKey: 133, .territory: 175, .ianaIdIndex: 6706 }, // W. Europe Standard Time / Norway
601 { .windowsIdKey: 133, .territory: 203, .ianaIdIndex: 6718 }, // W. Europe Standard Time / San Marino
602 { .windowsIdKey: 133, .territory: 224, .ianaIdIndex: 6736 }, // W. Europe Standard Time / Svalbard and Jan Mayen
603 { .windowsIdKey: 133, .territory: 225, .ianaIdIndex: 6756 }, // W. Europe Standard Time / Sweden
604 { .windowsIdKey: 133, .territory: 226, .ianaIdIndex: 6773 }, // W. Europe Standard Time / Switzerland
605 { .windowsIdKey: 133, .territory: 253, .ianaIdIndex: 6787 }, // W. Europe Standard Time / Vatican City
606 { .windowsIdKey: 134, .territory: 156, .ianaIdIndex: 6802 }, // W. Mongolia Standard Time / Mongolia
607 { .windowsIdKey: 135, .territory: 0, .ianaIdIndex: 6812 }, // West Asia Standard Time / AnyTerritory
608 { .windowsIdKey: 135, .territory: 9, .ianaIdIndex: 6822 }, // West Asia Standard Time / Antarctica
609 { .windowsIdKey: 135, .territory: 87, .ianaIdIndex: 6840 }, // West Asia Standard Time / French Southern Territories
610 { .windowsIdKey: 135, .territory: 123, .ianaIdIndex: 6857 }, // West Asia Standard Time / Kazakhstan
611 { .windowsIdKey: 135, .territory: 144, .ianaIdIndex: 6928 }, // West Asia Standard Time / Maldives
612 { .windowsIdKey: 135, .territory: 229, .ianaIdIndex: 6944 }, // West Asia Standard Time / Tajikistan
613 { .windowsIdKey: 135, .territory: 240, .ianaIdIndex: 6958 }, // West Asia Standard Time / Turkmenistan
614 { .windowsIdKey: 135, .territory: 251, .ianaIdIndex: 6972 }, // West Asia Standard Time / Uzbekistan
615 { .windowsIdKey: 136, .territory: 180, .ianaIdIndex: 7001 }, // West Bank Standard Time / Palestinian Territories
616 { .windowsIdKey: 137, .territory: 0, .ianaIdIndex: 7023 }, // West Pacific Standard Time / AnyTerritory
617 { .windowsIdKey: 137, .territory: 9, .ianaIdIndex: 7034 }, // West Pacific Standard Time / Antarctica
618 { .windowsIdKey: 137, .territory: 98, .ianaIdIndex: 7060 }, // West Pacific Standard Time / Guam
619 { .windowsIdKey: 137, .territory: 153, .ianaIdIndex: 7073 }, // West Pacific Standard Time / Micronesia
620 { .windowsIdKey: 137, .territory: 173, .ianaIdIndex: 7087 }, // West Pacific Standard Time / Northern Mariana Islands
621 { .windowsIdKey: 137, .territory: 182, .ianaIdIndex: 7102 }, // West Pacific Standard Time / Papua New Guinea
622 { .windowsIdKey: 138, .territory: 193, .ianaIdIndex: 7123 }, // Yakutsk Standard Time / Russia
623 { .windowsIdKey: 139, .territory: 41, .ianaIdIndex: 7150 }, // Yukon Standard Time / Canada
624};
625
626// Windows ID Key, Windows ID Index, IANA ID Index, UTC Offset
627static constexpr WindowsData windowsDataTable[] = {
628 { .windowsIdKey: 1, .windowsIdIndex: 0, .ianaIdIndex: 0, .offsetFromUtc: 16200 }, // Afghanistan Standard Time
629 { .windowsIdKey: 2, .windowsIdIndex: 26, .ianaIdIndex: 7184,.offsetFromUtc: -32400 }, // Alaskan Standard Time
630 { .windowsIdKey: 3, .windowsIdIndex: 48, .ianaIdIndex: 106,.offsetFromUtc: -36000 }, // Aleutian Standard Time
631 { .windowsIdKey: 4, .windowsIdIndex: 71, .ianaIdIndex: 119, .offsetFromUtc: 25200 }, // Altai Standard Time
632 { .windowsIdKey: 5, .windowsIdIndex: 91, .ianaIdIndex: 168, .offsetFromUtc: 10800 }, // Arab Standard Time
633 { .windowsIdKey: 6, .windowsIdIndex: 110, .ianaIdIndex: 212, .offsetFromUtc: 14400 }, // Arabian Standard Time
634 { .windowsIdKey: 7, .windowsIdIndex: 132, .ianaIdIndex: 223, .offsetFromUtc: 10800 }, // Arabic Standard Time
635 { .windowsIdKey: 8, .windowsIdIndex: 153, .ianaIdIndex: 7202,.offsetFromUtc: -10800 }, // Argentina Standard Time
636 { .windowsIdKey: 9, .windowsIdIndex: 177, .ianaIdIndex: 7233, .offsetFromUtc: 14400 }, // Astrakhan Standard Time
637 { .windowsIdKey: 10, .windowsIdIndex: 201, .ianaIdIndex: 7250,.offsetFromUtc: -14400 }, // Atlantic Standard Time
638 { .windowsIdKey: 11, .windowsIdIndex: 224, .ianaIdIndex: 692, .offsetFromUtc: 34200 }, // AUS Central Standard Time
639 { .windowsIdKey: 12, .windowsIdIndex: 250, .ianaIdIndex: 709, .offsetFromUtc: 31500 }, // Aus Central W. Standard Time
640 { .windowsIdKey: 13, .windowsIdIndex: 279, .ianaIdIndex: 7266, .offsetFromUtc: 36000 }, // AUS Eastern Standard Time
641 { .windowsIdKey: 14, .windowsIdIndex: 305, .ianaIdIndex: 762, .offsetFromUtc: 14400 }, // Azerbaijan Standard Time
642 { .windowsIdKey: 15, .windowsIdIndex: 330, .ianaIdIndex: 793, .offsetFromUtc: -3600 }, // Azores Standard Time
643 { .windowsIdKey: 16, .windowsIdIndex: 351, .ianaIdIndex: 809,.offsetFromUtc: -10800 }, // Bahia Standard Time
644 { .windowsIdKey: 17, .windowsIdIndex: 371, .ianaIdIndex: 823, .offsetFromUtc: 21600 }, // Bangladesh Standard Time
645 { .windowsIdKey: 18, .windowsIdIndex: 396, .ianaIdIndex: 847, .offsetFromUtc: 10800 }, // Belarus Standard Time
646 { .windowsIdKey: 19, .windowsIdIndex: 418, .ianaIdIndex: 860, .offsetFromUtc: 39600 }, // Bougainville Standard Time
647 { .windowsIdKey: 20, .windowsIdIndex: 445, .ianaIdIndex: 7283,.offsetFromUtc: -21600 }, // Canada Central Standard Time
648 { .windowsIdKey: 21, .windowsIdIndex: 474, .ianaIdIndex: 928, .offsetFromUtc: -3600 }, // Cape Verde Standard Time
649 { .windowsIdKey: 22, .windowsIdIndex: 499, .ianaIdIndex: 948, .offsetFromUtc: 14400 }, // Caucasus Standard Time
650 { .windowsIdKey: 23, .windowsIdIndex: 522, .ianaIdIndex: 7298, .offsetFromUtc: 34200 }, // Cen. Australia Standard Time
651 { .windowsIdKey: 24, .windowsIdIndex: 551, .ianaIdIndex: 1084,.offsetFromUtc: -21600 }, // Central America Standard Time
652 { .windowsIdKey: 25, .windowsIdIndex: 581, .ianaIdIndex: 1192, .offsetFromUtc: 21600 }, // Central Asia Standard Time
653 { .windowsIdKey: 26, .windowsIdIndex: 608, .ianaIdIndex: 7317,.offsetFromUtc: -14400 }, // Central Brazilian Standard Time
654 { .windowsIdKey: 27, .windowsIdIndex: 640, .ianaIdIndex: 1269, .offsetFromUtc: 3600 }, // Central Europe Standard Time
655 { .windowsIdKey: 28, .windowsIdIndex: 669, .ianaIdIndex: 1397, .offsetFromUtc: 3600 }, // Central European Standard Time
656 { .windowsIdKey: 29, .windowsIdIndex: 700, .ianaIdIndex: 1485, .offsetFromUtc: 39600 }, // Central Pacific Standard Time
657 { .windowsIdKey: 30, .windowsIdIndex: 730, .ianaIdIndex: 7332,.offsetFromUtc: -21600 }, // Central Standard Time
658 { .windowsIdKey: 31, .windowsIdIndex: 752, .ianaIdIndex: 7348,.offsetFromUtc: -21600 }, // Central Standard Time (Mexico)
659 { .windowsIdKey: 32, .windowsIdIndex: 783, .ianaIdIndex: 1878, .offsetFromUtc: 45900 }, // Chatham Islands Standard Time
660 { .windowsIdKey: 33, .windowsIdIndex: 813, .ianaIdIndex: 1894, .offsetFromUtc: 28800 }, // China Standard Time
661 { .windowsIdKey: 34, .windowsIdIndex: 833, .ianaIdIndex: 1934,.offsetFromUtc: -18000 }, // Cuba Standard Time
662 { .windowsIdKey: 35, .windowsIdIndex: 852, .ianaIdIndex: 1949,.offsetFromUtc: -43200 }, // Dateline Standard Time
663 { .windowsIdKey: 36, .windowsIdIndex: 875, .ianaIdIndex: 2050, .offsetFromUtc: 10800 }, // E. Africa Standard Time
664 { .windowsIdKey: 37, .windowsIdIndex: 899, .ianaIdIndex: 7368, .offsetFromUtc: 36000 }, // E. Australia Standard Time
665 { .windowsIdKey: 38, .windowsIdIndex: 926, .ianaIdIndex: 2191, .offsetFromUtc: 7200 }, // E. Europe Standard Time
666 { .windowsIdKey: 39, .windowsIdIndex: 950, .ianaIdIndex: 2207,.offsetFromUtc: -10800 }, // E. South America Standard Time
667 { .windowsIdKey: 40, .windowsIdIndex: 981, .ianaIdIndex: 2225,.offsetFromUtc: -21600 }, // Easter Island Standard Time
668 { .windowsIdKey: 41, .windowsIdIndex: 1009, .ianaIdIndex: 7387,.offsetFromUtc: -18000 }, // Eastern Standard Time
669 { .windowsIdKey: 42, .windowsIdIndex: 1031, .ianaIdIndex: 2461,.offsetFromUtc: -18000 }, // Eastern Standard Time (Mexico)
670 { .windowsIdKey: 43, .windowsIdIndex: 1062, .ianaIdIndex: 2476, .offsetFromUtc: 7200 }, // Egypt Standard Time
671 { .windowsIdKey: 44, .windowsIdIndex: 1082, .ianaIdIndex: 2489, .offsetFromUtc: 18000 }, // Ekaterinburg Standard Time
672 { .windowsIdKey: 45, .windowsIdIndex: 1109, .ianaIdIndex: 2508, .offsetFromUtc: 43200 }, // Fiji Standard Time
673 { .windowsIdKey: 46, .windowsIdIndex: 1128, .ianaIdIndex: 2609, .offsetFromUtc: 7200 }, // FLE Standard Time
674 { .windowsIdKey: 47, .windowsIdIndex: 1146, .ianaIdIndex: 2621, .offsetFromUtc: 14400 }, // Georgian Standard Time
675 { .windowsIdKey: 48, .windowsIdIndex: 1169, .ianaIdIndex: 2759, .offsetFromUtc: 0 }, // GMT Standard Time
676 { .windowsIdKey: 49, .windowsIdIndex: 1187, .ianaIdIndex: 2773,.offsetFromUtc: -10800 }, // Greenland Standard Time
677 { .windowsIdKey: 50, .windowsIdIndex: 1211, .ianaIdIndex: 2882, .offsetFromUtc: 0 }, // Greenwich Standard Time
678 { .windowsIdKey: 51, .windowsIdIndex: 1235, .ianaIdIndex: 3066, .offsetFromUtc: 7200 }, // GTB Standard Time
679 { .windowsIdKey: 52, .windowsIdIndex: 1253, .ianaIdIndex: 3083,.offsetFromUtc: -18000 }, // Haiti Standard Time
680 { .windowsIdKey: 53, .windowsIdIndex: 1273, .ianaIdIndex: 3150,.offsetFromUtc: -36000 }, // Hawaiian Standard Time
681 { .windowsIdKey: 54, .windowsIdIndex: 1296, .ianaIdIndex: 3167, .offsetFromUtc: 19800 }, // India Standard Time
682 { .windowsIdKey: 55, .windowsIdIndex: 1316, .ianaIdIndex: 3180, .offsetFromUtc: 12600 }, // Iran Standard Time
683 { .windowsIdKey: 56, .windowsIdIndex: 1335, .ianaIdIndex: 3192, .offsetFromUtc: 7200 }, // Israel Standard Time
684 { .windowsIdKey: 57, .windowsIdIndex: 1356, .ianaIdIndex: 3207, .offsetFromUtc: 7200 }, // Jordan Standard Time
685 { .windowsIdKey: 58, .windowsIdIndex: 1377, .ianaIdIndex: 3218, .offsetFromUtc: 7200 }, // Kaliningrad Standard Time
686 { .windowsIdKey: 59, .windowsIdIndex: 1403, .ianaIdIndex: 3237, .offsetFromUtc: 32400 }, // Korea Standard Time
687 { .windowsIdKey: 60, .windowsIdIndex: 1423, .ianaIdIndex: 3248, .offsetFromUtc: 7200 }, // Libya Standard Time
688 { .windowsIdKey: 61, .windowsIdIndex: 1443, .ianaIdIndex: 3274, .offsetFromUtc: 50400 }, // Line Islands Standard Time
689 { .windowsIdKey: 62, .windowsIdIndex: 1470, .ianaIdIndex: 3293, .offsetFromUtc: 37800 }, // Lord Howe Standard Time
690 { .windowsIdKey: 63, .windowsIdIndex: 1494, .ianaIdIndex: 3313, .offsetFromUtc: 36000 }, // Magadan Standard Time
691 { .windowsIdKey: 64, .windowsIdIndex: 1516, .ianaIdIndex: 3326,.offsetFromUtc: -10800 }, // Magallanes Standard Time
692 { .windowsIdKey: 65, .windowsIdIndex: 1541, .ianaIdIndex: 3347,.offsetFromUtc: -34200 }, // Marquesas Standard Time
693 { .windowsIdKey: 66, .windowsIdIndex: 1565, .ianaIdIndex: 3365, .offsetFromUtc: 14400 }, // Mauritius Standard Time
694 { .windowsIdKey: 67, .windowsIdIndex: 1589, .ianaIdIndex: 3409, .offsetFromUtc: 7200 }, // Middle East Standard Time
695 { .windowsIdKey: 68, .windowsIdIndex: 1615, .ianaIdIndex: 3421,.offsetFromUtc: -10800 }, // Montevideo Standard Time
696 { .windowsIdKey: 69, .windowsIdIndex: 1640, .ianaIdIndex: 3440, .offsetFromUtc: 0 }, // Morocco Standard Time
697 { .windowsIdKey: 70, .windowsIdIndex: 1662, .ianaIdIndex: 7404,.offsetFromUtc: -25200 }, // Mountain Standard Time
698 { .windowsIdKey: 71, .windowsIdIndex: 1685, .ianaIdIndex: 3587,.offsetFromUtc: -25200 }, // Mountain Standard Time (Mexico)
699 { .windowsIdKey: 72, .windowsIdIndex: 1717, .ianaIdIndex: 3617, .offsetFromUtc: 23400 }, // Myanmar Standard Time
700 { .windowsIdKey: 73, .windowsIdIndex: 1739, .ianaIdIndex: 3629, .offsetFromUtc: 21600 }, // N. Central Asia Standard Time
701 { .windowsIdKey: 74, .windowsIdIndex: 1769, .ianaIdIndex: 3646, .offsetFromUtc: 3600 }, // Namibia Standard Time
702 { .windowsIdKey: 75, .windowsIdIndex: 1791, .ianaIdIndex: 3662, .offsetFromUtc: 20700 }, // Nepal Standard Time
703 { .windowsIdKey: 76, .windowsIdIndex: 1811, .ianaIdIndex: 3696, .offsetFromUtc: 43200 }, // New Zealand Standard Time
704 { .windowsIdKey: 77, .windowsIdIndex: 1837, .ianaIdIndex: 3713,.offsetFromUtc: -12600 }, // Newfoundland Standard Time
705 { .windowsIdKey: 78, .windowsIdIndex: 1864, .ianaIdIndex: 3730, .offsetFromUtc: 39600 }, // Norfolk Standard Time
706 { .windowsIdKey: 79, .windowsIdIndex: 1886, .ianaIdIndex: 3746, .offsetFromUtc: 28800 }, // North Asia East Standard Time
707 { .windowsIdKey: 80, .windowsIdIndex: 1916, .ianaIdIndex: 7419, .offsetFromUtc: 25200 }, // North Asia Standard Time
708 { .windowsIdKey: 81, .windowsIdIndex: 1941, .ianaIdIndex: 3794, .offsetFromUtc: 30600 }, // North Korea Standard Time
709 { .windowsIdKey: 82, .windowsIdIndex: 1967, .ianaIdIndex: 3809, .offsetFromUtc: 21600 }, // Omsk Standard Time
710 { .windowsIdKey: 83, .windowsIdIndex: 1986, .ianaIdIndex: 3819,.offsetFromUtc: -10800 }, // Pacific SA Standard Time
711 { .windowsIdKey: 84, .windowsIdIndex: 2011, .ianaIdIndex: 3862,.offsetFromUtc: -28800 }, // Pacific Standard Time
712 { .windowsIdKey: 85, .windowsIdIndex: 2033, .ianaIdIndex: 3882,.offsetFromUtc: -28800 }, // Pacific Standard Time (Mexico)
713 { .windowsIdKey: 86, .windowsIdIndex: 2064, .ianaIdIndex: 3898, .offsetFromUtc: 18000 }, // Pakistan Standard Time
714 { .windowsIdKey: 87, .windowsIdIndex: 2087, .ianaIdIndex: 3911,.offsetFromUtc: -14400 }, // Paraguay Standard Time
715 { .windowsIdKey: 88, .windowsIdIndex: 2110, .ianaIdIndex: 3928, .offsetFromUtc: 18000 }, // Qyzylorda Standard Time
716 { .windowsIdKey: 89, .windowsIdIndex: 2134, .ianaIdIndex: 3977, .offsetFromUtc: 3600 }, // Romance Standard Time
717 { .windowsIdKey: 90, .windowsIdIndex: 2156, .ianaIdIndex: 4017, .offsetFromUtc: 39600 }, // Russia Time Zone 10
718 { .windowsIdKey: 91, .windowsIdIndex: 2176, .ianaIdIndex: 7436, .offsetFromUtc: 43200 }, // Russia Time Zone 11
719 { .windowsIdKey: 92, .windowsIdIndex: 2196, .ianaIdIndex: 4063, .offsetFromUtc: 14400 }, // Russia Time Zone 3
720 { .windowsIdKey: 93, .windowsIdIndex: 2215, .ianaIdIndex: 7451, .offsetFromUtc: 10800 }, // Russian Standard Time
721 { .windowsIdKey: 94, .windowsIdIndex: 2237, .ianaIdIndex: 4265,.offsetFromUtc: -10800 }, // SA Eastern Standard Time
722 { .windowsIdKey: 95, .windowsIdIndex: 2262, .ianaIdIndex: 4378,.offsetFromUtc: -18000 }, // SA Pacific Standard Time
723 { .windowsIdKey: 96, .windowsIdIndex: 2287, .ianaIdIndex: 4529,.offsetFromUtc: -14400 }, // SA Western Standard Time
724 { .windowsIdKey: 97, .windowsIdIndex: 2312, .ianaIdIndex: 4969,.offsetFromUtc: -10800 }, // Saint Pierre Standard Time
725 { .windowsIdKey: 98, .windowsIdIndex: 2339, .ianaIdIndex: 4986, .offsetFromUtc: 39600 }, // Sakhalin Standard Time
726 { .windowsIdKey: 99, .windowsIdIndex: 2362, .ianaIdIndex: 5000, .offsetFromUtc: 46800 }, // Samoa Standard Time
727 { .windowsIdKey: 100, .windowsIdIndex: 2382, .ianaIdIndex: 5013, .offsetFromUtc: 0 }, // Sao Tome Standard Time
728 { .windowsIdKey: 101, .windowsIdIndex: 2405, .ianaIdIndex: 5029, .offsetFromUtc: 14400 }, // Saratov Standard Time
729 { .windowsIdKey: 102, .windowsIdIndex: 2427, .ianaIdIndex: 5147, .offsetFromUtc: 25200 }, // SE Asia Standard Time
730 { .windowsIdKey: 103, .windowsIdIndex: 2449, .ianaIdIndex: 5256, .offsetFromUtc: 28800 }, // Singapore Standard Time
731 { .windowsIdKey: 104, .windowsIdIndex: 2473, .ianaIdIndex: 5405, .offsetFromUtc: 7200 }, // South Africa Standard Time
732 { .windowsIdKey: 105, .windowsIdIndex: 2500, .ianaIdIndex: 5453, .offsetFromUtc: 7200 }, // South Sudan Standard Time
733 { .windowsIdKey: 106, .windowsIdIndex: 2526, .ianaIdIndex: 5465, .offsetFromUtc: 19800 }, // Sri Lanka Standard Time
734 { .windowsIdKey: 107, .windowsIdIndex: 2550, .ianaIdIndex: 5478, .offsetFromUtc: 7200 }, // Sudan Standard Time
735 { .windowsIdKey: 108, .windowsIdIndex: 2570, .ianaIdIndex: 5494, .offsetFromUtc: 7200 }, // Syria Standard Time
736 { .windowsIdKey: 109, .windowsIdIndex: 2590, .ianaIdIndex: 5508, .offsetFromUtc: 28800 }, // Taipei Standard Time
737 { .windowsIdKey: 110, .windowsIdIndex: 2611, .ianaIdIndex: 7465, .offsetFromUtc: 36000 }, // Tasmania Standard Time
738 { .windowsIdKey: 111, .windowsIdIndex: 2634, .ianaIdIndex: 5558,.offsetFromUtc: -10800 }, // Tocantins Standard Time
739 { .windowsIdKey: 112, .windowsIdIndex: 2658, .ianaIdIndex: 5600, .offsetFromUtc: 32400 }, // Tokyo Standard Time
740 { .windowsIdKey: 113, .windowsIdIndex: 2678, .ianaIdIndex: 5635, .offsetFromUtc: 25200 }, // Tomsk Standard Time
741 { .windowsIdKey: 114, .windowsIdIndex: 2698, .ianaIdIndex: 5646, .offsetFromUtc: 46800 }, // Tonga Standard Time
742 { .windowsIdKey: 115, .windowsIdIndex: 2718, .ianaIdIndex: 5664, .offsetFromUtc: 32400 }, // Transbaikal Standard Time
743 { .windowsIdKey: 116, .windowsIdIndex: 2744, .ianaIdIndex: 5675, .offsetFromUtc: 7200 }, // Turkey Standard Time
744 { .windowsIdKey: 117, .windowsIdIndex: 2765, .ianaIdIndex: 5691,.offsetFromUtc: -14400 }, // Turks And Caicos Standard Time
745 { .windowsIdKey: 118, .windowsIdIndex: 2796, .ianaIdIndex: 7482, .offsetFromUtc: 28800 }, // Ulaanbaatar Standard Time
746 { .windowsIdKey: 119, .windowsIdIndex: 2822, .ianaIdIndex: 7499,.offsetFromUtc: -18000 }, // US Eastern Standard Time
747 { .windowsIdKey: 120, .windowsIdIndex: 2847, .ianaIdIndex: 5904,.offsetFromUtc: -25200 }, // US Mountain Standard Time
748 { .windowsIdKey: 121, .windowsIdIndex: 2873, .ianaIdIndex: 7528, .offsetFromUtc: 0 }, // UTC
749 { .windowsIdKey: 122, .windowsIdIndex: 2877, .ianaIdIndex: 5936, .offsetFromUtc: 43200 }, // UTC+12
750 { .windowsIdKey: 123, .windowsIdIndex: 2884, .ianaIdIndex: 6054, .offsetFromUtc: 46800 }, // UTC+13
751 { .windowsIdKey: 124, .windowsIdIndex: 2891, .ianaIdIndex: 6096, .offsetFromUtc: -7200 }, // UTC-02
752 { .windowsIdKey: 125, .windowsIdIndex: 2898, .ianaIdIndex: 6145,.offsetFromUtc: -28800 }, // UTC-08
753 { .windowsIdKey: 126, .windowsIdIndex: 2905, .ianaIdIndex: 6172,.offsetFromUtc: -32400 }, // UTC-09
754 { .windowsIdKey: 127, .windowsIdIndex: 2912, .ianaIdIndex: 6198,.offsetFromUtc: -39600 }, // UTC-11
755 { .windowsIdKey: 128, .windowsIdIndex: 2919, .ianaIdIndex: 6255,.offsetFromUtc: -16200 }, // Venezuela Standard Time
756 { .windowsIdKey: 129, .windowsIdIndex: 2943, .ianaIdIndex: 7536, .offsetFromUtc: 36000 }, // Vladivostok Standard Time
757 { .windowsIdKey: 130, .windowsIdIndex: 2969, .ianaIdIndex: 6302, .offsetFromUtc: 14400 }, // Volgograd Standard Time
758 { .windowsIdKey: 131, .windowsIdIndex: 2993, .ianaIdIndex: 6319, .offsetFromUtc: 28800 }, // W. Australia Standard Time
759 { .windowsIdKey: 132, .windowsIdIndex: 3020, .ianaIdIndex: 6503, .offsetFromUtc: 3600 }, // W. Central Africa Standard Time
760 { .windowsIdKey: 133, .windowsIdIndex: 3052, .ianaIdIndex: 7553, .offsetFromUtc: 3600 }, // W. Europe Standard Time
761 { .windowsIdKey: 134, .windowsIdIndex: 3076, .ianaIdIndex: 6802, .offsetFromUtc: 25200 }, // W. Mongolia Standard Time
762 { .windowsIdKey: 135, .windowsIdIndex: 3102, .ianaIdIndex: 7567, .offsetFromUtc: 18000 }, // West Asia Standard Time
763 { .windowsIdKey: 136, .windowsIdIndex: 3126, .ianaIdIndex: 7581, .offsetFromUtc: 7200 }, // West Bank Standard Time
764 { .windowsIdKey: 137, .windowsIdIndex: 3150, .ianaIdIndex: 7102, .offsetFromUtc: 36000 }, // West Pacific Standard Time
765 { .windowsIdKey: 138, .windowsIdIndex: 3177, .ianaIdIndex: 7593, .offsetFromUtc: 32400 }, // Yakutsk Standard Time
766 { .windowsIdKey: 139, .windowsIdIndex: 3199, .ianaIdIndex: 7606,.offsetFromUtc: -25200 }, // Yukon Standard Time
767};
768
769// IANA ID Index, UTC Offset
770static constexpr UtcData utcDataTable[] = {
771 { .ianaIdIndex: 7625,.offsetFromUtc: -50400 }, // UTC-14:00
772 { .ianaIdIndex: 7635,.offsetFromUtc: -46800 }, // UTC-13:00
773 { .ianaIdIndex: 7645,.offsetFromUtc: -43200 }, // UTC-12:00
774 { .ianaIdIndex: 7655,.offsetFromUtc: -39600 }, // UTC-11:00
775 { .ianaIdIndex: 7665,.offsetFromUtc: -36000 }, // UTC-10:00
776 { .ianaIdIndex: 7675,.offsetFromUtc: -34200 }, // UTC-09:30
777 { .ianaIdIndex: 7685,.offsetFromUtc: -32400 }, // UTC-09:00
778 { .ianaIdIndex: 7695,.offsetFromUtc: -28800 }, // UTC-08:00
779 { .ianaIdIndex: 7705,.offsetFromUtc: -25200 }, // UTC-07:00
780 { .ianaIdIndex: 7715,.offsetFromUtc: -21600 }, // UTC-06:00
781 { .ianaIdIndex: 7725,.offsetFromUtc: -18000 }, // UTC-05:00
782 { .ianaIdIndex: 7735,.offsetFromUtc: -16200 }, // UTC-04:30
783 { .ianaIdIndex: 7745,.offsetFromUtc: -14400 }, // UTC-04:00
784 { .ianaIdIndex: 7755,.offsetFromUtc: -12600 }, // UTC-03:30
785 { .ianaIdIndex: 7765,.offsetFromUtc: -10800 }, // UTC-03:00
786 { .ianaIdIndex: 7775, .offsetFromUtc: -7200 }, // UTC-02:00
787 { .ianaIdIndex: 7785, .offsetFromUtc: -3600 }, // UTC-01:00
788 { .ianaIdIndex: 7795, .offsetFromUtc: 0 }, // UTC
789 { .ianaIdIndex: 7819, .offsetFromUtc: 3600 }, // UTC+01:00
790 { .ianaIdIndex: 7829, .offsetFromUtc: 7200 }, // UTC+02:00
791 { .ianaIdIndex: 7839, .offsetFromUtc: 10800 }, // UTC+03:00
792 { .ianaIdIndex: 7849, .offsetFromUtc: 12600 }, // UTC+03:30
793 { .ianaIdIndex: 7859, .offsetFromUtc: 14400 }, // UTC+04:00
794 { .ianaIdIndex: 7869, .offsetFromUtc: 16200 }, // UTC+04:30
795 { .ianaIdIndex: 7879, .offsetFromUtc: 18000 }, // UTC+05:00
796 { .ianaIdIndex: 7889, .offsetFromUtc: 19800 }, // UTC+05:30
797 { .ianaIdIndex: 7899, .offsetFromUtc: 20700 }, // UTC+05:45
798 { .ianaIdIndex: 7909, .offsetFromUtc: 21600 }, // UTC+06:00
799 { .ianaIdIndex: 7919, .offsetFromUtc: 23400 }, // UTC+06:30
800 { .ianaIdIndex: 7929, .offsetFromUtc: 25200 }, // UTC+07:00
801 { .ianaIdIndex: 7939, .offsetFromUtc: 28800 }, // UTC+08:00
802 { .ianaIdIndex: 7949, .offsetFromUtc: 30600 }, // UTC+08:30
803 { .ianaIdIndex: 7959, .offsetFromUtc: 31500 }, // UTC+08:45
804 { .ianaIdIndex: 7969, .offsetFromUtc: 32400 }, // UTC+09:00
805 { .ianaIdIndex: 7979, .offsetFromUtc: 34200 }, // UTC+09:30
806 { .ianaIdIndex: 7989, .offsetFromUtc: 36000 }, // UTC+10:00
807 { .ianaIdIndex: 7999, .offsetFromUtc: 37800 }, // UTC+10:30
808 { .ianaIdIndex: 8009, .offsetFromUtc: 39600 }, // UTC+11:00
809 { .ianaIdIndex: 8019, .offsetFromUtc: 43200 }, // UTC+12:00
810 { .ianaIdIndex: 8029, .offsetFromUtc: 45900 }, // UTC+12:45
811 { .ianaIdIndex: 8039, .offsetFromUtc: 46800 }, // UTC+13:00
812 { .ianaIdIndex: 8049, .offsetFromUtc: 50400 }, // UTC+14:00
813};
814
815static constexpr char windowsIdData[] = {
8160x41, 0x66, 0x67, 0x68, 0x61, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e,
8170x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61,
8180x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8190x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
8200x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x6c, 0x74, 0x61, 0x69, 0x20, 0x53, 0x74, 0x61,
8210x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x72, 0x61, 0x62, 0x20,
8220x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x72,
8230x61, 0x62, 0x69, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54,
8240x69, 0x6d, 0x65, 0x0, 0x41, 0x72, 0x61, 0x62, 0x69, 0x63, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
8250x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69,
8260x6e, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
8270x0, 0x41, 0x73, 0x74, 0x72, 0x61, 0x6b, 0x68, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
8280x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69,
8290x63, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8300x41, 0x55, 0x53, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x53, 0x74, 0x61, 0x6e,
8310x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x75, 0x73, 0x20, 0x43, 0x65,
8320x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x57, 0x2e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
8330x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x55, 0x53, 0x20, 0x45, 0x61, 0x73, 0x74, 0x65,
8340x72, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
8350x0, 0x41, 0x7a, 0x65, 0x72, 0x62, 0x61, 0x69, 0x6a, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e,
8360x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x41, 0x7a, 0x6f, 0x72, 0x65, 0x73,
8370x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x42,
8380x61, 0x68, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
8390x6d, 0x65, 0x0, 0x42, 0x61, 0x6e, 0x67, 0x6c, 0x61, 0x64, 0x65, 0x73, 0x68, 0x20, 0x53, 0x74,
8400x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x42, 0x65, 0x6c, 0x61,
8410x72, 0x75, 0x73, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d,
8420x65, 0x0, 0x42, 0x6f, 0x75, 0x67, 0x61, 0x69, 0x6e, 0x76, 0x69, 0x6c, 0x6c, 0x65, 0x20, 0x53,
8430x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x61, 0x6e,
8440x61, 0x64, 0x61, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x53, 0x74, 0x61, 0x6e,
8450x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x61, 0x70, 0x65, 0x20, 0x56,
8460x65, 0x72, 0x64, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
8470x6d, 0x65, 0x0, 0x43, 0x61, 0x75, 0x63, 0x61, 0x73, 0x75, 0x73, 0x20, 0x53, 0x74, 0x61, 0x6e,
8480x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e, 0x2e, 0x20, 0x41,
8490x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
8500x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x41,
8510x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
8520x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x41, 0x73, 0x69,
8530x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8540x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x42, 0x72, 0x61, 0x7a, 0x69, 0x6c, 0x69, 0x61,
8550x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8560x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x20, 0x53,
8570x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e,
8580x74, 0x72, 0x61, 0x6c, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x61, 0x6e, 0x20, 0x53, 0x74,
8590x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e, 0x74,
8600x72, 0x61, 0x6c, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x53, 0x74, 0x61, 0x6e,
8610x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61,
8620x6c, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8630x43, 0x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
8640x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x28, 0x4d, 0x65, 0x78, 0x69, 0x63, 0x6f, 0x29, 0x0, 0x43,
8650x68, 0x61, 0x74, 0x68, 0x61, 0x6d, 0x20, 0x49, 0x73, 0x6c, 0x61, 0x6e, 0x64, 0x73, 0x20, 0x53,
8660x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x43, 0x68, 0x69,
8670x6e, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
8680x0, 0x43, 0x75, 0x62, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54,
8690x69, 0x6d, 0x65, 0x0, 0x44, 0x61, 0x74, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x20, 0x53, 0x74, 0x61,
8700x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x2e, 0x20, 0x41, 0x66,
8710x72, 0x69, 0x63, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
8720x6d, 0x65, 0x0, 0x45, 0x2e, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x20,
8730x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x2e,
8740x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
8750x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x2e, 0x20, 0x53, 0x6f, 0x75, 0x74, 0x68, 0x20, 0x41,
8760x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
8770x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x20, 0x49, 0x73, 0x6c, 0x61,
8780x6e, 0x64, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
8790x0, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
8800x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x53,
8810x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x28, 0x4d, 0x65,
8820x78, 0x69, 0x63, 0x6f, 0x29, 0x0, 0x45, 0x67, 0x79, 0x70, 0x74, 0x20, 0x53, 0x74, 0x61, 0x6e,
8830x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x45, 0x6b, 0x61, 0x74, 0x65, 0x72,
8840x69, 0x6e, 0x62, 0x75, 0x72, 0x67, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
8850x54, 0x69, 0x6d, 0x65, 0x0, 0x46, 0x69, 0x6a, 0x69, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61,
8860x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x46, 0x4c, 0x45, 0x20, 0x53, 0x74, 0x61, 0x6e,
8870x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x47, 0x65, 0x6f, 0x72, 0x67, 0x69,
8880x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
8890x0, 0x47, 0x4d, 0x54, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
8900x6d, 0x65, 0x0, 0x47, 0x72, 0x65, 0x65, 0x6e, 0x6c, 0x61, 0x6e, 0x64, 0x20, 0x53, 0x74, 0x61,
8910x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x47, 0x72, 0x65, 0x65, 0x6e,
8920x77, 0x69, 0x63, 0x68, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
8930x6d, 0x65, 0x0, 0x47, 0x54, 0x42, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
8940x54, 0x69, 0x6d, 0x65, 0x0, 0x48, 0x61, 0x69, 0x74, 0x69, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
8950x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x61,
8960x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0,
8970x49, 0x6e, 0x64, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54,
8980x69, 0x6d, 0x65, 0x0, 0x49, 0x72, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
8990x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x49, 0x73, 0x72, 0x61, 0x65, 0x6c, 0x20, 0x53, 0x74,
9000x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4a, 0x6f, 0x72, 0x64,
9010x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
9020x0, 0x4b, 0x61, 0x6c, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x72, 0x61, 0x64, 0x20, 0x53, 0x74, 0x61,
9030x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4b, 0x6f, 0x72, 0x65, 0x61,
9040x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4c,
9050x69, 0x62, 0x79, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
9060x6d, 0x65, 0x0, 0x4c, 0x69, 0x6e, 0x65, 0x20, 0x49, 0x73, 0x6c, 0x61, 0x6e, 0x64, 0x73, 0x20,
9070x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4c, 0x6f,
9080x72, 0x64, 0x20, 0x48, 0x6f, 0x77, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9090x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x61, 0x67, 0x61, 0x64, 0x61, 0x6e, 0x20, 0x53, 0x74,
9100x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x61, 0x67, 0x61,
9110x6c, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
9120x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x61, 0x72, 0x71, 0x75, 0x65, 0x73, 0x61, 0x73, 0x20, 0x53,
9130x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x61, 0x75,
9140x72, 0x69, 0x74, 0x69, 0x75, 0x73, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
9150x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x69, 0x64, 0x64, 0x6c, 0x65, 0x20, 0x45, 0x61, 0x73, 0x74,
9160x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d,
9170x6f, 0x6e, 0x74, 0x65, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61,
9180x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x6f, 0x72, 0x6f, 0x63, 0x63, 0x6f, 0x20,
9190x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x6f,
9200x75, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
9210x54, 0x69, 0x6d, 0x65, 0x0, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x74,
9220x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x28, 0x4d, 0x65, 0x78,
9230x69, 0x63, 0x6f, 0x29, 0x0, 0x4d, 0x79, 0x61, 0x6e, 0x6d, 0x61, 0x72, 0x20, 0x53, 0x74, 0x61,
9240x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x2e, 0x20, 0x43, 0x65,
9250x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x41, 0x73, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
9260x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x61, 0x6d, 0x69, 0x62, 0x69, 0x61,
9270x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e,
9280x65, 0x70, 0x61, 0x6c, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
9290x6d, 0x65, 0x0, 0x4e, 0x65, 0x77, 0x20, 0x5a, 0x65, 0x61, 0x6c, 0x61, 0x6e, 0x64, 0x20, 0x53,
9300x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x65, 0x77,
9310x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61,
9320x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x6f, 0x72, 0x66, 0x6f, 0x6c, 0x6b, 0x20,
9330x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x6f,
9340x72, 0x74, 0x68, 0x20, 0x41, 0x73, 0x69, 0x61, 0x20, 0x45, 0x61, 0x73, 0x74, 0x20, 0x53, 0x74,
9350x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x6f, 0x72, 0x74,
9360x68, 0x20, 0x41, 0x73, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
9370x54, 0x69, 0x6d, 0x65, 0x0, 0x4e, 0x6f, 0x72, 0x74, 0x68, 0x20, 0x4b, 0x6f, 0x72, 0x65, 0x61,
9380x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x4f,
9390x6d, 0x73, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d,
9400x65, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x53, 0x41, 0x20, 0x53, 0x74, 0x61,
9410x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66,
9420x69, 0x63, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
9430x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
9440x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x28, 0x4d, 0x65, 0x78, 0x69, 0x63, 0x6f, 0x29, 0x0,
9450x50, 0x61, 0x6b, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72,
9460x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x50, 0x61, 0x72, 0x61, 0x67, 0x75, 0x61, 0x79, 0x20,
9470x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x51, 0x79,
9480x7a, 0x79, 0x6c, 0x6f, 0x72, 0x64, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9490x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x52, 0x6f, 0x6d, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x53, 0x74,
9500x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x52, 0x75, 0x73, 0x73,
9510x69, 0x61, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x5a, 0x6f, 0x6e, 0x65, 0x20, 0x31, 0x30, 0x0,
9520x52, 0x75, 0x73, 0x73, 0x69, 0x61, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20, 0x5a, 0x6f, 0x6e, 0x65,
9530x20, 0x31, 0x31, 0x0, 0x52, 0x75, 0x73, 0x73, 0x69, 0x61, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x20,
9540x5a, 0x6f, 0x6e, 0x65, 0x20, 0x33, 0x0, 0x52, 0x75, 0x73, 0x73, 0x69, 0x61, 0x6e, 0x20, 0x53,
9550x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x41, 0x20,
9560x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9570x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x41, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63,
9580x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53,
9590x41, 0x20, 0x57, 0x65, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61,
9600x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x61, 0x69, 0x6e, 0x74, 0x20, 0x50, 0x69,
9610x65, 0x72, 0x72, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
9620x6d, 0x65, 0x0, 0x53, 0x61, 0x6b, 0x68, 0x61, 0x6c, 0x69, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e,
9630x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x61, 0x6d, 0x6f, 0x61, 0x20,
9640x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x61,
9650x6f, 0x20, 0x54, 0x6f, 0x6d, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20,
9660x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x61, 0x72, 0x61, 0x74, 0x6f, 0x76, 0x20, 0x53, 0x74, 0x61,
9670x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x45, 0x20, 0x41, 0x73,
9680x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
9690x0, 0x53, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x6f, 0x72, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
9700x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x6f, 0x75, 0x74, 0x68, 0x20, 0x41,
9710x66, 0x72, 0x69, 0x63, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54,
9720x69, 0x6d, 0x65, 0x0, 0x53, 0x6f, 0x75, 0x74, 0x68, 0x20, 0x53, 0x75, 0x64, 0x61, 0x6e, 0x20,
9730x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x72,
9740x69, 0x20, 0x4c, 0x61, 0x6e, 0x6b, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9750x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x75, 0x64, 0x61, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e,
9760x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x53, 0x79, 0x72, 0x69, 0x61, 0x20,
9770x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x61,
9780x69, 0x70, 0x65, 0x69, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
9790x6d, 0x65, 0x0, 0x54, 0x61, 0x73, 0x6d, 0x61, 0x6e, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e,
9800x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x6f, 0x63, 0x61, 0x6e, 0x74,
9810x69, 0x6e, 0x73, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d,
9820x65, 0x0, 0x54, 0x6f, 0x6b, 0x79, 0x6f, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9830x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x6f, 0x6d, 0x73, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x6e,
9840x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x6f, 0x6e, 0x67, 0x61, 0x20,
9850x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x72,
9860x61, 0x6e, 0x73, 0x62, 0x61, 0x69, 0x6b, 0x61, 0x6c, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61,
9870x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x75, 0x72, 0x6b, 0x65, 0x79, 0x20, 0x53,
9880x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x54, 0x75, 0x72,
9890x6b, 0x73, 0x20, 0x41, 0x6e, 0x64, 0x20, 0x43, 0x61, 0x69, 0x63, 0x6f, 0x73, 0x20, 0x53, 0x74,
9900x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x55, 0x6c, 0x61, 0x61,
9910x6e, 0x62, 0x61, 0x61, 0x74, 0x61, 0x72, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
9920x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x55, 0x53, 0x20, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e,
9930x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x55,
9940x53, 0x20, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
9950x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x55, 0x54, 0x43, 0x0, 0x55, 0x54, 0x43,
9960x2b, 0x31, 0x32, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x33, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30,
9970x32, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x38, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x39, 0x0,
9980x55, 0x54, 0x43, 0x2d, 0x31, 0x31, 0x0, 0x56, 0x65, 0x6e, 0x65, 0x7a, 0x75, 0x65, 0x6c, 0x61,
9990x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x56,
10000x6c, 0x61, 0x64, 0x69, 0x76, 0x6f, 0x73, 0x74, 0x6f, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
10010x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x56, 0x6f, 0x6c, 0x67, 0x6f, 0x67, 0x72,
10020x61, 0x64, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65,
10030x0, 0x57, 0x2e, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x20, 0x53, 0x74,
10040x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x57, 0x2e, 0x20, 0x43,
10050x65, 0x6e, 0x74, 0x72, 0x61, 0x6c, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x20, 0x53, 0x74,
10060x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x57, 0x2e, 0x20, 0x45,
10070x75, 0x72, 0x6f, 0x70, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54,
10080x69, 0x6d, 0x65, 0x0, 0x57, 0x2e, 0x20, 0x4d, 0x6f, 0x6e, 0x67, 0x6f, 0x6c, 0x69, 0x61, 0x20,
10090x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x57, 0x65,
10100x73, 0x74, 0x20, 0x41, 0x73, 0x69, 0x61, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64,
10110x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x57, 0x65, 0x73, 0x74, 0x20, 0x42, 0x61, 0x6e, 0x6b, 0x20,
10120x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x57, 0x65,
10130x73, 0x74, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64,
10140x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x59, 0x61, 0x6b, 0x75, 0x74, 0x73, 0x6b,
10150x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x0, 0x59,
10160x75, 0x6b, 0x6f, 0x6e, 0x20, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x61, 0x72, 0x64, 0x20, 0x54, 0x69,
10170x6d, 0x65, 0x0
1018};
1019
1020static constexpr char ianaIdData[] = {
10210x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x61, 0x62, 0x75, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
10220x63, 0x61, 0x2f, 0x41, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x20, 0x41, 0x6d, 0x65,
10230x72, 0x69, 0x63, 0x61, 0x2f, 0x4a, 0x75, 0x6e, 0x65, 0x61, 0x75, 0x20, 0x41, 0x6d, 0x65, 0x72,
10240x69, 0x63, 0x61, 0x2f, 0x4d, 0x65, 0x74, 0x6c, 0x61, 0x6b, 0x61, 0x74, 0x6c, 0x61, 0x20, 0x41,
10250x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x6f, 0x6d, 0x65, 0x20, 0x41, 0x6d, 0x65, 0x72,
10260x69, 0x63, 0x61, 0x2f, 0x53, 0x69, 0x74, 0x6b, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
10270x61, 0x2f, 0x59, 0x61, 0x6b, 0x75, 0x74, 0x61, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
10280x61, 0x2f, 0x41, 0x64, 0x61, 0x6b, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42, 0x61, 0x72, 0x6e,
10290x61, 0x75, 0x6c, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42, 0x61, 0x68, 0x72, 0x61, 0x69, 0x6e,
10300x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x75, 0x77, 0x61, 0x69, 0x74, 0x0, 0x41, 0x73, 0x69,
10310x61, 0x2f, 0x51, 0x61, 0x74, 0x61, 0x72, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x52, 0x69, 0x79,
10320x61, 0x64, 0x68, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x64, 0x65, 0x6e, 0x0, 0x45, 0x74,
10330x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x34, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4d, 0x75, 0x73,
10340x63, 0x61, 0x74, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x75, 0x62, 0x61, 0x69, 0x0, 0x41,
10350x73, 0x69, 0x61, 0x2f, 0x42, 0x61, 0x67, 0x68, 0x64, 0x61, 0x64, 0x0, 0x41, 0x6d, 0x65, 0x72,
10360x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x42, 0x75,
10370x65, 0x6e, 0x6f, 0x73, 0x5f, 0x41, 0x69, 0x72, 0x65, 0x73, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69,
10380x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x4c, 0x61, 0x5f,
10390x52, 0x69, 0x6f, 0x6a, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72,
10400x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x52, 0x69, 0x6f, 0x5f, 0x47, 0x61, 0x6c, 0x6c,
10410x65, 0x67, 0x6f, 0x73, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67,
10420x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x53, 0x61, 0x6c, 0x74, 0x61, 0x20, 0x41, 0x6d, 0x65,
10430x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x53,
10440x61, 0x6e, 0x5f, 0x4a, 0x75, 0x61, 0x6e, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
10450x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x53, 0x61, 0x6e, 0x5f, 0x4c, 0x75,
10460x69, 0x73, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e,
10470x74, 0x69, 0x6e, 0x61, 0x2f, 0x54, 0x75, 0x63, 0x75, 0x6d, 0x61, 0x6e, 0x20, 0x41, 0x6d, 0x65,
10480x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x55,
10490x73, 0x68, 0x75, 0x61, 0x69, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41,
10500x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x43, 0x61, 0x74, 0x61, 0x6d, 0x61, 0x72,
10510x63, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e,
10520x74, 0x69, 0x6e, 0x61, 0x2f, 0x43, 0x6f, 0x72, 0x64, 0x6f, 0x62, 0x61, 0x20, 0x41, 0x6d, 0x65,
10530x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x4a,
10540x75, 0x6a, 0x75, 0x79, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67,
10550x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x4d, 0x65, 0x6e, 0x64, 0x6f, 0x7a, 0x61, 0x0, 0x45,
10560x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x41, 0x73, 0x74, 0x72, 0x61, 0x6b, 0x68, 0x61, 0x6e, 0x20,
10570x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x55, 0x6c, 0x79, 0x61, 0x6e, 0x6f, 0x76, 0x73, 0x6b,
10580x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x42, 0x65, 0x72, 0x6d, 0x75, 0x64,
10590x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x6c, 0x69, 0x66, 0x61,
10600x78, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47, 0x6c, 0x61, 0x63, 0x65, 0x5f,
10610x42, 0x61, 0x79, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47, 0x6f, 0x6f, 0x73,
10620x65, 0x5f, 0x42, 0x61, 0x79, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f,
10630x6e, 0x63, 0x74, 0x6f, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x68,
10640x75, 0x6c, 0x65, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x44, 0x61,
10650x72, 0x77, 0x69, 0x6e, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x45,
10660x75, 0x63, 0x6c, 0x61, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x53,
10670x79, 0x64, 0x6e, 0x65, 0x79, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f,
10680x4d, 0x65, 0x6c, 0x62, 0x6f, 0x75, 0x72, 0x6e, 0x65, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42,
10690x61, 0x6b, 0x75, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x63, 0x6f, 0x72,
10700x65, 0x73, 0x62, 0x79, 0x73, 0x75, 0x6e, 0x64, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69,
10710x63, 0x2f, 0x41, 0x7a, 0x6f, 0x72, 0x65, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
10720x2f, 0x42, 0x61, 0x68, 0x69, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x68, 0x61, 0x6b,
10730x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x68, 0x69, 0x6d, 0x70, 0x68, 0x75, 0x0, 0x45,
10740x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4d, 0x69, 0x6e, 0x73, 0x6b, 0x0, 0x50, 0x61, 0x63, 0x69,
10750x66, 0x69, 0x63, 0x2f, 0x42, 0x6f, 0x75, 0x67, 0x61, 0x69, 0x6e, 0x76, 0x69, 0x6c, 0x6c, 0x65,
10760x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x52, 0x65, 0x67, 0x69, 0x6e, 0x61, 0x20,
10770x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x77, 0x69, 0x66, 0x74, 0x5f, 0x43, 0x75,
10780x72, 0x72, 0x65, 0x6e, 0x74, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x31, 0x0,
10790x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x43, 0x61, 0x70, 0x65, 0x5f, 0x56, 0x65,
10800x72, 0x64, 0x65, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x65, 0x72, 0x65, 0x76, 0x61, 0x6e,
10810x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x41, 0x64, 0x65, 0x6c, 0x61,
10820x69, 0x64, 0x65, 0x20, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x42, 0x72,
10830x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x48, 0x69, 0x6c, 0x6c, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d,
10840x54, 0x2b, 0x36, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x65, 0x6c, 0x69,
10850x7a, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x6f, 0x73, 0x74, 0x61,
10860x5f, 0x52, 0x69, 0x63, 0x61, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x47, 0x61,
10870x6c, 0x61, 0x70, 0x61, 0x67, 0x6f, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
10880x45, 0x6c, 0x5f, 0x53, 0x61, 0x6c, 0x76, 0x61, 0x64, 0x6f, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72,
10890x69, 0x63, 0x61, 0x2f, 0x47, 0x75, 0x61, 0x74, 0x65, 0x6d, 0x61, 0x6c, 0x61, 0x0, 0x41, 0x6d,
10900x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x65, 0x67, 0x75, 0x63, 0x69, 0x67, 0x61, 0x6c, 0x70,
10910x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x75,
10920x61, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x36, 0x0, 0x41, 0x6e, 0x74, 0x61,
10930x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x56, 0x6f, 0x73, 0x74, 0x6f, 0x6b, 0x0, 0x49, 0x6e,
10940x64, 0x69, 0x61, 0x6e, 0x2f, 0x43, 0x68, 0x61, 0x67, 0x6f, 0x73, 0x0, 0x41, 0x73, 0x69, 0x61,
10950x2f, 0x55, 0x72, 0x75, 0x6d, 0x71, 0x69, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42, 0x69, 0x73,
10960x68, 0x6b, 0x65, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x75, 0x69,
10970x61, 0x62, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x6d, 0x70,
10980x6f, 0x5f, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
10990x54, 0x69, 0x72, 0x61, 0x6e, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x50, 0x72,
11000x61, 0x67, 0x75, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x42, 0x75, 0x64, 0x61,
11010x70, 0x65, 0x73, 0x74, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x50, 0x6f, 0x64, 0x67,
11020x6f, 0x72, 0x69, 0x63, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x42, 0x65, 0x6c,
11030x67, 0x72, 0x61, 0x64, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x42, 0x72, 0x61,
11040x74, 0x69, 0x73, 0x6c, 0x61, 0x76, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4c,
11050x6a, 0x75, 0x62, 0x6c, 0x6a, 0x61, 0x6e, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
11060x53, 0x61, 0x72, 0x61, 0x6a, 0x65, 0x76, 0x6f, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
11070x5a, 0x61, 0x67, 0x72, 0x65, 0x62, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x53, 0x6b,
11080x6f, 0x70, 0x6a, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x57, 0x61, 0x72, 0x73,
11090x61, 0x77, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x31, 0x0, 0x41, 0x6e,
11100x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x73, 0x65, 0x79, 0x0, 0x50,
11110x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x6f, 0x68, 0x6e, 0x70, 0x65, 0x69, 0x20, 0x50,
11120x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4b, 0x6f, 0x73, 0x72, 0x61, 0x65, 0x0, 0x50, 0x61,
11130x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4e, 0x6f, 0x75, 0x6d, 0x65, 0x61, 0x0, 0x50, 0x61, 0x63,
11140x69, 0x66, 0x69, 0x63, 0x2f, 0x47, 0x75, 0x61, 0x64, 0x61, 0x6c, 0x63, 0x61, 0x6e, 0x61, 0x6c,
11150x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x45, 0x66, 0x61, 0x74, 0x65, 0x0, 0x43,
11160x53, 0x54, 0x36, 0x43, 0x44, 0x54, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x57,
11170x69, 0x6e, 0x6e, 0x69, 0x70, 0x65, 0x67, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
11180x52, 0x61, 0x6e, 0x6b, 0x69, 0x6e, 0x5f, 0x49, 0x6e, 0x6c, 0x65, 0x74, 0x20, 0x41, 0x6d, 0x65,
11190x72, 0x69, 0x63, 0x61, 0x2f, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x65, 0x0, 0x41, 0x6d,
11200x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x74, 0x61, 0x6d, 0x6f, 0x72, 0x6f, 0x73, 0x20,
11210x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4f, 0x6a, 0x69, 0x6e, 0x61, 0x67, 0x61, 0x0,
11220x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x20,
11230x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f,
11240x4b, 0x6e, 0x6f, 0x78, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64,
11250x69, 0x61, 0x6e, 0x61, 0x2f, 0x54, 0x65, 0x6c, 0x6c, 0x5f, 0x43, 0x69, 0x74, 0x79, 0x20, 0x41,
11260x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x65, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x65, 0x65,
11270x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x6f, 0x72, 0x74, 0x68, 0x5f, 0x44,
11280x61, 0x6b, 0x6f, 0x74, 0x61, 0x2f, 0x42, 0x65, 0x75, 0x6c, 0x61, 0x68, 0x20, 0x41, 0x6d, 0x65,
11290x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x6f, 0x72, 0x74, 0x68, 0x5f, 0x44, 0x61, 0x6b, 0x6f, 0x74,
11300x61, 0x2f, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
11310x2f, 0x4e, 0x6f, 0x72, 0x74, 0x68, 0x5f, 0x44, 0x61, 0x6b, 0x6f, 0x74, 0x61, 0x2f, 0x4e, 0x65,
11320x77, 0x5f, 0x53, 0x61, 0x6c, 0x65, 0x6d, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
11330x4d, 0x65, 0x78, 0x69, 0x63, 0x6f, 0x5f, 0x43, 0x69, 0x74, 0x79, 0x20, 0x41, 0x6d, 0x65, 0x72,
11340x69, 0x63, 0x61, 0x2f, 0x42, 0x61, 0x68, 0x69, 0x61, 0x5f, 0x42, 0x61, 0x6e, 0x64, 0x65, 0x72,
11350x61, 0x73, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x65, 0x72, 0x69, 0x64,
11360x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f, 0x6e, 0x74, 0x65, 0x72,
11370x72, 0x65, 0x79, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x68, 0x69, 0x68,
11380x75, 0x61, 0x68, 0x75, 0x61, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x43, 0x68,
11390x61, 0x74, 0x68, 0x61, 0x6d, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53, 0x68, 0x61, 0x6e, 0x67,
11400x68, 0x61, 0x69, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x6e, 0x67, 0x5f, 0x4b, 0x6f,
11410x6e, 0x67, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4d, 0x61, 0x63, 0x61, 0x75, 0x0, 0x41, 0x6d,
11420x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x76, 0x61, 0x6e, 0x61, 0x0, 0x45, 0x74, 0x63,
11430x2f, 0x47, 0x4d, 0x54, 0x2b, 0x31, 0x32, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d,
11440x33, 0x0, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x79, 0x6f,
11450x77, 0x61, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x43, 0x6f, 0x6d, 0x6f, 0x72, 0x6f,
11460x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x6a, 0x69, 0x62, 0x6f, 0x75, 0x74, 0x69,
11470x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x73, 0x6d, 0x61, 0x72, 0x61, 0x0, 0x41,
11480x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x64, 0x64, 0x69, 0x73, 0x5f, 0x41, 0x62, 0x61, 0x62,
11490x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x61, 0x69, 0x72, 0x6f, 0x62, 0x69,
11500x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x41, 0x6e, 0x74, 0x61, 0x6e, 0x61, 0x6e, 0x61,
11510x72, 0x69, 0x76, 0x6f, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x4d, 0x61, 0x79, 0x6f,
11520x74, 0x74, 0x65, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f, 0x67, 0x61, 0x64,
11530x69, 0x73, 0x68, 0x75, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61, 0x72, 0x5f,
11540x65, 0x73, 0x5f, 0x53, 0x61, 0x6c, 0x61, 0x61, 0x6d, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61,
11550x2f, 0x4b, 0x61, 0x6d, 0x70, 0x61, 0x6c, 0x61, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c,
11560x69, 0x61, 0x2f, 0x42, 0x72, 0x69, 0x73, 0x62, 0x61, 0x6e, 0x65, 0x20, 0x41, 0x75, 0x73, 0x74,
11570x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4c, 0x69, 0x6e, 0x64, 0x65, 0x6d, 0x61, 0x6e, 0x0, 0x45,
11580x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x43, 0x68, 0x69, 0x73, 0x69, 0x6e, 0x61, 0x75, 0x0, 0x41,
11590x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61, 0x6f, 0x5f, 0x50, 0x61, 0x75, 0x6c, 0x6f,
11600x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x0,
11610x45, 0x53, 0x54, 0x35, 0x45, 0x44, 0x54, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
11620x4e, 0x61, 0x73, 0x73, 0x61, 0x75, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54,
11630x6f, 0x72, 0x6f, 0x6e, 0x74, 0x6f, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49,
11640x71, 0x61, 0x6c, 0x75, 0x69, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e,
11650x65, 0x77, 0x5f, 0x59, 0x6f, 0x72, 0x6b, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
11660x44, 0x65, 0x74, 0x72, 0x6f, 0x69, 0x74, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
11670x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x50, 0x65, 0x74, 0x65, 0x72, 0x73, 0x62, 0x75,
11680x72, 0x67, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61,
11690x6e, 0x61, 0x2f, 0x56, 0x69, 0x6e, 0x63, 0x65, 0x6e, 0x6e, 0x65, 0x73, 0x20, 0x41, 0x6d, 0x65,
11700x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x57, 0x69, 0x6e,
11710x61, 0x6d, 0x61, 0x63, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x65, 0x6e,
11720x74, 0x75, 0x63, 0x6b, 0x79, 0x2f, 0x4d, 0x6f, 0x6e, 0x74, 0x69, 0x63, 0x65, 0x6c, 0x6c, 0x6f,
11730x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x65, 0x6e, 0x74, 0x75, 0x63, 0x6b,
11740x79, 0x2f, 0x4c, 0x6f, 0x75, 0x69, 0x73, 0x76, 0x69, 0x6c, 0x6c, 0x65, 0x0, 0x41, 0x6d, 0x65,
11750x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x6e, 0x63, 0x75, 0x6e, 0x0, 0x41, 0x66, 0x72, 0x69,
11760x63, 0x61, 0x2f, 0x43, 0x61, 0x69, 0x72, 0x6f, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x65,
11770x6b, 0x61, 0x74, 0x65, 0x72, 0x69, 0x6e, 0x62, 0x75, 0x72, 0x67, 0x0, 0x50, 0x61, 0x63, 0x69,
11780x66, 0x69, 0x63, 0x2f, 0x46, 0x69, 0x6a, 0x69, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
11790x4d, 0x61, 0x72, 0x69, 0x65, 0x68, 0x61, 0x6d, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
11800x2f, 0x53, 0x6f, 0x66, 0x69, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x54, 0x61,
11810x6c, 0x6c, 0x69, 0x6e, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x48, 0x65, 0x6c,
11820x73, 0x69, 0x6e, 0x6b, 0x69, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x52, 0x69, 0x67,
11830x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x56, 0x69, 0x6c, 0x6e, 0x69, 0x75, 0x73,
11840x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4b, 0x79, 0x69, 0x76, 0x0, 0x41, 0x73, 0x69,
11850x61, 0x2f, 0x54, 0x62, 0x69, 0x6c, 0x69, 0x73, 0x69, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74,
11860x69, 0x63, 0x2f, 0x46, 0x61, 0x72, 0x6f, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
11870x47, 0x75, 0x65, 0x72, 0x6e, 0x73, 0x65, 0x79, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
11880x44, 0x75, 0x62, 0x6c, 0x69, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x49, 0x73,
11890x6c, 0x65, 0x5f, 0x6f, 0x66, 0x5f, 0x4d, 0x61, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
11900x2f, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4c,
11910x69, 0x73, 0x62, 0x6f, 0x6e, 0x20, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x4d,
11920x61, 0x64, 0x65, 0x69, 0x72, 0x61, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f,
11930x43, 0x61, 0x6e, 0x61, 0x72, 0x79, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4c, 0x6f,
11940x6e, 0x64, 0x6f, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x75, 0x75,
11950x6b, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4f, 0x75, 0x61, 0x67, 0x61, 0x64, 0x6f,
11960x75, 0x67, 0x6f, 0x75, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x61, 0x6e, 0x6a,
11970x75, 0x6c, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x63, 0x63, 0x72, 0x61, 0x0,
11980x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61, 0x6e, 0x6d, 0x61, 0x72, 0x6b, 0x73,
11990x68, 0x61, 0x76, 0x6e, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x69, 0x73, 0x73,
12000x61, 0x75, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x6f, 0x6e, 0x61, 0x6b, 0x72,
12010x79, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x52, 0x65, 0x79, 0x6b, 0x6a,
12020x61, 0x76, 0x69, 0x6b, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x62, 0x69, 0x64,
12030x6a, 0x61, 0x6e, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f, 0x6e, 0x72, 0x6f,
12040x76, 0x69, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x61, 0x6d, 0x61, 0x6b,
12050x6f, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x6f, 0x75, 0x61, 0x6b, 0x63, 0x68,
12060x6f, 0x74, 0x74, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x53, 0x74, 0x5f,
12070x48, 0x65, 0x6c, 0x65, 0x6e, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61,
12080x6b, 0x61, 0x72, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x46, 0x72, 0x65, 0x65, 0x74,
12090x6f, 0x77, 0x6e, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x6f, 0x6d, 0x65, 0x0,
12100x41, 0x73, 0x69, 0x61, 0x2f, 0x4e, 0x69, 0x63, 0x6f, 0x73, 0x69, 0x61, 0x20, 0x41, 0x73, 0x69,
12110x61, 0x2f, 0x46, 0x61, 0x6d, 0x61, 0x67, 0x75, 0x73, 0x74, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f,
12120x70, 0x65, 0x2f, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
12130x2f, 0x42, 0x75, 0x63, 0x68, 0x61, 0x72, 0x65, 0x73, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
12140x63, 0x61, 0x2f, 0x50, 0x6f, 0x72, 0x74, 0x2d, 0x61, 0x75, 0x2d, 0x50, 0x72, 0x69, 0x6e, 0x63,
12150x65, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x31, 0x30, 0x0, 0x50, 0x61, 0x63,
12160x69, 0x66, 0x69, 0x63, 0x2f, 0x52, 0x61, 0x72, 0x6f, 0x74, 0x6f, 0x6e, 0x67, 0x61, 0x0, 0x50,
12170x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x54, 0x61, 0x68, 0x69, 0x74, 0x69, 0x0, 0x50, 0x61,
12180x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x48, 0x6f, 0x6e, 0x6f, 0x6c, 0x75, 0x6c, 0x75, 0x0, 0x41,
12190x73, 0x69, 0x61, 0x2f, 0x4b, 0x6f, 0x6c, 0x6b, 0x61, 0x74, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61,
12200x2f, 0x54, 0x65, 0x68, 0x72, 0x61, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4a, 0x65, 0x72,
12210x75, 0x73, 0x61, 0x6c, 0x65, 0x6d, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x6d, 0x6d, 0x61,
12220x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4b, 0x61, 0x6c, 0x69, 0x6e, 0x69, 0x6e,
12230x67, 0x72, 0x61, 0x64, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53, 0x65, 0x6f, 0x75, 0x6c, 0x0,
12240x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x72, 0x69, 0x70, 0x6f, 0x6c, 0x69, 0x0, 0x45,
12250x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x34, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69,
12260x63, 0x2f, 0x4b, 0x69, 0x72, 0x69, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x69, 0x0, 0x41, 0x75, 0x73,
12270x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4c, 0x6f, 0x72, 0x64, 0x5f, 0x48, 0x6f, 0x77, 0x65,
12280x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4d, 0x61, 0x67, 0x61, 0x64, 0x61, 0x6e, 0x0, 0x41, 0x6d,
12290x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x75, 0x6e, 0x74, 0x61, 0x5f, 0x41, 0x72, 0x65, 0x6e,
12300x61, 0x73, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4d, 0x61, 0x72, 0x71, 0x75,
12310x65, 0x73, 0x61, 0x73, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x4d, 0x61, 0x75, 0x72,
12320x69, 0x74, 0x69, 0x75, 0x73, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x52, 0x65, 0x75,
12330x6e, 0x69, 0x6f, 0x6e, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x4d, 0x61, 0x68, 0x65,
12340x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42, 0x65, 0x69, 0x72, 0x75, 0x74, 0x0, 0x41, 0x6d, 0x65,
12350x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f, 0x6e, 0x74, 0x65, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x0,
12360x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x73, 0x61, 0x62, 0x6c, 0x61, 0x6e, 0x63,
12370x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x45, 0x6c, 0x5f, 0x41, 0x61, 0x69, 0x75,
12380x6e, 0x0, 0x4d, 0x53, 0x54, 0x37, 0x4d, 0x44, 0x54, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
12390x61, 0x2f, 0x45, 0x64, 0x6d, 0x6f, 0x6e, 0x74, 0x6f, 0x6e, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69,
12400x63, 0x61, 0x2f, 0x43, 0x61, 0x6d, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x42, 0x61, 0x79,
12410x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x75, 0x76, 0x69, 0x6b, 0x0,
12420x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x69, 0x75, 0x64, 0x61, 0x64, 0x5f, 0x4a,
12430x75, 0x61, 0x72, 0x65, 0x7a, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x65,
12440x6e, 0x76, 0x65, 0x72, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x6f, 0x69,
12450x73, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x7a, 0x61, 0x74,
12460x6c, 0x61, 0x6e, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x43, 0x6f, 0x63, 0x6f, 0x73,
12470x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x61, 0x6e, 0x67, 0x6f, 0x6e, 0x0, 0x41, 0x73, 0x69,
12480x61, 0x2f, 0x4e, 0x6f, 0x76, 0x6f, 0x73, 0x69, 0x62, 0x69, 0x72, 0x73, 0x6b, 0x0, 0x41, 0x66,
12490x72, 0x69, 0x63, 0x61, 0x2f, 0x57, 0x69, 0x6e, 0x64, 0x68, 0x6f, 0x65, 0x6b, 0x0, 0x41, 0x73,
12500x69, 0x61, 0x2f, 0x4b, 0x61, 0x74, 0x68, 0x6d, 0x61, 0x6e, 0x64, 0x75, 0x0, 0x41, 0x6e, 0x74,
12510x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x63, 0x4d, 0x75, 0x72, 0x64, 0x6f, 0x0,
12520x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x41, 0x75, 0x63, 0x6b, 0x6c, 0x61, 0x6e, 0x64,
12530x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x74, 0x5f, 0x4a, 0x6f, 0x68, 0x6e,
12540x73, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4e, 0x6f, 0x72, 0x66, 0x6f, 0x6c,
12550x6b, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x49, 0x72, 0x6b, 0x75, 0x74, 0x73, 0x6b, 0x0, 0x41,
12560x73, 0x69, 0x61, 0x2f, 0x4b, 0x72, 0x61, 0x73, 0x6e, 0x6f, 0x79, 0x61, 0x72, 0x73, 0x6b, 0x20,
12570x41, 0x73, 0x69, 0x61, 0x2f, 0x4e, 0x6f, 0x76, 0x6f, 0x6b, 0x75, 0x7a, 0x6e, 0x65, 0x74, 0x73,
12580x6b, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x50, 0x79, 0x6f, 0x6e, 0x67, 0x79, 0x61, 0x6e, 0x67,
12590x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4f, 0x6d, 0x73, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
12600x63, 0x61, 0x2f, 0x53, 0x61, 0x6e, 0x74, 0x69, 0x61, 0x67, 0x6f, 0x0, 0x50, 0x53, 0x54, 0x38,
12610x50, 0x44, 0x54, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x56, 0x61, 0x6e, 0x63,
12620x6f, 0x75, 0x76, 0x65, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x6f,
12630x73, 0x5f, 0x41, 0x6e, 0x67, 0x65, 0x6c, 0x65, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
12640x61, 0x2f, 0x54, 0x69, 0x6a, 0x75, 0x61, 0x6e, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4b,
12650x61, 0x72, 0x61, 0x63, 0x68, 0x69, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41,
12660x73, 0x75, 0x6e, 0x63, 0x69, 0x6f, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x51, 0x79, 0x7a,
12670x79, 0x6c, 0x6f, 0x72, 0x64, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x42, 0x72,
12680x75, 0x73, 0x73, 0x65, 0x6c, 0x73, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x43, 0x6f,
12690x70, 0x65, 0x6e, 0x68, 0x61, 0x67, 0x65, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
12700x50, 0x61, 0x72, 0x69, 0x73, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4d, 0x61, 0x64,
12710x72, 0x69, 0x64, 0x20, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x65, 0x75, 0x74, 0x61,
12720x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53, 0x72, 0x65, 0x64, 0x6e, 0x65, 0x6b, 0x6f, 0x6c, 0x79,
12730x6d, 0x73, 0x6b, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x61, 0x6d, 0x63, 0x68, 0x61, 0x74,
12740x6b, 0x61, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x6e, 0x61, 0x64, 0x79, 0x72, 0x0, 0x45,
12750x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x53, 0x61, 0x6d, 0x61, 0x72, 0x61, 0x0, 0x45, 0x75, 0x72,
12760x6f, 0x70, 0x65, 0x2f, 0x4d, 0x6f, 0x73, 0x63, 0x6f, 0x77, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70,
12770x65, 0x2f, 0x4b, 0x69, 0x72, 0x6f, 0x76, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x53,
12780x69, 0x6d, 0x66, 0x65, 0x72, 0x6f, 0x70, 0x6f, 0x6c, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d,
12790x54, 0x2b, 0x33, 0x0, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x52,
12800x6f, 0x74, 0x68, 0x65, 0x72, 0x61, 0x20, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63,
12810x61, 0x2f, 0x50, 0x61, 0x6c, 0x6d, 0x65, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12820x2f, 0x46, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x65, 0x7a, 0x61, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69,
12830x63, 0x61, 0x2f, 0x42, 0x65, 0x6c, 0x65, 0x6d, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12840x2f, 0x4d, 0x61, 0x63, 0x65, 0x69, 0x6f, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
12850x52, 0x65, 0x63, 0x69, 0x66, 0x65, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53,
12860x61, 0x6e, 0x74, 0x61, 0x72, 0x65, 0x6d, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63,
12870x2f, 0x53, 0x74, 0x61, 0x6e, 0x6c, 0x65, 0x79, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12880x2f, 0x43, 0x61, 0x79, 0x65, 0x6e, 0x6e, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12890x2f, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x61, 0x72, 0x69, 0x62, 0x6f, 0x0, 0x45, 0x74, 0x63, 0x2f,
12900x47, 0x4d, 0x54, 0x2b, 0x35, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x52, 0x69,
12910x6f, 0x5f, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x6f, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12920x2f, 0x45, 0x69, 0x72, 0x75, 0x6e, 0x65, 0x70, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
12930x61, 0x2f, 0x41, 0x74, 0x69, 0x6b, 0x6f, 0x6b, 0x61, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
12940x63, 0x61, 0x2f, 0x43, 0x61, 0x79, 0x6d, 0x61, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
12950x61, 0x2f, 0x42, 0x6f, 0x67, 0x6f, 0x74, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
12960x2f, 0x47, 0x75, 0x61, 0x79, 0x61, 0x71, 0x75, 0x69, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
12970x63, 0x61, 0x2f, 0x4a, 0x61, 0x6d, 0x61, 0x69, 0x63, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
12980x63, 0x61, 0x2f, 0x50, 0x61, 0x6e, 0x61, 0x6d, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
12990x61, 0x2f, 0x4c, 0x69, 0x6d, 0x61, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x34,
13000x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x6e, 0x67, 0x75, 0x69, 0x6c, 0x6c,
13010x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x6e, 0x74, 0x69, 0x67, 0x75,
13020x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x75, 0x62, 0x61, 0x0,
13030x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x61, 0x72, 0x62, 0x61, 0x64, 0x6f, 0x73,
13040x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x61, 0x5f, 0x50, 0x61, 0x7a, 0x0,
13050x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x6e, 0x61, 0x75, 0x73, 0x20, 0x41,
13060x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x6f, 0x61, 0x5f, 0x56, 0x69, 0x73, 0x74, 0x61,
13070x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x6f, 0x72, 0x74, 0x6f, 0x5f, 0x56,
13080x65, 0x6c, 0x68, 0x6f, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x6f, 0x72,
13090x74, 0x6f, 0x6c, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x6c, 0x61,
13100x6e, 0x63, 0x2d, 0x53, 0x61, 0x62, 0x6c, 0x6f, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
13110x61, 0x2f, 0x4b, 0x72, 0x61, 0x6c, 0x65, 0x6e, 0x64, 0x69, 0x6a, 0x6b, 0x0, 0x41, 0x6d, 0x65,
13120x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x75, 0x72, 0x61, 0x63, 0x61, 0x6f, 0x0, 0x41, 0x6d, 0x65,
13130x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x6f, 0x6d, 0x69, 0x6e, 0x69, 0x63, 0x61, 0x0, 0x41, 0x6d,
13140x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61, 0x6e, 0x74, 0x6f, 0x5f, 0x44, 0x6f, 0x6d, 0x69,
13150x6e, 0x67, 0x6f, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47, 0x72, 0x65, 0x6e,
13160x61, 0x64, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47, 0x75, 0x61, 0x64,
13170x65, 0x6c, 0x6f, 0x75, 0x70, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47,
13180x75, 0x79, 0x61, 0x6e, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61,
13190x72, 0x74, 0x69, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
13200x2f, 0x4d, 0x6f, 0x6e, 0x74, 0x73, 0x65, 0x72, 0x72, 0x61, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72,
13210x69, 0x63, 0x61, 0x2f, 0x50, 0x75, 0x65, 0x72, 0x74, 0x6f, 0x5f, 0x52, 0x69, 0x63, 0x6f, 0x0,
13220x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x74, 0x5f, 0x42, 0x61, 0x72, 0x74, 0x68,
13230x65, 0x6c, 0x65, 0x6d, 0x79, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x74,
13240x5f, 0x4b, 0x69, 0x74, 0x74, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53,
13250x74, 0x5f, 0x4c, 0x75, 0x63, 0x69, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
13260x4d, 0x61, 0x72, 0x69, 0x67, 0x6f, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
13270x53, 0x74, 0x5f, 0x56, 0x69, 0x6e, 0x63, 0x65, 0x6e, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
13280x63, 0x61, 0x2f, 0x4c, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x65, 0x73,
13290x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x6f, 0x72, 0x74, 0x5f, 0x6f, 0x66,
13300x5f, 0x53, 0x70, 0x61, 0x69, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53,
13310x74, 0x5f, 0x54, 0x68, 0x6f, 0x6d, 0x61, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
13320x2f, 0x4d, 0x69, 0x71, 0x75, 0x65, 0x6c, 0x6f, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53,
13330x61, 0x6b, 0x68, 0x61, 0x6c, 0x69, 0x6e, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f,
13340x41, 0x70, 0x69, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61, 0x6f, 0x5f,
13350x54, 0x6f, 0x6d, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x53, 0x61, 0x72, 0x61,
13360x74, 0x6f, 0x76, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x37, 0x0, 0x41, 0x6e,
13370x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61, 0x76, 0x69, 0x73, 0x0, 0x41,
13380x73, 0x69, 0x61, 0x2f, 0x50, 0x68, 0x6e, 0x6f, 0x6d, 0x5f, 0x50, 0x65, 0x6e, 0x68, 0x0, 0x49,
13390x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x43, 0x68, 0x72, 0x69, 0x73, 0x74, 0x6d, 0x61, 0x73, 0x0,
13400x41, 0x73, 0x69, 0x61, 0x2f, 0x4a, 0x61, 0x6b, 0x61, 0x72, 0x74, 0x61, 0x20, 0x41, 0x73, 0x69,
13410x61, 0x2f, 0x50, 0x6f, 0x6e, 0x74, 0x69, 0x61, 0x6e, 0x61, 0x6b, 0x0, 0x41, 0x73, 0x69, 0x61,
13420x2f, 0x56, 0x69, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6e, 0x65, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f,
13430x42, 0x61, 0x6e, 0x67, 0x6b, 0x6f, 0x6b, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x5f,
13440x43, 0x68, 0x69, 0x5f, 0x4d, 0x69, 0x6e, 0x68, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54,
13450x2d, 0x38, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x42, 0x72, 0x75, 0x6e, 0x65, 0x69, 0x0, 0x41,
13460x73, 0x69, 0x61, 0x2f, 0x4d, 0x61, 0x6b, 0x61, 0x73, 0x73, 0x61, 0x72, 0x0, 0x41, 0x73, 0x69,
13470x61, 0x2f, 0x4b, 0x75, 0x61, 0x6c, 0x61, 0x5f, 0x4c, 0x75, 0x6d, 0x70, 0x75, 0x72, 0x20, 0x41,
13480x73, 0x69, 0x61, 0x2f, 0x4b, 0x75, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x0, 0x41, 0x73, 0x69, 0x61,
13490x2f, 0x4d, 0x61, 0x6e, 0x69, 0x6c, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53, 0x69, 0x6e,
13500x67, 0x61, 0x70, 0x6f, 0x72, 0x65, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x32,
13510x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x47, 0x61, 0x62, 0x6f, 0x72, 0x6f, 0x6e, 0x65,
13520x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x75, 0x6a, 0x75, 0x6d, 0x62, 0x75, 0x72,
13530x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x75, 0x62, 0x75, 0x6d, 0x62, 0x61,
13540x73, 0x68, 0x69, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x62, 0x61, 0x62, 0x61,
13550x6e, 0x65, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x73, 0x65, 0x72, 0x75,
13560x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x6c, 0x61, 0x6e, 0x74, 0x79, 0x72, 0x65,
13570x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x70, 0x75, 0x74, 0x6f, 0x0, 0x41,
13580x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x69, 0x67, 0x61, 0x6c, 0x69, 0x0, 0x41, 0x66, 0x72,
13590x69, 0x63, 0x61, 0x2f, 0x4a, 0x6f, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x73, 0x62, 0x75, 0x72, 0x67,
13600x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x75, 0x73, 0x61, 0x6b, 0x61, 0x0, 0x41,
13610x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x72, 0x61, 0x72, 0x65, 0x0, 0x41, 0x66, 0x72,
13620x69, 0x63, 0x61, 0x2f, 0x4a, 0x75, 0x62, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x43, 0x6f,
13630x6c, 0x6f, 0x6d, 0x62, 0x6f, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x68, 0x61,
13640x72, 0x74, 0x6f, 0x75, 0x6d, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x61, 0x6d, 0x61, 0x73,
13650x63, 0x75, 0x73, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x61, 0x69, 0x70, 0x65, 0x69, 0x0,
13660x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x62, 0x61, 0x72, 0x74,
13670x20, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x63, 0x71,
13680x75, 0x61, 0x72, 0x69, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72,
13690x61, 0x67, 0x75, 0x61, 0x69, 0x6e, 0x61, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d,
13700x39, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4a, 0x61, 0x79, 0x61, 0x70, 0x75, 0x72, 0x61, 0x0,
13710x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x6f, 0x6b, 0x79, 0x6f, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66,
13720x69, 0x63, 0x2f, 0x50, 0x61, 0x6c, 0x61, 0x75, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x69,
13730x6c, 0x69, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x6f, 0x6d, 0x73, 0x6b, 0x0, 0x50, 0x61,
13740x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x54, 0x6f, 0x6e, 0x67, 0x61, 0x74, 0x61, 0x70, 0x75, 0x0,
13750x41, 0x73, 0x69, 0x61, 0x2f, 0x43, 0x68, 0x69, 0x74, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
13760x65, 0x2f, 0x49, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
13770x63, 0x61, 0x2f, 0x47, 0x72, 0x61, 0x6e, 0x64, 0x5f, 0x54, 0x75, 0x72, 0x6b, 0x0, 0x41, 0x73,
13780x69, 0x61, 0x2f, 0x55, 0x6c, 0x61, 0x61, 0x6e, 0x62, 0x61, 0x61, 0x74, 0x61, 0x72, 0x20, 0x41,
13790x73, 0x69, 0x61, 0x2f, 0x43, 0x68, 0x6f, 0x69, 0x62, 0x61, 0x6c, 0x73, 0x61, 0x6e, 0x0, 0x41,
13800x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x49,
13810x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x70, 0x6f, 0x6c, 0x69, 0x73, 0x20, 0x41, 0x6d, 0x65, 0x72,
13820x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x4d, 0x61, 0x72, 0x65,
13830x6e, 0x67, 0x6f, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69,
13840x61, 0x6e, 0x61, 0x2f, 0x56, 0x65, 0x76, 0x61, 0x79, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d,
13850x54, 0x2b, 0x37, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x72, 0x65, 0x73,
13860x74, 0x6f, 0x6e, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61, 0x77, 0x73,
13870x6f, 0x6e, 0x5f, 0x43, 0x72, 0x65, 0x65, 0x6b, 0x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
13880x2f, 0x46, 0x6f, 0x72, 0x74, 0x5f, 0x4e, 0x65, 0x6c, 0x73, 0x6f, 0x6e, 0x0, 0x41, 0x6d, 0x65,
13890x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x65, 0x72, 0x6d, 0x6f, 0x73, 0x69, 0x6c, 0x6c, 0x6f, 0x0,
13900x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x68, 0x6f, 0x65, 0x6e, 0x69, 0x78, 0x0,
13910x45, 0x74, 0x63, 0x2f, 0x55, 0x54, 0x43, 0x20, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x0,
13920x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x32, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66,
13930x69, 0x63, 0x2f, 0x54, 0x61, 0x72, 0x61, 0x77, 0x61, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69,
13940x63, 0x2f, 0x4d, 0x61, 0x6a, 0x75, 0x72, 0x6f, 0x20, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63,
13950x2f, 0x4b, 0x77, 0x61, 0x6a, 0x61, 0x6c, 0x65, 0x69, 0x6e, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66,
13960x69, 0x63, 0x2f, 0x4e, 0x61, 0x75, 0x72, 0x75, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63,
13970x2f, 0x46, 0x75, 0x6e, 0x61, 0x66, 0x75, 0x74, 0x69, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69,
13980x63, 0x2f, 0x57, 0x61, 0x6b, 0x65, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x57,
13990x61, 0x6c, 0x6c, 0x69, 0x73, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x33,
14000x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4b, 0x61, 0x6e, 0x74, 0x6f, 0x6e, 0x0,
14010x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x46, 0x61, 0x6b, 0x61, 0x6f, 0x66, 0x6f, 0x0,
14020x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x32, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
14030x61, 0x2f, 0x4e, 0x6f, 0x72, 0x6f, 0x6e, 0x68, 0x61, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74,
14040x69, 0x63, 0x2f, 0x53, 0x6f, 0x75, 0x74, 0x68, 0x5f, 0x47, 0x65, 0x6f, 0x72, 0x67, 0x69, 0x61,
14050x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x38, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66,
14060x69, 0x63, 0x2f, 0x50, 0x69, 0x74, 0x63, 0x61, 0x69, 0x72, 0x6e, 0x0, 0x45, 0x74, 0x63, 0x2f,
14070x47, 0x4d, 0x54, 0x2b, 0x39, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x47, 0x61,
14080x6d, 0x62, 0x69, 0x65, 0x72, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x31, 0x31,
14090x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x61, 0x67, 0x6f, 0x5f, 0x50, 0x61,
14100x67, 0x6f, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4e, 0x69, 0x75, 0x65, 0x0,
14110x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4d, 0x69, 0x64, 0x77, 0x61, 0x79, 0x0, 0x41,
14120x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x72, 0x61, 0x63, 0x61, 0x73, 0x0, 0x41,
14130x73, 0x69, 0x61, 0x2f, 0x56, 0x6c, 0x61, 0x64, 0x69, 0x76, 0x6f, 0x73, 0x74, 0x6f, 0x6b, 0x20,
14140x41, 0x73, 0x69, 0x61, 0x2f, 0x55, 0x73, 0x74, 0x2d, 0x4e, 0x65, 0x72, 0x61, 0x0, 0x45, 0x75,
14150x72, 0x6f, 0x70, 0x65, 0x2f, 0x56, 0x6f, 0x6c, 0x67, 0x6f, 0x67, 0x72, 0x61, 0x64, 0x0, 0x41,
14160x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x50, 0x65, 0x72, 0x74, 0x68, 0x0, 0x45,
14170x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f,
14180x41, 0x6c, 0x67, 0x69, 0x65, 0x72, 0x73, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c,
14190x75, 0x61, 0x6e, 0x64, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x6f, 0x72,
14200x74, 0x6f, 0x2d, 0x4e, 0x6f, 0x76, 0x6f, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44,
14210x6f, 0x75, 0x61, 0x6c, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x61, 0x6e,
14220x67, 0x75, 0x69, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x64, 0x6a, 0x61, 0x6d,
14230x65, 0x6e, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x72, 0x61, 0x7a, 0x7a,
14240x61, 0x76, 0x69, 0x6c, 0x6c, 0x65, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x69,
14250x6e, 0x73, 0x68, 0x61, 0x73, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61,
14260x6c, 0x61, 0x62, 0x6f, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x69, 0x62, 0x72,
14270x65, 0x76, 0x69, 0x6c, 0x6c, 0x65, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x61,
14280x67, 0x6f, 0x73, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x69, 0x61, 0x6d, 0x65,
14290x79, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x75, 0x6e, 0x69, 0x73, 0x0, 0x45,
14300x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x41, 0x6e, 0x64, 0x6f, 0x72, 0x72, 0x61, 0x0, 0x45, 0x75,
14310x72, 0x6f, 0x70, 0x65, 0x2f, 0x56, 0x69, 0x65, 0x6e, 0x6e, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f,
14320x70, 0x65, 0x2f, 0x42, 0x65, 0x72, 0x6c, 0x69, 0x6e, 0x20, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
14330x2f, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x65, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
14340x2f, 0x47, 0x69, 0x62, 0x72, 0x61, 0x6c, 0x74, 0x61, 0x72, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
14350x65, 0x2f, 0x52, 0x6f, 0x6d, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x56, 0x61,
14360x64, 0x75, 0x7a, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4c, 0x75, 0x78, 0x65, 0x6d,
14370x62, 0x6f, 0x75, 0x72, 0x67, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4d, 0x61, 0x6c,
14380x74, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4d, 0x6f, 0x6e, 0x61, 0x63, 0x6f,
14390x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x41, 0x6d, 0x73, 0x74, 0x65, 0x72, 0x64, 0x61,
14400x6d, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4f, 0x73, 0x6c, 0x6f, 0x0, 0x45, 0x75,
14410x72, 0x6f, 0x70, 0x65, 0x2f, 0x53, 0x61, 0x6e, 0x5f, 0x4d, 0x61, 0x72, 0x69, 0x6e, 0x6f, 0x0,
14420x41, 0x72, 0x63, 0x74, 0x69, 0x63, 0x2f, 0x4c, 0x6f, 0x6e, 0x67, 0x79, 0x65, 0x61, 0x72, 0x62,
14430x79, 0x65, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x53, 0x74, 0x6f, 0x63, 0x6b,
14440x68, 0x6f, 0x6c, 0x6d, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x5a, 0x75, 0x72, 0x69,
14450x63, 0x68, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x56, 0x61, 0x74, 0x69, 0x63, 0x61,
14460x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x76, 0x64, 0x0, 0x45, 0x74, 0x63, 0x2f,
14470x47, 0x4d, 0x54, 0x2d, 0x35, 0x0, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61,
14480x2f, 0x4d, 0x61, 0x77, 0x73, 0x6f, 0x6e, 0x0, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x4b,
14490x65, 0x72, 0x67, 0x75, 0x65, 0x6c, 0x65, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4f, 0x72,
14500x61, 0x6c, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x6c, 0x6d, 0x61, 0x74, 0x79, 0x20, 0x41,
14510x73, 0x69, 0x61, 0x2f, 0x41, 0x71, 0x74, 0x61, 0x75, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41,
14520x71, 0x74, 0x6f, 0x62, 0x65, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x74, 0x79, 0x72, 0x61,
14530x75, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x51, 0x6f, 0x73, 0x74, 0x61, 0x6e, 0x61, 0x79, 0x0,
14540x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x2f, 0x4d, 0x61, 0x6c, 0x64, 0x69, 0x76, 0x65, 0x73, 0x0,
14550x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x75, 0x73, 0x68, 0x61, 0x6e, 0x62, 0x65, 0x0, 0x41, 0x73,
14560x69, 0x61, 0x2f, 0x41, 0x73, 0x68, 0x67, 0x61, 0x62, 0x61, 0x74, 0x0, 0x41, 0x73, 0x69, 0x61,
14570x2f, 0x54, 0x61, 0x73, 0x68, 0x6b, 0x65, 0x6e, 0x74, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53,
14580x61, 0x6d, 0x61, 0x72, 0x6b, 0x61, 0x6e, 0x64, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x48, 0x65,
14590x62, 0x72, 0x6f, 0x6e, 0x20, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x47, 0x61, 0x7a, 0x61, 0x0, 0x45,
14600x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x31, 0x30, 0x0, 0x41, 0x6e, 0x74, 0x61, 0x72, 0x63,
14610x74, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x75, 0x6d, 0x6f, 0x6e, 0x74, 0x44, 0x55, 0x72, 0x76, 0x69,
14620x6c, 0x6c, 0x65, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x47, 0x75, 0x61, 0x6d,
14630x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x43, 0x68, 0x75, 0x75, 0x6b, 0x0, 0x50,
14640x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x53, 0x61, 0x69, 0x70, 0x61, 0x6e, 0x0, 0x50, 0x61,
14650x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x6f, 0x72, 0x74, 0x5f, 0x4d, 0x6f, 0x72, 0x65, 0x73,
14660x62, 0x79, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x61, 0x6b, 0x75, 0x74, 0x73, 0x6b, 0x20,
14670x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x68, 0x61, 0x6e, 0x64, 0x79, 0x67, 0x61, 0x0, 0x41, 0x6d,
14680x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x57, 0x68, 0x69, 0x74, 0x65, 0x68, 0x6f, 0x72, 0x73, 0x65,
14690x20, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x61, 0x77, 0x73, 0x6f, 0x6e, 0x0,
14700x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x61, 0x67,
14710x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74,
14720x69, 0x6e, 0x61, 0x2f, 0x42, 0x75, 0x65, 0x6e, 0x6f, 0x73, 0x5f, 0x41, 0x69, 0x72, 0x65, 0x73,
14730x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x41, 0x73, 0x74, 0x72, 0x61, 0x6b, 0x68, 0x61,
14740x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x6c, 0x69, 0x66, 0x61,
14750x78, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x53, 0x79, 0x64, 0x6e,
14760x65, 0x79, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x52, 0x65, 0x67, 0x69, 0x6e,
14770x61, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x41, 0x64, 0x65, 0x6c,
14780x61, 0x69, 0x64, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x75, 0x69,
14790x61, 0x62, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x68, 0x69, 0x63,
14800x61, 0x67, 0x6f, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x65, 0x78, 0x69,
14810x63, 0x6f, 0x5f, 0x43, 0x69, 0x74, 0x79, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69,
14820x61, 0x2f, 0x42, 0x72, 0x69, 0x73, 0x62, 0x61, 0x6e, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
14830x63, 0x61, 0x2f, 0x4e, 0x65, 0x77, 0x5f, 0x59, 0x6f, 0x72, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72,
14840x69, 0x63, 0x61, 0x2f, 0x44, 0x65, 0x6e, 0x76, 0x65, 0x72, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f,
14850x4b, 0x72, 0x61, 0x73, 0x6e, 0x6f, 0x79, 0x61, 0x72, 0x73, 0x6b, 0x0, 0x41, 0x73, 0x69, 0x61,
14860x2f, 0x4b, 0x61, 0x6d, 0x63, 0x68, 0x61, 0x74, 0x6b, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
14870x65, 0x2f, 0x4d, 0x6f, 0x73, 0x63, 0x6f, 0x77, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c,
14880x69, 0x61, 0x2f, 0x48, 0x6f, 0x62, 0x61, 0x72, 0x74, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x55,
14890x6c, 0x61, 0x61, 0x6e, 0x62, 0x61, 0x61, 0x74, 0x61, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
14900x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61,
14910x6e, 0x61, 0x70, 0x6f, 0x6c, 0x69, 0x73, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x55, 0x54, 0x43, 0x0,
14920x41, 0x73, 0x69, 0x61, 0x2f, 0x56, 0x6c, 0x61, 0x64, 0x69, 0x76, 0x6f, 0x73, 0x74, 0x6f, 0x6b,
14930x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x42, 0x65, 0x72, 0x6c, 0x69, 0x6e, 0x0, 0x41,
14940x73, 0x69, 0x61, 0x2f, 0x54, 0x61, 0x73, 0x68, 0x6b, 0x65, 0x6e, 0x74, 0x0, 0x41, 0x73, 0x69,
14950x61, 0x2f, 0x48, 0x65, 0x62, 0x72, 0x6f, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x61,
14960x6b, 0x75, 0x74, 0x73, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x57, 0x68,
14970x69, 0x74, 0x65, 0x68, 0x6f, 0x72, 0x73, 0x65, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x31, 0x34, 0x3a,
14980x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x31, 0x33, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43,
14990x2d, 0x31, 0x32, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x31, 0x31, 0x3a, 0x30, 0x30,
15000x0, 0x55, 0x54, 0x43, 0x2d, 0x31, 0x30, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30,
15010x39, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x39, 0x3a, 0x30, 0x30, 0x0, 0x55,
15020x54, 0x43, 0x2d, 0x30, 0x38, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x37, 0x3a,
15030x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x36, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43,
15040x2d, 0x30, 0x35, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x34, 0x3a, 0x33, 0x30,
15050x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x34, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30,
15060x33, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x33, 0x3a, 0x30, 0x30, 0x0, 0x55,
15070x54, 0x43, 0x2d, 0x30, 0x32, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x31, 0x3a,
15080x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x20, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x30, 0x3a, 0x30, 0x30,
15090x20, 0x55, 0x54, 0x43, 0x2d, 0x30, 0x30, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30,
15100x31, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x32, 0x3a, 0x30, 0x30, 0x0, 0x55,
15110x54, 0x43, 0x2b, 0x30, 0x33, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x33, 0x3a,
15120x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x34, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43,
15130x2b, 0x30, 0x34, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x35, 0x3a, 0x30, 0x30,
15140x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x35, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30,
15150x35, 0x3a, 0x34, 0x35, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x36, 0x3a, 0x30, 0x30, 0x0, 0x55,
15160x54, 0x43, 0x2b, 0x30, 0x36, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x37, 0x3a,
15170x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x38, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43,
15180x2b, 0x30, 0x38, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x38, 0x3a, 0x34, 0x35,
15190x0, 0x55, 0x54, 0x43, 0x2b, 0x30, 0x39, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x30,
15200x39, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x30, 0x3a, 0x30, 0x30, 0x0, 0x55,
15210x54, 0x43, 0x2b, 0x31, 0x30, 0x3a, 0x33, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x31, 0x3a,
15220x30, 0x30, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x32, 0x3a, 0x30, 0x30, 0x0, 0x55, 0x54, 0x43,
15230x2b, 0x31, 0x32, 0x3a, 0x34, 0x35, 0x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x33, 0x3a, 0x30, 0x30,
15240x0, 0x55, 0x54, 0x43, 0x2b, 0x31, 0x34, 0x3a, 0x30, 0x30, 0x0
1525};
1526
1527static constexpr char aliasIdData[] = {
15280x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x73, 0x6d, 0x65, 0x72, 0x61, 0x0, 0x41, 0x66,
15290x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x73, 0x6d, 0x61, 0x72, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69,
15300x63, 0x61, 0x2f, 0x54, 0x69, 0x6d, 0x62, 0x75, 0x6b, 0x74, 0x75, 0x0, 0x41, 0x66, 0x72, 0x69,
15310x63, 0x61, 0x2f, 0x42, 0x61, 0x6d, 0x61, 0x6b, 0x6f, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
15320x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x43, 0x6f, 0x6d, 0x6f,
15330x64, 0x52, 0x69, 0x76, 0x61, 0x64, 0x61, 0x76, 0x69, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
15340x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x43, 0x61, 0x74,
15350x61, 0x6d, 0x61, 0x72, 0x63, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41,
15360x74, 0x6b, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x64, 0x61, 0x6b,
15370x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x42, 0x75, 0x65, 0x6e, 0x6f, 0x73, 0x5f,
15380x41, 0x69, 0x72, 0x65, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72,
15390x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x42, 0x75, 0x65, 0x6e, 0x6f, 0x73, 0x5f, 0x41,
15400x69, 0x72, 0x65, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x74,
15410x61, 0x6d, 0x61, 0x72, 0x63, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43,
15420x6f, 0x72, 0x61, 0x6c, 0x5f, 0x48, 0x61, 0x72, 0x62, 0x6f, 0x75, 0x72, 0x0, 0x41, 0x6d, 0x65,
15430x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x74, 0x69, 0x6b, 0x6f, 0x6b, 0x61, 0x6e, 0x0, 0x41, 0x6d,
15440x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x6f, 0x72, 0x64, 0x6f, 0x62, 0x61, 0x0, 0x41, 0x6d,
15450x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f,
15460x43, 0x6f, 0x72, 0x64, 0x6f, 0x62, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
15470x45, 0x6e, 0x73, 0x65, 0x6e, 0x61, 0x64, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15480x2f, 0x54, 0x69, 0x6a, 0x75, 0x61, 0x6e, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15490x2f, 0x46, 0x6f, 0x72, 0x74, 0x5f, 0x57, 0x61, 0x79, 0x6e, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72,
15500x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69,
15510x61, 0x6e, 0x61, 0x70, 0x6f, 0x6c, 0x69, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15520x2f, 0x47, 0x6f, 0x64, 0x74, 0x68, 0x61, 0x62, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15530x2f, 0x4e, 0x75, 0x75, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e,
15540x64, 0x69, 0x61, 0x6e, 0x61, 0x70, 0x6f, 0x6c, 0x69, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
15550x63, 0x61, 0x2f, 0x4a, 0x75, 0x6a, 0x75, 0x79, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15560x2f, 0x41, 0x72, 0x67, 0x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x4a, 0x75, 0x6a, 0x75, 0x79,
15570x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4b, 0x6e, 0x6f, 0x78, 0x5f, 0x49, 0x4e,
15580x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x6e, 0x64, 0x69, 0x61, 0x6e, 0x61,
15590x2f, 0x4b, 0x6e, 0x6f, 0x78, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x6f,
15600x75, 0x69, 0x73, 0x76, 0x69, 0x6c, 0x6c, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15610x2f, 0x4b, 0x65, 0x6e, 0x74, 0x75, 0x63, 0x6b, 0x79, 0x2f, 0x4c, 0x6f, 0x75, 0x69, 0x73, 0x76,
15620x69, 0x6c, 0x6c, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x65, 0x6e,
15630x64, 0x6f, 0x7a, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x72, 0x67,
15640x65, 0x6e, 0x74, 0x69, 0x6e, 0x61, 0x2f, 0x4d, 0x65, 0x6e, 0x64, 0x6f, 0x7a, 0x61, 0x0, 0x41,
15650x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x6f, 0x6e, 0x74, 0x72, 0x65, 0x61, 0x6c, 0x0,
15660x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x6f, 0x72, 0x6f, 0x6e, 0x74, 0x6f, 0x0,
15670x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x69, 0x70, 0x69, 0x67, 0x6f, 0x6e, 0x0,
15680x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x61, 0x6e, 0x67, 0x6e, 0x69, 0x72, 0x74,
15690x75, 0x6e, 0x67, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x49, 0x71, 0x61, 0x6c,
15700x75, 0x69, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x50, 0x6f, 0x72, 0x74,
15710x6f, 0x5f, 0x41, 0x63, 0x72, 0x65, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x52,
15720x69, 0x6f, 0x5f, 0x42, 0x72, 0x61, 0x6e, 0x63, 0x6f, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
15730x61, 0x2f, 0x52, 0x61, 0x69, 0x6e, 0x79, 0x5f, 0x52, 0x69, 0x76, 0x65, 0x72, 0x0, 0x41, 0x6d,
15740x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x57, 0x69, 0x6e, 0x6e, 0x69, 0x70, 0x65, 0x67, 0x0, 0x41,
15750x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x52, 0x6f, 0x73, 0x61, 0x72, 0x69, 0x6f, 0x0, 0x41,
15760x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61, 0x6e, 0x74, 0x61, 0x5f, 0x49, 0x73, 0x61,
15770x62, 0x65, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x68, 0x69, 0x70,
15780x72, 0x6f, 0x63, 0x6b, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44, 0x65, 0x6e,
15790x76, 0x65, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x54, 0x68, 0x75, 0x6e,
15800x64, 0x65, 0x72, 0x5f, 0x42, 0x61, 0x79, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
15810x56, 0x69, 0x72, 0x67, 0x69, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53,
15820x74, 0x5f, 0x54, 0x68, 0x6f, 0x6d, 0x61, 0x73, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
15830x2f, 0x59, 0x65, 0x6c, 0x6c, 0x6f, 0x77, 0x6b, 0x6e, 0x69, 0x66, 0x65, 0x0, 0x41, 0x6d, 0x65,
15840x72, 0x69, 0x63, 0x61, 0x2f, 0x45, 0x64, 0x6d, 0x6f, 0x6e, 0x74, 0x6f, 0x6e, 0x0, 0x41, 0x6e,
15850x74, 0x61, 0x72, 0x63, 0x74, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x6f, 0x75, 0x74, 0x68, 0x5f, 0x50,
15860x6f, 0x6c, 0x65, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x41, 0x75, 0x63, 0x6b,
15870x6c, 0x61, 0x6e, 0x64, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x73, 0x68, 0x6b, 0x68, 0x61,
15880x62, 0x61, 0x64, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x41, 0x73, 0x68, 0x67, 0x61, 0x62, 0x61,
15890x74, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x43, 0x61, 0x6c, 0x63, 0x75, 0x74, 0x74, 0x61, 0x0,
15900x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x6f, 0x6c, 0x6b, 0x61, 0x74, 0x61, 0x0, 0x41, 0x73, 0x69,
15910x61, 0x2f, 0x43, 0x68, 0x6f, 0x6e, 0x67, 0x71, 0x69, 0x6e, 0x67, 0x0, 0x41, 0x73, 0x69, 0x61,
15920x2f, 0x53, 0x68, 0x61, 0x6e, 0x67, 0x68, 0x61, 0x69, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x43,
15930x68, 0x75, 0x6e, 0x67, 0x6b, 0x69, 0x6e, 0x67, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x61,
15940x63, 0x63, 0x61, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x44, 0x68, 0x61, 0x6b, 0x61, 0x0, 0x41,
15950x73, 0x69, 0x61, 0x2f, 0x48, 0x61, 0x72, 0x62, 0x69, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f,
15960x49, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
15970x49, 0x73, 0x74, 0x61, 0x6e, 0x62, 0x75, 0x6c, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x61,
15980x73, 0x68, 0x67, 0x61, 0x72, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x55, 0x72, 0x75, 0x6d, 0x71,
15990x69, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x61, 0x74, 0x6d, 0x61, 0x6e, 0x64, 0x75, 0x0,
16000x41, 0x73, 0x69, 0x61, 0x2f, 0x4b, 0x61, 0x74, 0x68, 0x6d, 0x61, 0x6e, 0x64, 0x75, 0x0, 0x41,
16010x73, 0x69, 0x61, 0x2f, 0x4d, 0x61, 0x63, 0x61, 0x6f, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4d,
16020x61, 0x63, 0x61, 0x75, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x52, 0x61, 0x6e, 0x67, 0x6f, 0x6f,
16030x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x59, 0x61, 0x6e, 0x67, 0x6f, 0x6e, 0x0, 0x41, 0x73,
16040x69, 0x61, 0x2f, 0x53, 0x61, 0x69, 0x67, 0x6f, 0x6e, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x48,
16050x6f, 0x5f, 0x43, 0x68, 0x69, 0x5f, 0x4d, 0x69, 0x6e, 0x68, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f,
16060x54, 0x65, 0x6c, 0x5f, 0x41, 0x76, 0x69, 0x76, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4a, 0x65,
16070x72, 0x75, 0x73, 0x61, 0x6c, 0x65, 0x6d, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x68, 0x69,
16080x6d, 0x62, 0x75, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x54, 0x68, 0x69, 0x6d, 0x70, 0x68, 0x75,
16090x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x55, 0x6a, 0x75, 0x6e, 0x67, 0x5f, 0x50, 0x61, 0x6e, 0x64,
16100x61, 0x6e, 0x67, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x4d, 0x61, 0x6b, 0x61, 0x73, 0x73, 0x61,
16110x72, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x55, 0x6c, 0x61, 0x6e, 0x5f, 0x42, 0x61, 0x74, 0x6f,
16120x72, 0x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x55, 0x6c, 0x61, 0x61, 0x6e, 0x62, 0x61, 0x61, 0x74,
16130x61, 0x72, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x46, 0x61, 0x65, 0x72,
16140x6f, 0x65, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x46, 0x61, 0x72, 0x6f,
16150x65, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x4a, 0x61, 0x6e, 0x5f, 0x4d,
16160x61, 0x79, 0x65, 0x6e, 0x0, 0x41, 0x72, 0x63, 0x74, 0x69, 0x63, 0x2f, 0x4c, 0x6f, 0x6e, 0x67,
16170x79, 0x65, 0x61, 0x72, 0x62, 0x79, 0x65, 0x6e, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c,
16180x69, 0x61, 0x2f, 0x41, 0x43, 0x54, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61,
16190x2f, 0x53, 0x79, 0x64, 0x6e, 0x65, 0x79, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69,
16200x61, 0x2f, 0x43, 0x61, 0x6e, 0x62, 0x65, 0x72, 0x72, 0x61, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72,
16210x61, 0x6c, 0x69, 0x61, 0x2f, 0x43, 0x75, 0x72, 0x72, 0x69, 0x65, 0x0, 0x41, 0x75, 0x73, 0x74,
16220x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x62, 0x61, 0x72, 0x74, 0x0, 0x41, 0x75, 0x73,
16230x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4c, 0x48, 0x49, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72,
16240x61, 0x6c, 0x69, 0x61, 0x2f, 0x4c, 0x6f, 0x72, 0x64, 0x5f, 0x48, 0x6f, 0x77, 0x65, 0x0, 0x41,
16250x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4e, 0x6f, 0x72, 0x74, 0x68, 0x0, 0x41,
16260x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x44, 0x61, 0x72, 0x77, 0x69, 0x6e, 0x0,
16270x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4e, 0x53, 0x57, 0x0, 0x41, 0x75,
16280x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x51, 0x75, 0x65, 0x65, 0x6e, 0x73, 0x6c, 0x61,
16290x6e, 0x64, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x42, 0x72, 0x69,
16300x73, 0x62, 0x61, 0x6e, 0x65, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f,
16310x53, 0x6f, 0x75, 0x74, 0x68, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f,
16320x41, 0x64, 0x65, 0x6c, 0x61, 0x69, 0x64, 0x65, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c,
16330x69, 0x61, 0x2f, 0x54, 0x61, 0x73, 0x6d, 0x61, 0x6e, 0x69, 0x61, 0x0, 0x41, 0x75, 0x73, 0x74,
16340x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x56, 0x69, 0x63, 0x74, 0x6f, 0x72, 0x69, 0x61, 0x0, 0x41,
16350x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x4d, 0x65, 0x6c, 0x62, 0x6f, 0x75, 0x72,
16360x6e, 0x65, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x57, 0x65, 0x73,
16370x74, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x50, 0x65, 0x72, 0x74,
16380x68, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61, 0x2f, 0x59, 0x61, 0x6e, 0x63,
16390x6f, 0x77, 0x69, 0x6e, 0x6e, 0x61, 0x0, 0x41, 0x75, 0x73, 0x74, 0x72, 0x61, 0x6c, 0x69, 0x61,
16400x2f, 0x42, 0x72, 0x6f, 0x6b, 0x65, 0x6e, 0x5f, 0x48, 0x69, 0x6c, 0x6c, 0x0, 0x42, 0x72, 0x61,
16410x7a, 0x69, 0x6c, 0x2f, 0x41, 0x63, 0x72, 0x65, 0x0, 0x42, 0x72, 0x61, 0x7a, 0x69, 0x6c, 0x2f,
16420x44, 0x65, 0x4e, 0x6f, 0x72, 0x6f, 0x6e, 0x68, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63,
16430x61, 0x2f, 0x4e, 0x6f, 0x72, 0x6f, 0x6e, 0x68, 0x61, 0x0, 0x42, 0x72, 0x61, 0x7a, 0x69, 0x6c,
16440x2f, 0x45, 0x61, 0x73, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61,
16450x6f, 0x5f, 0x50, 0x61, 0x75, 0x6c, 0x6f, 0x0, 0x42, 0x72, 0x61, 0x7a, 0x69, 0x6c, 0x2f, 0x57,
16460x65, 0x73, 0x74, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4d, 0x61, 0x6e, 0x61,
16470x75, 0x73, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74,
16480x69, 0x63, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x6c, 0x69, 0x66,
16490x61, 0x78, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f, 0x43, 0x65, 0x6e, 0x74, 0x72, 0x61,
16500x6c, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f, 0x45, 0x61, 0x73, 0x74, 0x2d, 0x53, 0x61,
16510x73, 0x6b, 0x61, 0x74, 0x63, 0x68, 0x65, 0x77, 0x61, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
16520x63, 0x61, 0x2f, 0x52, 0x65, 0x67, 0x69, 0x6e, 0x61, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61,
16530x2f, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f,
16540x4d, 0x6f, 0x75, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f,
16550x4e, 0x65, 0x77, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0x6c, 0x61, 0x6e, 0x64, 0x0, 0x41, 0x6d, 0x65,
16560x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x74, 0x5f, 0x4a, 0x6f, 0x68, 0x6e, 0x73, 0x0, 0x43, 0x61,
16570x6e, 0x61, 0x64, 0x61, 0x2f, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x0, 0x41, 0x6d, 0x65,
16580x72, 0x69, 0x63, 0x61, 0x2f, 0x56, 0x61, 0x6e, 0x63, 0x6f, 0x75, 0x76, 0x65, 0x72, 0x0, 0x43,
16590x61, 0x6e, 0x61, 0x64, 0x61, 0x2f, 0x53, 0x61, 0x73, 0x6b, 0x61, 0x74, 0x63, 0x68, 0x65, 0x77,
16600x61, 0x6e, 0x0, 0x43, 0x61, 0x6e, 0x61, 0x64, 0x61, 0x2f, 0x59, 0x75, 0x6b, 0x6f, 0x6e, 0x0,
16610x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x57, 0x68, 0x69, 0x74, 0x65, 0x68, 0x6f, 0x72,
16620x73, 0x65, 0x0, 0x43, 0x68, 0x69, 0x6c, 0x65, 0x2f, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x65,
16630x6e, 0x74, 0x61, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x53, 0x61, 0x6e,
16640x74, 0x69, 0x61, 0x67, 0x6f, 0x0, 0x43, 0x68, 0x69, 0x6c, 0x65, 0x2f, 0x45, 0x61, 0x73, 0x74,
16650x65, 0x72, 0x49, 0x73, 0x6c, 0x61, 0x6e, 0x64, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63,
16660x2f, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x0, 0x43, 0x75, 0x62, 0x61, 0x0, 0x41, 0x6d, 0x65,
16670x72, 0x69, 0x63, 0x61, 0x2f, 0x48, 0x61, 0x76, 0x61, 0x6e, 0x61, 0x0, 0x45, 0x67, 0x79, 0x70,
16680x74, 0x0, 0x41, 0x66, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x61, 0x69, 0x72, 0x6f, 0x0, 0x45,
16690x69, 0x72, 0x65, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x44, 0x75, 0x62, 0x6c, 0x69,
16700x6e, 0x0, 0x45, 0x53, 0x54, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x35, 0x0,
16710x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x30, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d,
16720x54, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2d, 0x30, 0x0, 0x45, 0x74, 0x63, 0x2f,
16730x47, 0x4d, 0x54, 0x30, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x72, 0x65, 0x65, 0x6e, 0x77, 0x69,
16740x63, 0x68, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x55, 0x43, 0x54, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x55,
16750x54, 0x43, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x55, 0x6e, 0x69, 0x76, 0x65, 0x72, 0x73, 0x61, 0x6c,
16760x0, 0x45, 0x74, 0x63, 0x2f, 0x5a, 0x75, 0x6c, 0x75, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65,
16770x2f, 0x42, 0x65, 0x6c, 0x66, 0x61, 0x73, 0x74, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f,
16780x4c, 0x6f, 0x6e, 0x64, 0x6f, 0x6e, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4b, 0x69,
16790x65, 0x76, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4b, 0x79, 0x69, 0x76, 0x0, 0x45,
16800x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4e, 0x69, 0x63, 0x6f, 0x73, 0x69, 0x61, 0x0, 0x41, 0x73,
16810x69, 0x61, 0x2f, 0x4e, 0x69, 0x63, 0x6f, 0x73, 0x69, 0x61, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
16820x65, 0x2f, 0x54, 0x69, 0x72, 0x61, 0x73, 0x70, 0x6f, 0x6c, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
16830x65, 0x2f, 0x43, 0x68, 0x69, 0x73, 0x69, 0x6e, 0x61, 0x75, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
16840x65, 0x2f, 0x55, 0x7a, 0x68, 0x67, 0x6f, 0x72, 0x6f, 0x64, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70,
16850x65, 0x2f, 0x5a, 0x61, 0x70, 0x6f, 0x72, 0x6f, 0x7a, 0x68, 0x79, 0x65, 0x0, 0x47, 0x42, 0x0,
16860x47, 0x42, 0x2d, 0x45, 0x69, 0x72, 0x65, 0x0, 0x47, 0x4d, 0x54, 0x0, 0x47, 0x4d, 0x54, 0x2b,
16870x30, 0x0, 0x47, 0x4d, 0x54, 0x2d, 0x30, 0x0, 0x47, 0x4d, 0x54, 0x30, 0x0, 0x47, 0x72, 0x65,
16880x65, 0x6e, 0x77, 0x69, 0x63, 0x68, 0x0, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x0,
16890x41, 0x73, 0x69, 0x61, 0x2f, 0x48, 0x6f, 0x6e, 0x67, 0x5f, 0x4b, 0x6f, 0x6e, 0x67, 0x0, 0x48,
16900x53, 0x54, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x31, 0x30, 0x0, 0x49, 0x63,
16910x65, 0x6c, 0x61, 0x6e, 0x64, 0x0, 0x41, 0x74, 0x6c, 0x61, 0x6e, 0x74, 0x69, 0x63, 0x2f, 0x52,
16920x65, 0x79, 0x6b, 0x6a, 0x61, 0x76, 0x69, 0x6b, 0x0, 0x49, 0x72, 0x61, 0x6e, 0x0, 0x41, 0x73,
16930x69, 0x61, 0x2f, 0x54, 0x65, 0x68, 0x72, 0x61, 0x6e, 0x0, 0x49, 0x73, 0x72, 0x61, 0x65, 0x6c,
16940x0, 0x4a, 0x61, 0x6d, 0x61, 0x69, 0x63, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61,
16950x2f, 0x4a, 0x61, 0x6d, 0x61, 0x69, 0x63, 0x61, 0x0, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x0, 0x41,
16960x73, 0x69, 0x61, 0x2f, 0x54, 0x6f, 0x6b, 0x79, 0x6f, 0x0, 0x4b, 0x77, 0x61, 0x6a, 0x61, 0x6c,
16970x65, 0x69, 0x6e, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4b, 0x77, 0x61, 0x6a,
16980x61, 0x6c, 0x65, 0x69, 0x6e, 0x0, 0x4c, 0x69, 0x62, 0x79, 0x61, 0x0, 0x41, 0x66, 0x72, 0x69,
16990x63, 0x61, 0x2f, 0x54, 0x72, 0x69, 0x70, 0x6f, 0x6c, 0x69, 0x0, 0x4d, 0x65, 0x78, 0x69, 0x63,
17000x6f, 0x2f, 0x42, 0x61, 0x6a, 0x61, 0x4e, 0x6f, 0x72, 0x74, 0x65, 0x0, 0x4d, 0x65, 0x78, 0x69,
17010x63, 0x6f, 0x2f, 0x42, 0x61, 0x6a, 0x61, 0x53, 0x75, 0x72, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
17020x63, 0x61, 0x2f, 0x4d, 0x61, 0x7a, 0x61, 0x74, 0x6c, 0x61, 0x6e, 0x0, 0x4d, 0x65, 0x78, 0x69,
17030x63, 0x6f, 0x2f, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69,
17040x63, 0x61, 0x2f, 0x4d, 0x65, 0x78, 0x69, 0x63, 0x6f, 0x5f, 0x43, 0x69, 0x74, 0x79, 0x0, 0x4d,
17050x53, 0x54, 0x0, 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0x2b, 0x37, 0x0, 0x4e, 0x61, 0x76,
17060x61, 0x6a, 0x6f, 0x0, 0x4e, 0x5a, 0x0, 0x4e, 0x5a, 0x2d, 0x43, 0x48, 0x41, 0x54, 0x0, 0x50,
17070x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x43, 0x68, 0x61, 0x74, 0x68, 0x61, 0x6d, 0x0, 0x50,
17080x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x45, 0x6e, 0x64, 0x65, 0x72, 0x62, 0x75, 0x72, 0x79,
17090x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4b, 0x61, 0x6e, 0x74, 0x6f, 0x6e, 0x0,
17100x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x4a, 0x6f, 0x68, 0x6e, 0x73, 0x74, 0x6f, 0x6e,
17110x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x48, 0x6f, 0x6e, 0x6f, 0x6c, 0x75, 0x6c,
17120x75, 0x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x6f, 0x6e, 0x61, 0x70, 0x65,
17130x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x6f, 0x68, 0x6e, 0x70, 0x65, 0x69,
17140x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x53, 0x61, 0x6d, 0x6f, 0x61, 0x0, 0x50,
17150x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x50, 0x61, 0x67, 0x6f, 0x5f, 0x50, 0x61, 0x67, 0x6f,
17160x0, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x54, 0x72, 0x75, 0x6b, 0x0, 0x50, 0x61,
17170x63, 0x69, 0x66, 0x69, 0x63, 0x2f, 0x43, 0x68, 0x75, 0x75, 0x6b, 0x0, 0x50, 0x61, 0x63, 0x69,
17180x66, 0x69, 0x63, 0x2f, 0x59, 0x61, 0x70, 0x0, 0x50, 0x6f, 0x6c, 0x61, 0x6e, 0x64, 0x0, 0x45,
17190x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x57, 0x61, 0x72, 0x73, 0x61, 0x77, 0x0, 0x50, 0x6f, 0x72,
17200x74, 0x75, 0x67, 0x61, 0x6c, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4c, 0x69, 0x73,
17210x62, 0x6f, 0x6e, 0x0, 0x50, 0x52, 0x43, 0x0, 0x52, 0x4f, 0x43, 0x0, 0x41, 0x73, 0x69, 0x61,
17220x2f, 0x54, 0x61, 0x69, 0x70, 0x65, 0x69, 0x0, 0x52, 0x4f, 0x4b, 0x0, 0x41, 0x73, 0x69, 0x61,
17230x2f, 0x53, 0x65, 0x6f, 0x75, 0x6c, 0x0, 0x53, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x6f, 0x72, 0x65,
17240x0, 0x41, 0x73, 0x69, 0x61, 0x2f, 0x53, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x6f, 0x72, 0x65, 0x0,
17250x54, 0x75, 0x72, 0x6b, 0x65, 0x79, 0x0, 0x55, 0x43, 0x54, 0x0, 0x55, 0x6e, 0x69, 0x76, 0x65,
17260x72, 0x73, 0x61, 0x6c, 0x0, 0x55, 0x53, 0x2f, 0x41, 0x6c, 0x61, 0x73, 0x6b, 0x61, 0x0, 0x41,
17270x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x41, 0x6e, 0x63, 0x68, 0x6f, 0x72, 0x61, 0x67, 0x65,
17280x0, 0x55, 0x53, 0x2f, 0x41, 0x6c, 0x65, 0x75, 0x74, 0x69, 0x61, 0x6e, 0x0, 0x55, 0x53, 0x2f,
17290x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f,
17300x50, 0x68, 0x6f, 0x65, 0x6e, 0x69, 0x78, 0x0, 0x55, 0x53, 0x2f, 0x43, 0x65, 0x6e, 0x74, 0x72,
17310x61, 0x6c, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x43, 0x68, 0x69, 0x63, 0x61,
17320x67, 0x6f, 0x0, 0x55, 0x53, 0x2f, 0x45, 0x61, 0x73, 0x74, 0x2d, 0x49, 0x6e, 0x64, 0x69, 0x61,
17330x6e, 0x61, 0x0, 0x55, 0x53, 0x2f, 0x45, 0x61, 0x73, 0x74, 0x65, 0x72, 0x6e, 0x0, 0x41, 0x6d,
17340x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4e, 0x65, 0x77, 0x5f, 0x59, 0x6f, 0x72, 0x6b, 0x0, 0x55,
17350x53, 0x2f, 0x48, 0x61, 0x77, 0x61, 0x69, 0x69, 0x0, 0x55, 0x53, 0x2f, 0x49, 0x6e, 0x64, 0x69,
17360x61, 0x6e, 0x61, 0x2d, 0x53, 0x74, 0x61, 0x72, 0x6b, 0x65, 0x0, 0x55, 0x53, 0x2f, 0x4d, 0x69,
17370x63, 0x68, 0x69, 0x67, 0x61, 0x6e, 0x0, 0x41, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x44,
17380x65, 0x74, 0x72, 0x6f, 0x69, 0x74, 0x0, 0x55, 0x53, 0x2f, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x61,
17390x69, 0x6e, 0x0, 0x55, 0x53, 0x2f, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x0, 0x41, 0x6d,
17400x65, 0x72, 0x69, 0x63, 0x61, 0x2f, 0x4c, 0x6f, 0x73, 0x5f, 0x41, 0x6e, 0x67, 0x65, 0x6c, 0x65,
17410x73, 0x0, 0x55, 0x53, 0x2f, 0x50, 0x61, 0x63, 0x69, 0x66, 0x69, 0x63, 0x2d, 0x4e, 0x65, 0x77,
17420x0, 0x55, 0x53, 0x2f, 0x53, 0x61, 0x6d, 0x6f, 0x61, 0x0, 0x55, 0x54, 0x43, 0x0, 0x57, 0x2d,
17430x53, 0x55, 0x0, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x2f, 0x4d, 0x6f, 0x73, 0x63, 0x6f, 0x77,
17440x0, 0x5a, 0x75, 0x6c, 0x75, 0x0
1745};
1746// GENERATED PART ENDS HERE
1747
1748QT_WARNING_POP // QTBUG-128930
1749
1750constexpr QByteArrayView AliasData::aliasId() const { return aliasIdData + aliasIdIndex; }
1751constexpr QByteArrayView AliasData::ianaId() const { return aliasIdData + ianaIdIndex; }
1752constexpr QByteArrayView WindowsData::windowsId() const { return windowsIdData + windowsIdIndex; }
1753// Each of the following returns a space-joined sequence of IANA IDs:
1754constexpr QByteArrayView WindowsData::ianaId() const { return ianaIdData + ianaIdIndex; }
1755constexpr QByteArrayView UtcData::id() const { return ianaIdData + ianaIdIndex; }
1756constexpr QLatin1StringView ZoneData::id() const
1757{ return QLatin1StringView(ianaIdData + ianaIdIndex); }
1758
1759} // namespace QtTimeZoneCldr
1760
1761QT_END_NAMESPACE
1762
1763#endif // QTIMEZONEPRIVATE_DATA_P_H
1764

source code of qtbase/src/corelib/time/qtimezoneprivate_data_p.h