xref: /aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/IdToPath.java (revision 912701f9769bb47905792267661f0baf2b85bed5)
1 package org.unicode.cldr.tool;
2 
3 import java.util.HashMap;
4 
5 /** Autogenerated by GenerateXMB for use by ConvertXTB. Do not manually edit this file. */
6 public class IdToPath {
7     static final HashMap<String, String> map = new HashMap<>();
8 
getPath(String id)9     public static String getPath(String id) {
10         return map.get(id);
11     }
12 
13     static {
14         String[][] data = {
15             {"8185172660664561036", "//ldml/characters/ellipsis[@type=\"final\"]", "{0}…"},
16             {"4862514304103369633", "//ldml/characters/ellipsis[@type=\"initial\"]", "…{0}"},
17             {"6271151634807937467", "//ldml/characters/ellipsis[@type=\"medial\"]", "{0}…{1}"},
18             {"933827032928213208", "//ldml/characters/ellipsis[@type=\"word-final\"]", "{0} …"},
19             {"1869068311908289204", "//ldml/characters/ellipsis[@type=\"word-initial\"]", "… {0}"},
20             {
21                 "5355674984773872977",
22                 "//ldml/characters/ellipsis[@type=\"word-medial\"]",
23                 "{0} … {1}"
24             },
25             {
26                 "9140199787568256493",
27                 "//ldml/characters/exemplarCharacters",
28                 "[a b c d e f g h i j k l m n o p q r s t u v w x y z]"
29             },
30             {
31                 "2811347674030337850",
32                 "//ldml/characters/exemplarCharacters[@type=\"auxiliary\"]",
33                 "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ]"
34             },
35             {
36                 "7205786997640825427",
37                 "//ldml/characters/exemplarCharacters[@type=\"index\"]",
38                 "[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"
39             },
40             {
41                 "7852382081805980792",
42                 "//ldml/characters/exemplarCharacters[@type=\"punctuation\"]",
43                 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \" “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ ″]"
44             },
45             {"421611067904725230", "//ldml/characters/moreInformation", "?"},
46             {
47                 "6210350382081827617",
48                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateFormats/dateFormatLength[@type=\"full\"]/dateFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
49                 "EEEE, MMMM d, y"
50             },
51             {
52                 "6732504890397537339",
53                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateFormats/dateFormatLength[@type=\"long\"]/dateFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
54                 "MMMM d, y"
55             },
56             {
57                 "1447427380805567966",
58                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateFormats/dateFormatLength[@type=\"medium\"]/dateFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
59                 "MMM d, y"
60             },
61             {
62                 "6330584233113555553",
63                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateFormats/dateFormatLength[@type=\"short\"]/dateFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
64                 "M/d/yy"
65             },
66             {
67                 "5913090267940338125",
68                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"EHm\"]",
69                 "E HH:mm"
70             },
71             {
72                 "8518492767207758743",
73                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"EHms\"]",
74                 "E HH:mm:ss"
75             },
76             {
77                 "8536199760610249826",
78                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Ed\"]",
79                 "d E"
80             },
81             {
82                 "8158644661629993725",
83                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Ehm\"]",
84                 "E h:mm a"
85             },
86             {
87                 "8081644201950764758",
88                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Ehms\"]",
89                 "E h:mm:ss a"
90             },
91             {
92                 "6005507362218957195",
93                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Gy\"]",
94                 "y G"
95             },
96             {
97                 "4037231058513667058",
98                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"GyMMM\"]",
99                 "MMM y G"
100             },
101             {
102                 "6032556529112271243",
103                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"GyMMMEd\"]",
104                 "E, MMM d, y G"
105             },
106             {
107                 "4515458213904834784",
108                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"GyMMMd\"]",
109                 "MMM d, y G"
110             },
111             {
112                 "4001057923010278347",
113                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"H\"]",
114                 "HH"
115             },
116             {
117                 "4151110772708638059",
118                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Hm\"]",
119                 "HH:mm"
120             },
121             {
122                 "2854320925378519795",
123                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Hms\"]",
124                 "HH:mm:ss"
125             },
126             {
127                 "673793593956275759",
128                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"M\"]",
129                 "L"
130             },
131             {
132                 "3247726803356129266",
133                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"MEd\"]",
134                 "E, M/d"
135             },
136             {
137                 "1013768162887057512",
138                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"MMM\"]",
139                 "LLL"
140             },
141             {
142                 "9186177300426181649",
143                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"MMMEd\"]",
144                 "E, MMM d"
145             },
146             {
147                 "221321083177551305",
148                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"MMMd\"]",
149                 "MMM d"
150             },
151             {
152                 "6538040223709988217",
153                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"Md\"]",
154                 "M/d"
155             },
156             {
157                 "8557845258546098365",
158                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"d\"]",
159                 "d"
160             },
161             {
162                 "8679350314963209201",
163                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"h\"]",
164                 "h a"
165             },
166             {
167                 "4773242185769283699",
168                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"hm\"]",
169                 "h:mm a"
170             },
171             {
172                 "7843817634035465858",
173                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"hms\"]",
174                 "h:mm:ss a"
175             },
176             {
177                 "459920444600419621",
178                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"ms\"]",
179                 "mm:ss"
180             },
181             {
182                 "1904668687439282446",
183                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"y\"]",
184                 "y"
185             },
186             {
187                 "1954174190818570532",
188                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yM\"]",
189                 "M/y"
190             },
191             {
192                 "7592896315352840199",
193                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yMEd\"]",
194                 "E, M/d/y"
195             },
196             {
197                 "8064333019529688760",
198                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yMMM\"]",
199                 "MMM y"
200             },
201             {
202                 "9179429504910909742",
203                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yMMMEd\"]",
204                 "E, MMM d, y"
205             },
206             {
207                 "5987369100060187529",
208                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yMMMd\"]",
209                 "MMM d, y"
210             },
211             {
212                 "5400248832742034911",
213                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yMd\"]",
214                 "M/d/y"
215             },
216             {
217                 "6001295352976118387",
218                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yQQQ\"]",
219                 "QQQ y"
220             },
221             {
222                 "4292396456933607390",
223                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/availableFormats/dateFormatItem[@id=\"yQQQQ\"]",
224                 "QQQQ y"
225             },
226             {
227                 "345353161840063720",
228                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/dateTimeFormatLength[@type=\"full\"]/dateTimeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
229                 "{1} 'at' {0}"
230             },
231             {
232                 "81519248169835085",
233                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/dateTimeFormatLength[@type=\"long\"]/dateTimeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
234                 "{1} 'at' {0}"
235             },
236             {
237                 "8806325220916789543",
238                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/dateTimeFormatLength[@type=\"medium\"]/dateTimeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
239                 "{1}, {0}"
240             },
241             {
242                 "1243485341831938657",
243                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/dateTimeFormatLength[@type=\"short\"]/dateTimeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
244                 "{1}, {0}"
245             },
246             {
247                 "7941881824230976478",
248                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatFallback",
249                 "{0} – {1}"
250             },
251             {
252                 "8226759644531048511",
253                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"H\"]/greatestDifference[@id=\"H\"]",
254                 "HH – HH"
255             },
256             {
257                 "5523312428350772189",
258                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Hm\"]/greatestDifference[@id=\"H\"]",
259                 "HH:mm – HH:mm"
260             },
261             {
262                 "6905520558889120030",
263                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Hm\"]/greatestDifference[@id=\"m\"]",
264                 "HH:mm – HH:mm"
265             },
266             {
267                 "4534830485308994256",
268                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Hmv\"]/greatestDifference[@id=\"H\"]",
269                 "HH:mm – HH:mm v"
270             },
271             {
272                 "4164370099861076374",
273                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Hmv\"]/greatestDifference[@id=\"m\"]",
274                 "HH:mm – HH:mm v"
275             },
276             {
277                 "7257953848295141003",
278                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Hv\"]/greatestDifference[@id=\"H\"]",
279                 "HH – HH v"
280             },
281             {
282                 "6729053935477713243",
283                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"M\"]/greatestDifference[@id=\"M\"]",
284                 "M – M"
285             },
286             {
287                 "7526182999354469817",
288                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MEd\"]/greatestDifference[@id=\"M\"]",
289                 "E, M/d – E, M/d"
290             },
291             {
292                 "1731720509380344511",
293                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MEd\"]/greatestDifference[@id=\"d\"]",
294                 "E, M/d – E, M/d"
295             },
296             {
297                 "2778619793343455572",
298                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MMM\"]/greatestDifference[@id=\"M\"]",
299                 "MMM – MMM"
300             },
301             {
302                 "47497705236295273",
303                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MMMEd\"]/greatestDifference[@id=\"M\"]",
304                 "E, MMM d – E, MMM d"
305             },
306             {
307                 "7035773951901417047",
308                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MMMEd\"]/greatestDifference[@id=\"d\"]",
309                 "E, MMM d – E, MMM d"
310             },
311             {
312                 "1873849101000351808",
313                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MMMd\"]/greatestDifference[@id=\"M\"]",
314                 "MMM d – MMM d"
315             },
316             {
317                 "3077085102806850482",
318                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"MMMd\"]/greatestDifference[@id=\"d\"]",
319                 "MMM d – d"
320             },
321             {
322                 "5746913512507971763",
323                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Md\"]/greatestDifference[@id=\"M\"]",
324                 "M/d – M/d"
325             },
326             {
327                 "331592232836796987",
328                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"Md\"]/greatestDifference[@id=\"d\"]",
329                 "M/d – M/d"
330             },
331             {
332                 "2538393037643417038",
333                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"d\"]/greatestDifference[@id=\"d\"]",
334                 "d – d"
335             },
336             {
337                 "5721456602226051372",
338                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"h\"]/greatestDifference[@id=\"a\"]",
339                 "h a – h a"
340             },
341             {
342                 "9185519074943851240",
343                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"h\"]/greatestDifference[@id=\"h\"]",
344                 "h – h a"
345             },
346             {
347                 "8497942894859464681",
348                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hm\"]/greatestDifference[@id=\"a\"]",
349                 "h:mm a – h:mm a"
350             },
351             {
352                 "9105164770007123739",
353                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hm\"]/greatestDifference[@id=\"h\"]",
354                 "h:mm – h:mm a"
355             },
356             {
357                 "5784417778574165775",
358                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hm\"]/greatestDifference[@id=\"m\"]",
359                 "h:mm – h:mm a"
360             },
361             {
362                 "7870133274672603237",
363                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hmv\"]/greatestDifference[@id=\"a\"]",
364                 "h:mm a – h:mm a v"
365             },
366             {
367                 "7690751392052311723",
368                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hmv\"]/greatestDifference[@id=\"h\"]",
369                 "h:mm – h:mm a v"
370             },
371             {
372                 "7836477155486787849",
373                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hmv\"]/greatestDifference[@id=\"m\"]",
374                 "h:mm – h:mm a v"
375             },
376             {
377                 "5586095693337638425",
378                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hv\"]/greatestDifference[@id=\"a\"]",
379                 "h a – h a v"
380             },
381             {
382                 "3954107021645421790",
383                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"hv\"]/greatestDifference[@id=\"h\"]",
384                 "h – h a v"
385             },
386             {
387                 "7220378199266486682",
388                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"y\"]/greatestDifference[@id=\"y\"]",
389                 "y – y"
390             },
391             {
392                 "4354713533892381025",
393                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yM\"]/greatestDifference[@id=\"M\"]",
394                 "M/y – M/y"
395             },
396             {
397                 "8816954728402339852",
398                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yM\"]/greatestDifference[@id=\"y\"]",
399                 "M/y – M/y"
400             },
401             {
402                 "9113253010456902905",
403                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMEd\"]/greatestDifference[@id=\"M\"]",
404                 "E, M/d/y – E, M/d/y"
405             },
406             {
407                 "1529612823641510100",
408                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMEd\"]/greatestDifference[@id=\"d\"]",
409                 "E, M/d/y – E, M/d/y"
410             },
411             {
412                 "2680532718867290860",
413                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMEd\"]/greatestDifference[@id=\"y\"]",
414                 "E, M/d/y – E, M/d/y"
415             },
416             {
417                 "8081573986808154265",
418                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMM\"]/greatestDifference[@id=\"M\"]",
419                 "MMM – MMM y"
420             },
421             {
422                 "7773930594487085669",
423                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMM\"]/greatestDifference[@id=\"y\"]",
424                 "MMM y – MMM y"
425             },
426             {
427                 "7445846284654719633",
428                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMEd\"]/greatestDifference[@id=\"M\"]",
429                 "E, MMM d – E, MMM d, y"
430             },
431             {
432                 "2112232047631083817",
433                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMEd\"]/greatestDifference[@id=\"d\"]",
434                 "E, MMM d – E, MMM d, y"
435             },
436             {
437                 "4996741801728575456",
438                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMEd\"]/greatestDifference[@id=\"y\"]",
439                 "E, MMM d, y – E, MMM d, y"
440             },
441             {
442                 "4606568472491930595",
443                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMM\"]/greatestDifference[@id=\"M\"]",
444                 "MMMM – MMMM y"
445             },
446             {
447                 "8112095349409889996",
448                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMM\"]/greatestDifference[@id=\"y\"]",
449                 "MMMM y – MMMM y"
450             },
451             {
452                 "2500495364967980029",
453                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMd\"]/greatestDifference[@id=\"M\"]",
454                 "MMM d – MMM d, y"
455             },
456             {
457                 "6213874575169439582",
458                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMd\"]/greatestDifference[@id=\"d\"]",
459                 "MMM d – d, y"
460             },
461             {
462                 "4945007882860935911",
463                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMMMd\"]/greatestDifference[@id=\"y\"]",
464                 "MMM d, y – MMM d, y"
465             },
466             {
467                 "1210189487135051538",
468                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMd\"]/greatestDifference[@id=\"M\"]",
469                 "M/d/y – M/d/y"
470             },
471             {
472                 "1817001914956791735",
473                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMd\"]/greatestDifference[@id=\"d\"]",
474                 "M/d/y – M/d/y"
475             },
476             {
477                 "3915884768505328084",
478                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dateTimeFormats/intervalFormats/intervalFormatItem[@id=\"yMd\"]/greatestDifference[@id=\"y\"]",
479                 "M/d/y – M/d/y"
480             },
481             {
482                 "6660041643079783390",
483                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dayPeriods/dayPeriodContext[@type=\"format\"]/dayPeriodWidth[@type=\"wide\"]/dayPeriod[@type=\"am\"]",
484                 "AM"
485             },
486             {
487                 "8270848922064685929",
488                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/dayPeriods/dayPeriodContext[@type=\"format\"]/dayPeriodWidth[@type=\"wide\"]/dayPeriod[@type=\"pm\"]",
489                 "PM"
490             },
491             {
492                 "4323731632769979923",
493                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"fri\"]",
494                 "Fri"
495             },
496             {
497                 "9173969453281594256",
498                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"mon\"]",
499                 "Mon"
500             },
501             {
502                 "7396612695440105407",
503                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"sat\"]",
504                 "Sat"
505             },
506             {
507                 "1241396413330328545",
508                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"sun\"]",
509                 "Sun"
510             },
511             {
512                 "2448307229176693993",
513                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"thu\"]",
514                 "Thu"
515             },
516             {
517                 "5631257003118995070",
518                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"tue\"]",
519                 "Tue"
520             },
521             {
522                 "1094983510417105355",
523                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"wed\"]",
524                 "Wed"
525             },
526             {
527                 "227164511518355351",
528                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"fri\"]",
529                 "F"
530             },
531             {
532                 "8416607013939292620",
533                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"mon\"]",
534                 "M"
535             },
536             {
537                 "5966199683452716003",
538                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"sat\"]",
539                 "S"
540             },
541             {
542                 "8592007897989642560",
543                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"sun\"]",
544                 "S"
545             },
546             {
547                 "8619801443728124416",
548                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"thu\"]",
549                 "T"
550             },
551             {
552                 "2540910838191043730",
553                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"tue\"]",
554                 "T"
555             },
556             {
557                 "5382895611694335590",
558                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"narrow\"]/day[@type=\"wed\"]",
559                 "W"
560             },
561             {
562                 "6929534434425173435",
563                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"fri\"]",
564                 "Fr"
565             },
566             {
567                 "1235483398775259783",
568                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"mon\"]",
569                 "Mo"
570             },
571             {
572                 "4348112942584315800",
573                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"sat\"]",
574                 "Sa"
575             },
576             {
577                 "4242123171209617524",
578                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"sun\"]",
579                 "Su"
580             },
581             {
582                 "4964518504551333683",
583                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"thu\"]",
584                 "Th"
585             },
586             {
587                 "1203305392250166604",
588                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"tue\"]",
589                 "Tu"
590             },
591             {
592                 "2228581123592988903",
593                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"short\"]/day[@type=\"wed\"]",
594                 "We"
595             },
596             {
597                 "7322877090602110667",
598                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"fri\"]",
599                 "Friday"
600             },
601             {
602                 "1074937514802248285",
603                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"mon\"]",
604                 "Monday"
605             },
606             {
607                 "2224042677012771307",
608                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"sat\"]",
609                 "Saturday"
610             },
611             {
612                 "1003638523248650765",
613                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"sun\"]",
614                 "Sunday"
615             },
616             {
617                 "2318426871423143544",
618                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"thu\"]",
619                 "Thursday"
620             },
621             {
622                 "1378868843214487685",
623                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"tue\"]",
624                 "Tuesday"
625             },
626             {
627                 "4925819845638053190",
628                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"format\"]/dayWidth[@type=\"wide\"]/day[@type=\"wed\"]",
629                 "Wednesday"
630             },
631             {
632                 "633855164308911404",
633                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"fri\"]",
634                 "Fri"
635             },
636             {
637                 "3001798955666911307",
638                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"mon\"]",
639                 "Mon"
640             },
641             {
642                 "8907789919638281240",
643                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"sat\"]",
644                 "Sat"
645             },
646             {
647                 "3481114200164740239",
648                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"sun\"]",
649                 "Sun"
650             },
651             {
652                 "6230475782102517041",
653                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"thu\"]",
654                 "Thu"
655             },
656             {
657                 "3464439955371622109",
658                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"tue\"]",
659                 "Tue"
660             },
661             {
662                 "6028999136724172846",
663                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"abbreviated\"]/day[@type=\"wed\"]",
664                 "Wed"
665             },
666             {
667                 "4784287947386738350",
668                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"fri\"]",
669                 "F"
670             },
671             {
672                 "2009642286556900698",
673                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"mon\"]",
674                 "M"
675             },
676             {
677                 "5727683204865779047",
678                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"sat\"]",
679                 "S"
680             },
681             {
682                 "1410093559614837936",
683                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"sun\"]",
684                 "S"
685             },
686             {
687                 "249147760402355374",
688                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"thu\"]",
689                 "T"
690             },
691             {
692                 "7407945955526461892",
693                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"tue\"]",
694                 "T"
695             },
696             {
697                 "9006085014758260772",
698                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"narrow\"]/day[@type=\"wed\"]",
699                 "W"
700             },
701             {
702                 "781331672224339347",
703                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"fri\"]",
704                 "Fr"
705             },
706             {
707                 "2090360245373261702",
708                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"mon\"]",
709                 "Mo"
710             },
711             {
712                 "3619681541944602537",
713                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"sat\"]",
714                 "Sa"
715             },
716             {
717                 "8793940429083260182",
718                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"sun\"]",
719                 "Su"
720             },
721             {
722                 "5589325877770721452",
723                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"thu\"]",
724                 "Th"
725             },
726             {
727                 "8457467298690892665",
728                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"tue\"]",
729                 "Tu"
730             },
731             {
732                 "854181883914322461",
733                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"short\"]/day[@type=\"wed\"]",
734                 "We"
735             },
736             {
737                 "7275569838261636556",
738                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"fri\"]",
739                 "Friday"
740             },
741             {
742                 "8211187374889392640",
743                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"mon\"]",
744                 "Monday"
745             },
746             {
747                 "7509261771607371652",
748                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"sat\"]",
749                 "Saturday"
750             },
751             {
752                 "4850626952996757393",
753                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"sun\"]",
754                 "Sunday"
755             },
756             {
757                 "5383078737573114510",
758                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"thu\"]",
759                 "Thursday"
760             },
761             {
762                 "4067705627797646016",
763                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"tue\"]",
764                 "Tuesday"
765             },
766             {
767                 "3697195808036687054",
768                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\"stand-alone\"]/dayWidth[@type=\"wide\"]/day[@type=\"wed\"]",
769                 "Wednesday"
770             },
771             {
772                 "3624517886639893827",
773                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/eras/eraAbbr/era[@type=\"0\"]",
774                 "BC"
775             },
776             {
777                 "1080356083010137890",
778                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/eras/eraAbbr/era[@type=\"0\"][@alt=\"variant\"]",
779                 "BCE"
780             },
781             {
782                 "9013899870063280835",
783                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/eras/eraAbbr/era[@type=\"1\"]",
784                 "AD"
785             },
786             {
787                 "9076884836082317404",
788                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/eras/eraAbbr/era[@type=\"1\"][@alt=\"variant\"]",
789                 "CE"
790             },
791             {
792                 "3894524108174667909",
793                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"1\"]",
794                 "Jan"
795             },
796             {
797                 "413954884757337879",
798                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"10\"]",
799                 "Oct"
800             },
801             {
802                 "3129220561028262701",
803                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"11\"]",
804                 "Nov"
805             },
806             {
807                 "3419692350264812675",
808                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"12\"]",
809                 "Dec"
810             },
811             {
812                 "1711641907438029654",
813                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"2\"]",
814                 "Feb"
815             },
816             {
817                 "913597746329806852",
818                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"3\"]",
819                 "Mar"
820             },
821             {
822                 "1311804840083880551",
823                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"4\"]",
824                 "Apr"
825             },
826             {
827                 "2663939439752977660",
828                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"5\"]",
829                 "May"
830             },
831             {
832                 "4429942512089107898",
833                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"6\"]",
834                 "Jun"
835             },
836             {
837                 "7116542364795120615",
838                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"7\"]",
839                 "Jul"
840             },
841             {
842                 "4374587101959736918",
843                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"8\"]",
844                 "Aug"
845             },
846             {
847                 "7839002170599481421",
848                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"9\"]",
849                 "Sep"
850             },
851             {
852                 "7114739633748762946",
853                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"1\"]",
854                 "J"
855             },
856             {
857                 "458773696822106756",
858                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"10\"]",
859                 "O"
860             },
861             {
862                 "8199659197023942782",
863                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"11\"]",
864                 "N"
865             },
866             {
867                 "805130295498321760",
868                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"12\"]",
869                 "D"
870             },
871             {
872                 "1679306290505858237",
873                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"2\"]",
874                 "F"
875             },
876             {
877                 "5813710400546304967",
878                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"3\"]",
879                 "M"
880             },
881             {
882                 "6590864996142932198",
883                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"4\"]",
884                 "A"
885             },
886             {
887                 "5213493090229662228",
888                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"5\"]",
889                 "M"
890             },
891             {
892                 "2585736629158058671",
893                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"6\"]",
894                 "J"
895             },
896             {
897                 "2404195332400138049",
898                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"7\"]",
899                 "J"
900             },
901             {
902                 "6114203077157047092",
903                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"8\"]",
904                 "A"
905             },
906             {
907                 "5292424539973109188",
908                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"narrow\"]/month[@type=\"9\"]",
909                 "S"
910             },
911             {
912                 "696434395932865643",
913                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"1\"]",
914                 "January"
915             },
916             {
917                 "5423943001471399329",
918                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"10\"]",
919                 "October"
920             },
921             {
922                 "4931106081867872666",
923                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"11\"]",
924                 "November"
925             },
926             {
927                 "7456752237970448227",
928                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"12\"]",
929                 "December"
930             },
931             {
932                 "356136287403055282",
933                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"2\"]",
934                 "February"
935             },
936             {
937                 "2052470906046334767",
938                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"3\"]",
939                 "March"
940             },
941             {
942                 "7117180748525306928",
943                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"4\"]",
944                 "April"
945             },
946             {
947                 "7973237662684623474",
948                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"5\"]",
949                 "May"
950             },
951             {
952                 "509055165199664344",
953                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"6\"]",
954                 "June"
955             },
956             {
957                 "1265161103942792479",
958                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"7\"]",
959                 "July"
960             },
961             {
962                 "3157212041297152472",
963                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"8\"]",
964                 "August"
965             },
966             {
967                 "3997426563303796958",
968                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"format\"]/monthWidth[@type=\"wide\"]/month[@type=\"9\"]",
969                 "September"
970             },
971             {
972                 "8420566603436326332",
973                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"1\"]",
974                 "Jan"
975             },
976             {
977                 "8875612056888339045",
978                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"10\"]",
979                 "Oct"
980             },
981             {
982                 "8734160282648386668",
983                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"11\"]",
984                 "Nov"
985             },
986             {
987                 "6528761791647570722",
988                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"12\"]",
989                 "Dec"
990             },
991             {
992                 "4173291599491227192",
993                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"2\"]",
994                 "Feb"
995             },
996             {
997                 "113183029428867854",
998                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"3\"]",
999                 "Mar"
1000             },
1001             {
1002                 "2394313971903713130",
1003                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"4\"]",
1004                 "Apr"
1005             },
1006             {
1007                 "3021441180751491732",
1008                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"5\"]",
1009                 "May"
1010             },
1011             {
1012                 "1706891023848259314",
1013                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"6\"]",
1014                 "Jun"
1015             },
1016             {
1017                 "1829041561446555499",
1018                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"7\"]",
1019                 "Jul"
1020             },
1021             {
1022                 "383831129447159107",
1023                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"8\"]",
1024                 "Aug"
1025             },
1026             {
1027                 "2017673535718269364",
1028                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"abbreviated\"]/month[@type=\"9\"]",
1029                 "Sep"
1030             },
1031             {
1032                 "3572016377477797842",
1033                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"1\"]",
1034                 "J"
1035             },
1036             {
1037                 "7872511152388726953",
1038                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"10\"]",
1039                 "O"
1040             },
1041             {
1042                 "4767970710646272619",
1043                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"11\"]",
1044                 "N"
1045             },
1046             {
1047                 "2254506793544258817",
1048                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"12\"]",
1049                 "D"
1050             },
1051             {
1052                 "4923128540036033747",
1053                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"2\"]",
1054                 "F"
1055             },
1056             {
1057                 "631024620905884517",
1058                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"3\"]",
1059                 "M"
1060             },
1061             {
1062                 "6728133245119286599",
1063                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"4\"]",
1064                 "A"
1065             },
1066             {
1067                 "7239114563888885792",
1068                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"5\"]",
1069                 "M"
1070             },
1071             {
1072                 "8038454509073518820",
1073                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"6\"]",
1074                 "J"
1075             },
1076             {
1077                 "1891351836419164110",
1078                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"7\"]",
1079                 "J"
1080             },
1081             {
1082                 "1636272508639714478",
1083                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"8\"]",
1084                 "A"
1085             },
1086             {
1087                 "1249692307402596148",
1088                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"narrow\"]/month[@type=\"9\"]",
1089                 "S"
1090             },
1091             {
1092                 "5188221724834790308",
1093                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"1\"]",
1094                 "January"
1095             },
1096             {
1097                 "1198176312245345803",
1098                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"10\"]",
1099                 "October"
1100             },
1101             {
1102                 "1944502188029361501",
1103                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"11\"]",
1104                 "November"
1105             },
1106             {
1107                 "8817050388043864727",
1108                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"12\"]",
1109                 "December"
1110             },
1111             {
1112                 "2130898245196023293",
1113                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"2\"]",
1114                 "February"
1115             },
1116             {
1117                 "377597532760315271",
1118                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"3\"]",
1119                 "March"
1120             },
1121             {
1122                 "4923291034890740983",
1123                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"4\"]",
1124                 "April"
1125             },
1126             {
1127                 "7246719175792622807",
1128                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"5\"]",
1129                 "May"
1130             },
1131             {
1132                 "2919525336170106223",
1133                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"6\"]",
1134                 "June"
1135             },
1136             {
1137                 "8260378898758166305",
1138                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"7\"]",
1139                 "July"
1140             },
1141             {
1142                 "4629188596381649583",
1143                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"8\"]",
1144                 "August"
1145             },
1146             {
1147                 "4909373607438124758",
1148                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/months/monthContext[@type=\"stand-alone\"]/monthWidth[@type=\"wide\"]/month[@type=\"9\"]",
1149                 "September"
1150             },
1151             {
1152                 "4327802528771719785",
1153                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"1\"]",
1154                 "Q1"
1155             },
1156             {
1157                 "6490014727993933435",
1158                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"2\"]",
1159                 "Q2"
1160             },
1161             {
1162                 "5851840389932004722",
1163                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"3\"]",
1164                 "Q3"
1165             },
1166             {
1167                 "1019734701153998355",
1168                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"4\"]",
1169                 "Q4"
1170             },
1171             {
1172                 "4543763711485115182",
1173                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"1\"]",
1174                 "1"
1175             },
1176             {
1177                 "4020674616638648390",
1178                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"2\"]",
1179                 "2"
1180             },
1181             {
1182                 "2474994572622223627",
1183                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"3\"]",
1184                 "3"
1185             },
1186             {
1187                 "9054322588493392672",
1188                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"4\"]",
1189                 "4"
1190             },
1191             {
1192                 "8613828630258959262",
1193                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"1\"]",
1194                 "1st quarter"
1195             },
1196             {
1197                 "3730565806778621232",
1198                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"2\"]",
1199                 "2nd quarter"
1200             },
1201             {
1202                 "5429470643612233731",
1203                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"3\"]",
1204                 "3rd quarter"
1205             },
1206             {
1207                 "4790373053747100380",
1208                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"format\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"4\"]",
1209                 "4th quarter"
1210             },
1211             {
1212                 "2706301276299071791",
1213                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"1\"]",
1214                 "Q1"
1215             },
1216             {
1217                 "6107934246971072098",
1218                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"2\"]",
1219                 "Q2"
1220             },
1221             {
1222                 "3846385103703842636",
1223                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"3\"]",
1224                 "Q3"
1225             },
1226             {
1227                 "6893613829187836893",
1228                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"abbreviated\"]/quarter[@type=\"4\"]",
1229                 "Q4"
1230             },
1231             {
1232                 "2338254014606021039",
1233                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"1\"]",
1234                 "1"
1235             },
1236             {
1237                 "4713895388103970600",
1238                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"2\"]",
1239                 "2"
1240             },
1241             {
1242                 "6532470615741151947",
1243                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"3\"]",
1244                 "3"
1245             },
1246             {
1247                 "5790177951450582964",
1248                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"narrow\"]/quarter[@type=\"4\"]",
1249                 "4"
1250             },
1251             {
1252                 "6087364258924283414",
1253                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"1\"]",
1254                 "1st quarter"
1255             },
1256             {
1257                 "601610738338241952",
1258                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"2\"]",
1259                 "2nd quarter"
1260             },
1261             {
1262                 "6667338810644747541",
1263                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"3\"]",
1264                 "3rd quarter"
1265             },
1266             {
1267                 "9208529130218025376",
1268                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/quarters/quarterContext[@type=\"stand-alone\"]/quarterWidth[@type=\"wide\"]/quarter[@type=\"4\"]",
1269                 "4th quarter"
1270             },
1271             {
1272                 "1984354342632094410",
1273                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/timeFormats/timeFormatLength[@type=\"full\"]/timeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
1274                 "h:mm:ss a zzzz"
1275             },
1276             {
1277                 "658881580176139998",
1278                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/timeFormats/timeFormatLength[@type=\"long\"]/timeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
1279                 "h:mm:ss a z"
1280             },
1281             {
1282                 "2115059814682151130",
1283                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/timeFormats/timeFormatLength[@type=\"medium\"]/timeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
1284                 "h:mm:ss a"
1285             },
1286             {
1287                 "2547615504367885280",
1288                 "//ldml/dates/calendars/calendar[@type=\"gregorian\"]/timeFormats/timeFormatLength[@type=\"short\"]/timeFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
1289                 "h:mm a"
1290             },
1291             {"4628537402888819570", "//ldml/dates/fields/field[@type=\"day\"]/displayName", "Day"},
1292             {
1293                 "4919672438226968320",
1294                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1295                 "In {0} days"
1296             },
1297             {
1298                 "3960225996045326058",
1299                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1300                 "In {0} days"
1301             },
1302             {
1303                 "4773980793872501435",
1304                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1305                 "In {0} day"
1306             },
1307             {
1308                 "1229777890680278679",
1309                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1310                 "In {0} days"
1311             },
1312             {
1313                 "2564162067147357324",
1314                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1315                 "{0} days ago"
1316             },
1317             {
1318                 "6307008224289108394",
1319                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1320                 "{0} days ago"
1321             },
1322             {
1323                 "3729691452725255212",
1324                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1325                 "{0} day ago"
1326             },
1327             {
1328                 "3770258743655403745",
1329                 "//ldml/dates/fields/field[@type=\"day\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1330                 "{0} days ago"
1331             },
1332             {
1333                 "6473950366269310126",
1334                 "//ldml/dates/fields/field[@type=\"day\"]/relative[@type=\"-1\"]",
1335                 "yesterday"
1336             },
1337             {
1338                 "9069830641106126988",
1339                 "//ldml/dates/fields/field[@type=\"day\"]/relative[@type=\"0\"]",
1340                 "today"
1341             },
1342             {
1343                 "575345086090258766",
1344                 "//ldml/dates/fields/field[@type=\"day\"]/relative[@type=\"1\"]",
1345                 "tomorrow"
1346             },
1347             {
1348                 "7723571986580779944",
1349                 "//ldml/dates/fields/field[@type=\"dayperiod\"]/displayName",
1350                 "AM/PM"
1351             },
1352             {"6126371036425425704", "//ldml/dates/fields/field[@type=\"era\"]/displayName", "Era"},
1353             {
1354                 "4080579393516094194",
1355                 "//ldml/dates/fields/field[@type=\"fri\"]/relative[@type=\"-1\"]",
1356                 "last Friday"
1357             },
1358             {
1359                 "6712554171875679676",
1360                 "//ldml/dates/fields/field[@type=\"fri\"]/relative[@type=\"0\"]",
1361                 "this Friday"
1362             },
1363             {
1364                 "1180482094860851749",
1365                 "//ldml/dates/fields/field[@type=\"fri\"]/relative[@type=\"1\"]",
1366                 "next Friday"
1367             },
1368             {
1369                 "2314561543588042256",
1370                 "//ldml/dates/fields/field[@type=\"hour\"]/displayName",
1371                 "Hour"
1372             },
1373             {
1374                 "1055716753000968821",
1375                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1376                 "In {0} hours"
1377             },
1378             {
1379                 "6759632314763126663",
1380                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1381                 "In {0} hours"
1382             },
1383             {
1384                 "7735315435052007911",
1385                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1386                 "In {0} hour"
1387             },
1388             {
1389                 "1913600963530990019",
1390                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1391                 "In {0} hours"
1392             },
1393             {
1394                 "5196684462734714508",
1395                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1396                 "{0} hours ago"
1397             },
1398             {
1399                 "5525990145184837131",
1400                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1401                 "{0} hours ago"
1402             },
1403             {
1404                 "8160505960242173549",
1405                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1406                 "{0} hour ago"
1407             },
1408             {
1409                 "752716869044905796",
1410                 "//ldml/dates/fields/field[@type=\"hour\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1411                 "{0} hours ago"
1412             },
1413             {
1414                 "1803170618262742133",
1415                 "//ldml/dates/fields/field[@type=\"minute\"]/displayName",
1416                 "Minute"
1417             },
1418             {
1419                 "916834037801121864",
1420                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1421                 "In {0} minutes"
1422             },
1423             {
1424                 "8638967499250842260",
1425                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1426                 "In {0} minutes"
1427             },
1428             {
1429                 "4283684423227522362",
1430                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1431                 "In {0} minute"
1432             },
1433             {
1434                 "1350808358867563153",
1435                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1436                 "In {0} minutes"
1437             },
1438             {
1439                 "4165904956254695019",
1440                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1441                 "{0} minutes ago"
1442             },
1443             {
1444                 "2213314084477773689",
1445                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1446                 "{0} minutes ago"
1447             },
1448             {
1449                 "3563585323856485293",
1450                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1451                 "{0} minute ago"
1452             },
1453             {
1454                 "3317649743337434953",
1455                 "//ldml/dates/fields/field[@type=\"minute\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1456                 "{0} minutes ago"
1457             },
1458             {
1459                 "6241305528081455643",
1460                 "//ldml/dates/fields/field[@type=\"mon\"]/relative[@type=\"-1\"]",
1461                 "last Monday"
1462             },
1463             {
1464                 "449827361127579738",
1465                 "//ldml/dates/fields/field[@type=\"mon\"]/relative[@type=\"0\"]",
1466                 "this Monday"
1467             },
1468             {
1469                 "8552820656793225426",
1470                 "//ldml/dates/fields/field[@type=\"mon\"]/relative[@type=\"1\"]",
1471                 "next Monday"
1472             },
1473             {
1474                 "2713376419448799341",
1475                 "//ldml/dates/fields/field[@type=\"month\"]/displayName",
1476                 "Month"
1477             },
1478             {
1479                 "7055023467291011295",
1480                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1481                 "In {0} months"
1482             },
1483             {
1484                 "6874922375601312024",
1485                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1486                 "In {0} months"
1487             },
1488             {
1489                 "2140158773893396366",
1490                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1491                 "In {0} month"
1492             },
1493             {
1494                 "8148799898514639013",
1495                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1496                 "In {0} months"
1497             },
1498             {
1499                 "4793863909823854813",
1500                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1501                 "{0} months ago"
1502             },
1503             {
1504                 "2668852507158191438",
1505                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1506                 "{0} months ago"
1507             },
1508             {
1509                 "1576892507143142253",
1510                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1511                 "{0} month ago"
1512             },
1513             {
1514                 "5980318059882971463",
1515                 "//ldml/dates/fields/field[@type=\"month\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1516                 "{0} months ago"
1517             },
1518             {
1519                 "6992036171566290715",
1520                 "//ldml/dates/fields/field[@type=\"month\"]/relative[@type=\"-1\"]",
1521                 "last month"
1522             },
1523             {
1524                 "2255591396386115586",
1525                 "//ldml/dates/fields/field[@type=\"month\"]/relative[@type=\"0\"]",
1526                 "this month"
1527             },
1528             {
1529                 "3520996422206474894",
1530                 "//ldml/dates/fields/field[@type=\"month\"]/relative[@type=\"1\"]",
1531                 "next month"
1532             },
1533             {
1534                 "1025142018048587270",
1535                 "//ldml/dates/fields/field[@type=\"sat\"]/relative[@type=\"-1\"]",
1536                 "last Saturday"
1537             },
1538             {
1539                 "3872736291665737063",
1540                 "//ldml/dates/fields/field[@type=\"sat\"]/relative[@type=\"0\"]",
1541                 "this Saturday"
1542             },
1543             {
1544                 "1926107366339956318",
1545                 "//ldml/dates/fields/field[@type=\"sat\"]/relative[@type=\"1\"]",
1546                 "next Saturday"
1547             },
1548             {
1549                 "3656074245996838704",
1550                 "//ldml/dates/fields/field[@type=\"second\"]/displayName",
1551                 "Second"
1552             },
1553             {
1554                 "7294366567925863388",
1555                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1556                 "In {0} seconds"
1557             },
1558             {
1559                 "5005806255068487247",
1560                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1561                 "In {0} seconds"
1562             },
1563             {
1564                 "3566858925395698418",
1565                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1566                 "In {0} second"
1567             },
1568             {
1569                 "2564107568397812650",
1570                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1571                 "In {0} seconds"
1572             },
1573             {
1574                 "6179103175096689406",
1575                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1576                 "{0} seconds ago"
1577             },
1578             {
1579                 "8926071153206369071",
1580                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1581                 "{0} seconds ago"
1582             },
1583             {
1584                 "6961819591538933620",
1585                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1586                 "{0} second ago"
1587             },
1588             {
1589                 "839726962851907657",
1590                 "//ldml/dates/fields/field[@type=\"second\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1591                 "{0} seconds ago"
1592             },
1593             {
1594                 "8467107917683468953",
1595                 "//ldml/dates/fields/field[@type=\"sun\"]/relative[@type=\"-1\"]",
1596                 "last Sunday"
1597             },
1598             {
1599                 "3808375557103948751",
1600                 "//ldml/dates/fields/field[@type=\"sun\"]/relative[@type=\"0\"]",
1601                 "this Sunday"
1602             },
1603             {
1604                 "9074967422093827562",
1605                 "//ldml/dates/fields/field[@type=\"sun\"]/relative[@type=\"1\"]",
1606                 "next Sunday"
1607             },
1608             {
1609                 "3244404287416100580",
1610                 "//ldml/dates/fields/field[@type=\"thu\"]/relative[@type=\"-1\"]",
1611                 "last Thursday"
1612             },
1613             {
1614                 "7450433835219406661",
1615                 "//ldml/dates/fields/field[@type=\"thu\"]/relative[@type=\"0\"]",
1616                 "this Thursday"
1617             },
1618             {
1619                 "8869364589940951720",
1620                 "//ldml/dates/fields/field[@type=\"thu\"]/relative[@type=\"1\"]",
1621                 "next Thursday"
1622             },
1623             {
1624                 "6966767705374526591",
1625                 "//ldml/dates/fields/field[@type=\"tue\"]/relative[@type=\"-1\"]",
1626                 "last Tuesday"
1627             },
1628             {
1629                 "5636647835859220143",
1630                 "//ldml/dates/fields/field[@type=\"tue\"]/relative[@type=\"0\"]",
1631                 "this Tuesday"
1632             },
1633             {
1634                 "1285111684428275421",
1635                 "//ldml/dates/fields/field[@type=\"tue\"]/relative[@type=\"1\"]",
1636                 "next Tuesday"
1637             },
1638             {
1639                 "1010766311277533100",
1640                 "//ldml/dates/fields/field[@type=\"wed\"]/relative[@type=\"-1\"]",
1641                 "last Wednesday"
1642             },
1643             {
1644                 "6115983000780005851",
1645                 "//ldml/dates/fields/field[@type=\"wed\"]/relative[@type=\"0\"]",
1646                 "this Wednesday"
1647             },
1648             {
1649                 "8519320203561412913",
1650                 "//ldml/dates/fields/field[@type=\"wed\"]/relative[@type=\"1\"]",
1651                 "next Wednesday"
1652             },
1653             {
1654                 "6377233461749820655",
1655                 "//ldml/dates/fields/field[@type=\"week\"]/displayName",
1656                 "Week"
1657             },
1658             {
1659                 "526025963306174037",
1660                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1661                 "In {0} weeks"
1662             },
1663             {
1664                 "2418082947976923030",
1665                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1666                 "In {0} weeks"
1667             },
1668             {
1669                 "7762765335539743455",
1670                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1671                 "In {0} week"
1672             },
1673             {
1674                 "5895926081789372392",
1675                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1676                 "In {0} weeks"
1677             },
1678             {
1679                 "6402656652647465930",
1680                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1681                 "{0} weeks ago"
1682             },
1683             {
1684                 "345786376296803388",
1685                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1686                 "{0} weeks ago"
1687             },
1688             {
1689                 "7277834196655811897",
1690                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1691                 "{0} week ago"
1692             },
1693             {
1694                 "7491925864212527594",
1695                 "//ldml/dates/fields/field[@type=\"week\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1696                 "{0} weeks ago"
1697             },
1698             {
1699                 "4205613537609212087",
1700                 "//ldml/dates/fields/field[@type=\"week\"]/relative[@type=\"-1\"]",
1701                 "last week"
1702             },
1703             {
1704                 "2085470013372103609",
1705                 "//ldml/dates/fields/field[@type=\"week\"]/relative[@type=\"0\"]",
1706                 "this week"
1707             },
1708             {
1709                 "7211462045123431247",
1710                 "//ldml/dates/fields/field[@type=\"week\"]/relative[@type=\"1\"]",
1711                 "next week"
1712             },
1713             {
1714                 "5084042039168215242",
1715                 "//ldml/dates/fields/field[@type=\"weekday\"]/displayName",
1716                 "Day of the Week"
1717             },
1718             {
1719                 "1094738968484311026",
1720                 "//ldml/dates/fields/field[@type=\"year\"]/displayName",
1721                 "Year"
1722             },
1723             {
1724                 "7908110814130781043",
1725                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"0\"]",
1726                 "In {0} years"
1727             },
1728             {
1729                 "5516156103025797392",
1730                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"1\"]",
1731                 "In {0} years"
1732             },
1733             {
1734                 "6115732654118805630",
1735                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"one\"]",
1736                 "In {0} year"
1737             },
1738             {
1739                 "5816303495179366221",
1740                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"future\"]/relativeTimePattern[@count=\"other\"]",
1741                 "In {0} years"
1742             },
1743             {
1744                 "9180876819095021269",
1745                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"0\"]",
1746                 "{0} years ago"
1747             },
1748             {
1749                 "4879272367401062263",
1750                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"1\"]",
1751                 "{0} years ago"
1752             },
1753             {
1754                 "2134295444330208852",
1755                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"one\"]",
1756                 "{0} year ago"
1757             },
1758             {
1759                 "7013788582204614104",
1760                 "//ldml/dates/fields/field[@type=\"year\"]/relativeTime[@type=\"past\"]/relativeTimePattern[@count=\"other\"]",
1761                 "{0} years ago"
1762             },
1763             {
1764                 "3098224026124598775",
1765                 "//ldml/dates/fields/field[@type=\"year\"]/relative[@type=\"-1\"]",
1766                 "last year"
1767             },
1768             {
1769                 "6672241540598600977",
1770                 "//ldml/dates/fields/field[@type=\"year\"]/relative[@type=\"0\"]",
1771                 "this year"
1772             },
1773             {
1774                 "1290179867626936193",
1775                 "//ldml/dates/fields/field[@type=\"year\"]/relative[@type=\"1\"]",
1776                 "next year"
1777             },
1778             {
1779                 "7772063621377405772",
1780                 "//ldml/dates/fields/field[@type=\"zone\"]/displayName",
1781                 "Time Zone"
1782             },
1783             {"9168419341649544228", "//ldml/dates/timeZoneNames/fallbackFormat", "{1} ({0})"},
1784             {"880820743874293293", "//ldml/dates/timeZoneNames/gmtFormat", "GMT{0}"},
1785             {"5296122377365647058", "//ldml/dates/timeZoneNames/gmtZeroFormat", "GMT"},
1786             {"2221584499142100820", "//ldml/dates/timeZoneNames/hourFormat", "+HH:mm;-HH:mm"},
1787             {
1788                 "8233636920159066181",
1789                 "//ldml/dates/timeZoneNames/metazone[@type=\"Alaska\"]/long/daylight",
1790                 "Alaska Daylight Time"
1791             },
1792             {
1793                 "2954082422401518225",
1794                 "//ldml/dates/timeZoneNames/metazone[@type=\"Alaska\"]/long/generic",
1795                 "Alaska Time"
1796             },
1797             {
1798                 "9076450273803748262",
1799                 "//ldml/dates/timeZoneNames/metazone[@type=\"Alaska\"]/long/standard",
1800                 "Alaska Standard Time"
1801             },
1802             {
1803                 "46139888945574604",
1804                 "//ldml/dates/timeZoneNames/metazone[@type=\"Amazon\"]/long/generic",
1805                 "Amazon Time"
1806             },
1807             {
1808                 "6828708028949352351",
1809                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Central\"]/long/daylight",
1810                 "Central Daylight Time"
1811             },
1812             {
1813                 "8433126477405929723",
1814                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Central\"]/long/generic",
1815                 "Central Time"
1816             },
1817             {
1818                 "947797581859628059",
1819                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Central\"]/long/standard",
1820                 "Central Standard Time"
1821             },
1822             {
1823                 "6745204869490908706",
1824                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Eastern\"]/long/daylight",
1825                 "Eastern Daylight Time"
1826             },
1827             {
1828                 "5548697710960650005",
1829                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Eastern\"]/long/generic",
1830                 "Eastern Time"
1831             },
1832             {
1833                 "4587943360378996198",
1834                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Eastern\"]/long/standard",
1835                 "Eastern Standard Time"
1836             },
1837             {
1838                 "4755029713039962550",
1839                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Mountain\"]/long/daylight",
1840                 "Mountain Daylight Time"
1841             },
1842             {
1843                 "7665213662687327122",
1844                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Mountain\"]/long/generic",
1845                 "Mountain Time"
1846             },
1847             {
1848                 "5253039108411066488",
1849                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Mountain\"]/long/standard",
1850                 "Mountain Standard Time"
1851             },
1852             {
1853                 "4146911398865463894",
1854                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Pacific\"]/long/daylight",
1855                 "Pacific Daylight Time"
1856             },
1857             {
1858                 "981181411413690772",
1859                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Pacific\"]/long/generic",
1860                 "Pacific Time"
1861             },
1862             {
1863                 "5349321216770284527",
1864                 "//ldml/dates/timeZoneNames/metazone[@type=\"America_Pacific\"]/long/standard",
1865                 "Pacific Standard Time"
1866             },
1867             {
1868                 "5567423249181572792",
1869                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina\"]/long/daylight",
1870                 "Argentina Summer Time"
1871             },
1872             {
1873                 "7759704457653345113",
1874                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina\"]/long/generic",
1875                 "Argentina Time"
1876             },
1877             {
1878                 "4959831677348327095",
1879                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina\"]/long/standard",
1880                 "Argentina Standard Time"
1881             },
1882             {
1883                 "6287742545495932856",
1884                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina_Western\"]/long/daylight",
1885                 "Western Argentina Summer Time"
1886             },
1887             {
1888                 "1861585536346709288",
1889                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina_Western\"]/long/generic",
1890                 "Western Argentina Time"
1891             },
1892             {
1893                 "5716009290655274935",
1894                 "//ldml/dates/timeZoneNames/metazone[@type=\"Argentina_Western\"]/long/standard",
1895                 "Western Argentina Standard Time"
1896             },
1897             {
1898                 "8693374120046360566",
1899                 "//ldml/dates/timeZoneNames/metazone[@type=\"Atlantic\"]/long/daylight",
1900                 "Atlantic Daylight Time"
1901             },
1902             {
1903                 "4423700353949287703",
1904                 "//ldml/dates/timeZoneNames/metazone[@type=\"Atlantic\"]/long/generic",
1905                 "Atlantic Time"
1906             },
1907             {
1908                 "3461511602298892000",
1909                 "//ldml/dates/timeZoneNames/metazone[@type=\"Atlantic\"]/long/standard",
1910                 "Atlantic Standard Time"
1911             },
1912             {
1913                 "229350868261769612",
1914                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Central\"]/long/daylight",
1915                 "Australian Central Daylight Time"
1916             },
1917             {
1918                 "8231560890639837256",
1919                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Central\"]/long/generic",
1920                 "Central Australia Time"
1921             },
1922             {
1923                 "8586052157796192769",
1924                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Central\"]/long/standard",
1925                 "Australian Central Standard Time"
1926             },
1927             {
1928                 "2784758051129297004",
1929                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_CentralWestern\"]/long/daylight",
1930                 "Australian Central Western Daylight Time"
1931             },
1932             {
1933                 "4558951251438194305",
1934                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_CentralWestern\"]/long/generic",
1935                 "Australian Central Western Time"
1936             },
1937             {
1938                 "5333193122716207560",
1939                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_CentralWestern\"]/long/standard",
1940                 "Australian Central Western Standard Time"
1941             },
1942             {
1943                 "1423575306093236722",
1944                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Eastern\"]/long/daylight",
1945                 "Australian Eastern Daylight Time"
1946             },
1947             {
1948                 "8985452891036694214",
1949                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Eastern\"]/long/generic",
1950                 "Eastern Australia Time"
1951             },
1952             {
1953                 "9167921037320053086",
1954                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Eastern\"]/long/standard",
1955                 "Australian Eastern Standard Time"
1956             },
1957             {
1958                 "1121988796722500163",
1959                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Western\"]/long/daylight",
1960                 "Australian Western Daylight Time"
1961             },
1962             {
1963                 "1370068958075484322",
1964                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Western\"]/long/generic",
1965                 "Western Australia Time"
1966             },
1967             {
1968                 "7642243602221931589",
1969                 "//ldml/dates/timeZoneNames/metazone[@type=\"Australia_Western\"]/long/standard",
1970                 "Australian Western Standard Time"
1971             },
1972             {
1973                 "8570892053989528177",
1974                 "//ldml/dates/timeZoneNames/metazone[@type=\"Brasilia\"]/long/daylight",
1975                 "Brasilia Summer Time"
1976             },
1977             {
1978                 "7851143915079359312",
1979                 "//ldml/dates/timeZoneNames/metazone[@type=\"Brasilia\"]/long/generic",
1980                 "Brasilia Time"
1981             },
1982             {
1983                 "3496078394386285012",
1984                 "//ldml/dates/timeZoneNames/metazone[@type=\"Brasilia\"]/long/standard",
1985                 "Brasilia Standard Time"
1986             },
1987             {
1988                 "1884568467130053665",
1989                 "//ldml/dates/timeZoneNames/metazone[@type=\"Choibalsan\"]/long/daylight",
1990                 "Choibalsan Summer Time"
1991             },
1992             {
1993                 "4595044575363238001",
1994                 "//ldml/dates/timeZoneNames/metazone[@type=\"Choibalsan\"]/long/generic",
1995                 "Choibalsan Time"
1996             },
1997             {
1998                 "4285422742795840910",
1999                 "//ldml/dates/timeZoneNames/metazone[@type=\"Choibalsan\"]/long/standard",
2000                 "Choibalsan Standard Time"
2001             },
2002             {
2003                 "3752807334371872231",
2004                 "//ldml/dates/timeZoneNames/metazone[@type=\"Hawaii_Aleutian\"]/long/generic",
2005                 "Hawaii-Aleutian Time"
2006             },
2007             {
2008                 "513327638626373933",
2009                 "//ldml/dates/timeZoneNames/metazone[@type=\"Hovd\"]/long/daylight",
2010                 "Hovd Summer Time"
2011             },
2012             {
2013                 "4112404916126053177",
2014                 "//ldml/dates/timeZoneNames/metazone[@type=\"Hovd\"]/long/generic",
2015                 "Hovd Time"
2016             },
2017             {
2018                 "396545167403677212",
2019                 "//ldml/dates/timeZoneNames/metazone[@type=\"Hovd\"]/long/standard",
2020                 "Hovd Standard Time"
2021             },
2022             {
2023                 "1207287265085315658",
2024                 "//ldml/dates/timeZoneNames/metazone[@type=\"Irkutsk\"]/long/daylight",
2025                 "Irkutsk Summer Time"
2026             },
2027             {
2028                 "372898820616165758",
2029                 "//ldml/dates/timeZoneNames/metazone[@type=\"Irkutsk\"]/long/generic",
2030                 "Irkutsk Time"
2031             },
2032             {
2033                 "8597175693041491806",
2034                 "//ldml/dates/timeZoneNames/metazone[@type=\"Irkutsk\"]/long/standard",
2035                 "Irkutsk Standard Time"
2036             },
2037             {
2038                 "3876417813338575561",
2039                 "//ldml/dates/timeZoneNames/metazone[@type=\"Kazakhstan_Eastern\"]/long/standard",
2040                 "East Kazakhstan Time"
2041             },
2042             {
2043                 "2768931223846374849",
2044                 "//ldml/dates/timeZoneNames/metazone[@type=\"Kazakhstan_Western\"]/long/standard",
2045                 "West Kazakhstan Time"
2046             },
2047             {
2048                 "6139457834561958949",
2049                 "//ldml/dates/timeZoneNames/metazone[@type=\"Krasnoyarsk\"]/long/daylight",
2050                 "Krasnoyarsk Summer Time"
2051             },
2052             {
2053                 "1423308009209213929",
2054                 "//ldml/dates/timeZoneNames/metazone[@type=\"Krasnoyarsk\"]/long/generic",
2055                 "Krasnoyarsk Time"
2056             },
2057             {
2058                 "1969329842591949418",
2059                 "//ldml/dates/timeZoneNames/metazone[@type=\"Krasnoyarsk\"]/long/standard",
2060                 "Krasnoyarsk Standard Time"
2061             },
2062             {
2063                 "7033223591736812191",
2064                 "//ldml/dates/timeZoneNames/metazone[@type=\"Lord_Howe\"]/long/daylight",
2065                 "Lord Howe Daylight Time"
2066             },
2067             {
2068                 "6074407651021751505",
2069                 "//ldml/dates/timeZoneNames/metazone[@type=\"Lord_Howe\"]/long/generic",
2070                 "Lord Howe Time"
2071             },
2072             {
2073                 "768644551532868868",
2074                 "//ldml/dates/timeZoneNames/metazone[@type=\"Lord_Howe\"]/long/standard",
2075                 "Lord Howe Standard Time"
2076             },
2077             {
2078                 "7643049217099968343",
2079                 "//ldml/dates/timeZoneNames/metazone[@type=\"Macquarie\"]/long/standard",
2080                 "Macquarie Island Time"
2081             },
2082             {
2083                 "1316295498151456977",
2084                 "//ldml/dates/timeZoneNames/metazone[@type=\"Magadan\"]/long/daylight",
2085                 "Magadan Summer Time"
2086             },
2087             {
2088                 "1961923014872985593",
2089                 "//ldml/dates/timeZoneNames/metazone[@type=\"Magadan\"]/long/generic",
2090                 "Magadan Time"
2091             },
2092             {
2093                 "2565487516374769631",
2094                 "//ldml/dates/timeZoneNames/metazone[@type=\"Magadan\"]/long/standard",
2095                 "Magadan Standard Time"
2096             },
2097             {
2098                 "3564714316067077912",
2099                 "//ldml/dates/timeZoneNames/metazone[@type=\"Mongolia\"]/long/daylight",
2100                 "Ulan Bator Summer Time"
2101             },
2102             {
2103                 "4970903611796140987",
2104                 "//ldml/dates/timeZoneNames/metazone[@type=\"Mongolia\"]/long/generic",
2105                 "Ulan Bator Time"
2106             },
2107             {
2108                 "750457697445829986",
2109                 "//ldml/dates/timeZoneNames/metazone[@type=\"Mongolia\"]/long/standard",
2110                 "Ulan Bator Standard Time"
2111             },
2112             {
2113                 "208651473867778562",
2114                 "//ldml/dates/timeZoneNames/metazone[@type=\"Moscow\"]/long/daylight",
2115                 "Moscow Summer Time"
2116             },
2117             {
2118                 "371945671345565423",
2119                 "//ldml/dates/timeZoneNames/metazone[@type=\"Moscow\"]/long/generic",
2120                 "Moscow Time"
2121             },
2122             {
2123                 "2909400574741298781",
2124                 "//ldml/dates/timeZoneNames/metazone[@type=\"Moscow\"]/long/standard",
2125                 "Moscow Standard Time"
2126             },
2127             {
2128                 "4076292381707893366",
2129                 "//ldml/dates/timeZoneNames/metazone[@type=\"Newfoundland\"]/long/daylight",
2130                 "Newfoundland Daylight Time"
2131             },
2132             {
2133                 "227295192695781953",
2134                 "//ldml/dates/timeZoneNames/metazone[@type=\"Newfoundland\"]/long/generic",
2135                 "Newfoundland Time"
2136             },
2137             {
2138                 "5235076213031201235",
2139                 "//ldml/dates/timeZoneNames/metazone[@type=\"Newfoundland\"]/long/standard",
2140                 "Newfoundland Standard Time"
2141             },
2142             {
2143                 "8921462737288214407",
2144                 "//ldml/dates/timeZoneNames/metazone[@type=\"Noronha\"]/long/daylight",
2145                 "Fernando de Noronha Summer Time"
2146             },
2147             {
2148                 "7846390959503418053",
2149                 "//ldml/dates/timeZoneNames/metazone[@type=\"Noronha\"]/long/generic",
2150                 "Fernando de Noronha Time"
2151             },
2152             {
2153                 "2366003982051438282",
2154                 "//ldml/dates/timeZoneNames/metazone[@type=\"Noronha\"]/long/standard",
2155                 "Fernando de Noronha Standard Time"
2156             },
2157             {
2158                 "7241269578091645709",
2159                 "//ldml/dates/timeZoneNames/metazone[@type=\"Novosibirsk\"]/long/daylight",
2160                 "Novosibirsk Summer Time"
2161             },
2162             {
2163                 "6636851379407249431",
2164                 "//ldml/dates/timeZoneNames/metazone[@type=\"Novosibirsk\"]/long/generic",
2165                 "Novosibirsk Time"
2166             },
2167             {
2168                 "380861331262522441",
2169                 "//ldml/dates/timeZoneNames/metazone[@type=\"Novosibirsk\"]/long/standard",
2170                 "Novosibirsk Standard Time"
2171             },
2172             {
2173                 "863719245010896325",
2174                 "//ldml/dates/timeZoneNames/metazone[@type=\"Omsk\"]/long/daylight",
2175                 "Omsk Summer Time"
2176             },
2177             {
2178                 "1072071434648483244",
2179                 "//ldml/dates/timeZoneNames/metazone[@type=\"Omsk\"]/long/generic",
2180                 "Omsk Time"
2181             },
2182             {
2183                 "2836991393938646351",
2184                 "//ldml/dates/timeZoneNames/metazone[@type=\"Omsk\"]/long/standard",
2185                 "Omsk Standard Time"
2186             },
2187             {
2188                 "3151768400020642403",
2189                 "//ldml/dates/timeZoneNames/metazone[@type=\"Sakhalin\"]/long/daylight",
2190                 "Sakhalin Summer Time"
2191             },
2192             {
2193                 "5792162490119357908",
2194                 "//ldml/dates/timeZoneNames/metazone[@type=\"Sakhalin\"]/long/generic",
2195                 "Sakhalin Time"
2196             },
2197             {
2198                 "2665066509207184988",
2199                 "//ldml/dates/timeZoneNames/metazone[@type=\"Sakhalin\"]/long/standard",
2200                 "Sakhalin Standard Time"
2201             },
2202             {
2203                 "3743676871248589231",
2204                 "//ldml/dates/timeZoneNames/metazone[@type=\"Vladivostok\"]/long/daylight",
2205                 "Vladivostok Summer Time"
2206             },
2207             {
2208                 "4274508082112090244",
2209                 "//ldml/dates/timeZoneNames/metazone[@type=\"Vladivostok\"]/long/generic",
2210                 "Vladivostok Time"
2211             },
2212             {
2213                 "6484598014672750088",
2214                 "//ldml/dates/timeZoneNames/metazone[@type=\"Vladivostok\"]/long/standard",
2215                 "Vladivostok Standard Time"
2216             },
2217             {
2218                 "7266181889003185180",
2219                 "//ldml/dates/timeZoneNames/metazone[@type=\"Volgograd\"]/long/daylight",
2220                 "Volgograd Summer Time"
2221             },
2222             {
2223                 "3413167702160434665",
2224                 "//ldml/dates/timeZoneNames/metazone[@type=\"Volgograd\"]/long/generic",
2225                 "Volgograd Time"
2226             },
2227             {
2228                 "6810033772796358960",
2229                 "//ldml/dates/timeZoneNames/metazone[@type=\"Volgograd\"]/long/standard",
2230                 "Volgograd Standard Time"
2231             },
2232             {
2233                 "5079278006923092620",
2234                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yakutsk\"]/long/daylight",
2235                 "Yakutsk Summer Time"
2236             },
2237             {
2238                 "5655091631019779058",
2239                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yakutsk\"]/long/generic",
2240                 "Yakutsk Time"
2241             },
2242             {
2243                 "3329033568713382735",
2244                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yakutsk\"]/long/standard",
2245                 "Yakutsk Standard Time"
2246             },
2247             {
2248                 "8569075448722425373",
2249                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yekaterinburg\"]/long/daylight",
2250                 "Yekaterinburg Summer Time"
2251             },
2252             {
2253                 "341252263312983771",
2254                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yekaterinburg\"]/long/generic",
2255                 "Yekaterinburg Time"
2256             },
2257             {
2258                 "1451032573592814485",
2259                 "//ldml/dates/timeZoneNames/metazone[@type=\"Yekaterinburg\"]/long/standard",
2260                 "Yekaterinburg Standard Time"
2261             },
2262             {"3491383557530666559", "//ldml/dates/timeZoneNames/regionFormat", "{0} Time"},
2263             {
2264                 "5286310066506271644",
2265                 "//ldml/dates/timeZoneNames/regionFormat[@type=\"daylight\"]",
2266                 "{0} Daylight Time"
2267             },
2268             {
2269                 "2855224396679176027",
2270                 "//ldml/dates/timeZoneNames/regionFormat[@type=\"standard\"]",
2271                 "{0} Standard Time"
2272             },
2273             {
2274                 "4937143746716173346",
2275                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Abidjan\"]/exemplarCity",
2276                 "Abidjan"
2277             },
2278             {
2279                 "4405777128575547287",
2280                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Accra\"]/exemplarCity",
2281                 "Accra"
2282             },
2283             {
2284                 "2076476404327770164",
2285                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Addis_Ababa\"]/exemplarCity",
2286                 "Addis Ababa"
2287             },
2288             {
2289                 "3681248160563474079",
2290                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Algiers\"]/exemplarCity",
2291                 "Algiers"
2292             },
2293             {
2294                 "8098474764863455280",
2295                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Asmera\"]/exemplarCity",
2296                 "Asmara"
2297             },
2298             {
2299                 "1269346705397181591",
2300                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Bamako\"]/exemplarCity",
2301                 "Bamako"
2302             },
2303             {
2304                 "1531853639714970922",
2305                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Bangui\"]/exemplarCity",
2306                 "Bangui"
2307             },
2308             {
2309                 "4934400855922360155",
2310                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Banjul\"]/exemplarCity",
2311                 "Banjul"
2312             },
2313             {
2314                 "6841847332295762689",
2315                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Bissau\"]/exemplarCity",
2316                 "Bissau"
2317             },
2318             {
2319                 "5933281050377860302",
2320                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Blantyre\"]/exemplarCity",
2321                 "Blantyre"
2322             },
2323             {
2324                 "2753102388368852836",
2325                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Brazzaville\"]/exemplarCity",
2326                 "Brazzaville"
2327             },
2328             {
2329                 "5539023434209366173",
2330                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Bujumbura\"]/exemplarCity",
2331                 "Bujumbura"
2332             },
2333             {
2334                 "3847407790623092380",
2335                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Cairo\"]/exemplarCity",
2336                 "Cairo"
2337             },
2338             {
2339                 "1927139208996261483",
2340                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Casablanca\"]/exemplarCity",
2341                 "Casablanca"
2342             },
2343             {
2344                 "8431052360481174610",
2345                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Ceuta\"]/exemplarCity",
2346                 "Ceuta"
2347             },
2348             {
2349                 "3664248657480743517",
2350                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Conakry\"]/exemplarCity",
2351                 "Conakry"
2352             },
2353             {
2354                 "3750396497803846339",
2355                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Dakar\"]/exemplarCity",
2356                 "Dakar"
2357             },
2358             {
2359                 "3776380588854739711",
2360                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Dar_es_Salaam\"]/exemplarCity",
2361                 "Dar es Salaam"
2362             },
2363             {
2364                 "4033494096659334270",
2365                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Djibouti\"]/exemplarCity",
2366                 "Djibouti"
2367             },
2368             {
2369                 "9112735388746442775",
2370                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Douala\"]/exemplarCity",
2371                 "Douala"
2372             },
2373             {
2374                 "5172950362352072272",
2375                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/El_Aaiun\"]/exemplarCity",
2376                 "El Aaiun"
2377             },
2378             {
2379                 "3367512676492911449",
2380                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Freetown\"]/exemplarCity",
2381                 "Freetown"
2382             },
2383             {
2384                 "8169015635597872634",
2385                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Gaborone\"]/exemplarCity",
2386                 "Gaborone"
2387             },
2388             {
2389                 "2127047185568172219",
2390                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Harare\"]/exemplarCity",
2391                 "Harare"
2392             },
2393             {
2394                 "5201772982186962146",
2395                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Johannesburg\"]/exemplarCity",
2396                 "Johannesburg"
2397             },
2398             {
2399                 "548252631047440250",
2400                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Juba\"]/exemplarCity",
2401                 "Juba"
2402             },
2403             {
2404                 "874942036268036436",
2405                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Kampala\"]/exemplarCity",
2406                 "Kampala"
2407             },
2408             {
2409                 "5706815908728443059",
2410                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Khartoum\"]/exemplarCity",
2411                 "Khartoum"
2412             },
2413             {
2414                 "379802460561397056",
2415                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Kigali\"]/exemplarCity",
2416                 "Kigali"
2417             },
2418             {
2419                 "9000672341398407306",
2420                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Kinshasa\"]/exemplarCity",
2421                 "Kinshasa"
2422             },
2423             {
2424                 "35507980262816151",
2425                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Lagos\"]/exemplarCity",
2426                 "Lagos"
2427             },
2428             {
2429                 "6013711047436629533",
2430                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Libreville\"]/exemplarCity",
2431                 "Libreville"
2432             },
2433             {
2434                 "5694680004370215365",
2435                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Lome\"]/exemplarCity",
2436                 "Lome"
2437             },
2438             {
2439                 "268810566451249105",
2440                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Luanda\"]/exemplarCity",
2441                 "Luanda"
2442             },
2443             {
2444                 "6335946942165547367",
2445                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Lubumbashi\"]/exemplarCity",
2446                 "Lubumbashi"
2447             },
2448             {
2449                 "6314640856717358137",
2450                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Lusaka\"]/exemplarCity",
2451                 "Lusaka"
2452             },
2453             {
2454                 "8660408091790559412",
2455                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Malabo\"]/exemplarCity",
2456                 "Malabo"
2457             },
2458             {
2459                 "3117443059651818165",
2460                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Maputo\"]/exemplarCity",
2461                 "Maputo"
2462             },
2463             {
2464                 "3002354330393087570",
2465                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Maseru\"]/exemplarCity",
2466                 "Maseru"
2467             },
2468             {
2469                 "415985350417078677",
2470                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Mbabane\"]/exemplarCity",
2471                 "Mbabane"
2472             },
2473             {
2474                 "3580450265449302454",
2475                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Mogadishu\"]/exemplarCity",
2476                 "Mogadishu"
2477             },
2478             {
2479                 "1776513612142218539",
2480                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Monrovia\"]/exemplarCity",
2481                 "Monrovia"
2482             },
2483             {
2484                 "5876739924286408420",
2485                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Nairobi\"]/exemplarCity",
2486                 "Nairobi"
2487             },
2488             {
2489                 "6936527676273180145",
2490                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Ndjamena\"]/exemplarCity",
2491                 "Ndjamena"
2492             },
2493             {
2494                 "450982185481742752",
2495                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Niamey\"]/exemplarCity",
2496                 "Niamey"
2497             },
2498             {
2499                 "180159215670376299",
2500                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Nouakchott\"]/exemplarCity",
2501                 "Nouakchott"
2502             },
2503             {
2504                 "4818257789155640357",
2505                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Ouagadougou\"]/exemplarCity",
2506                 "Ouagadougou"
2507             },
2508             {
2509                 "4352919983110845828",
2510                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Porto-Novo\"]/exemplarCity",
2511                 "Porto-Novo"
2512             },
2513             {
2514                 "4188547507465180483",
2515                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Sao_Tome\"]/exemplarCity",
2516                 "São Tomé"
2517             },
2518             {
2519                 "5400493680902102969",
2520                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Tripoli\"]/exemplarCity",
2521                 "Tripoli"
2522             },
2523             {
2524                 "5437854658718893482",
2525                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Tunis\"]/exemplarCity",
2526                 "Tunis"
2527             },
2528             {
2529                 "1455314248473929277",
2530                 "//ldml/dates/timeZoneNames/zone[@type=\"Africa/Windhoek\"]/exemplarCity",
2531                 "Windhoek"
2532             },
2533             {
2534                 "8553297104256937255",
2535                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Adak\"]/exemplarCity",
2536                 "Adak"
2537             },
2538             {
2539                 "3742609321816272504",
2540                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Anchorage\"]/exemplarCity",
2541                 "Anchorage"
2542             },
2543             {
2544                 "3111806221722013626",
2545                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Anguilla\"]/exemplarCity",
2546                 "Anguilla"
2547             },
2548             {
2549                 "5138508207183456950",
2550                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Antigua\"]/exemplarCity",
2551                 "Antigua"
2552             },
2553             {
2554                 "4762837031727812742",
2555                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Araguaina\"]/exemplarCity",
2556                 "Araguaina"
2557             },
2558             {
2559                 "1466971103664010603",
2560                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/La_Rioja\"]/exemplarCity",
2561                 "La Rioja"
2562             },
2563             {
2564                 "3512383313248028877",
2565                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/Rio_Gallegos\"]/exemplarCity",
2566                 "Rio Gallegos"
2567             },
2568             {
2569                 "4516933489364909302",
2570                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/Salta\"]/exemplarCity",
2571                 "Salta"
2572             },
2573             {
2574                 "952005812224687616",
2575                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/San_Juan\"]/exemplarCity",
2576                 "San Juan"
2577             },
2578             {
2579                 "1915637248295621746",
2580                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/San_Luis\"]/exemplarCity",
2581                 "San Luis"
2582             },
2583             {
2584                 "607526898959896958",
2585                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/Tucuman\"]/exemplarCity",
2586                 "Tucuman"
2587             },
2588             {
2589                 "4883211727215107278",
2590                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Argentina/Ushuaia\"]/exemplarCity",
2591                 "Ushuaia"
2592             },
2593             {
2594                 "8553438671289746331",
2595                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Aruba\"]/exemplarCity",
2596                 "Aruba"
2597             },
2598             {
2599                 "8480153598177625782",
2600                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Asuncion\"]/exemplarCity",
2601                 "Asunción"
2602             },
2603             {
2604                 "3591517821826143345",
2605                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Bahia\"]/exemplarCity",
2606                 "Bahia"
2607             },
2608             {
2609                 "7939122725013561772",
2610                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Bahia_Banderas\"]/exemplarCity",
2611                 "Bahia Banderas"
2612             },
2613             {
2614                 "7851188837420265354",
2615                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Barbados\"]/exemplarCity",
2616                 "Barbados"
2617             },
2618             {
2619                 "7000133186421445911",
2620                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Belem\"]/exemplarCity",
2621                 "Belem"
2622             },
2623             {
2624                 "2727520163713788115",
2625                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Belize\"]/exemplarCity",
2626                 "Belize"
2627             },
2628             {
2629                 "96792083730482568",
2630                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Blanc-Sablon\"]/exemplarCity",
2631                 "Blanc-Sablon"
2632             },
2633             {
2634                 "8455121674585800950",
2635                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Boa_Vista\"]/exemplarCity",
2636                 "Boa Vista"
2637             },
2638             {
2639                 "3718008383941137263",
2640                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Bogota\"]/exemplarCity",
2641                 "Bogota"
2642             },
2643             {
2644                 "7985355789788786337",
2645                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Boise\"]/exemplarCity",
2646                 "Boise"
2647             },
2648             {
2649                 "2675405970857653647",
2650                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Buenos_Aires\"]/exemplarCity",
2651                 "Buenos Aires"
2652             },
2653             {
2654                 "9134503329044682339",
2655                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cambridge_Bay\"]/exemplarCity",
2656                 "Cambridge Bay"
2657             },
2658             {
2659                 "6665864620078039185",
2660                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Campo_Grande\"]/exemplarCity",
2661                 "Campo Grande"
2662             },
2663             {
2664                 "393287877494464904",
2665                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cancun\"]/exemplarCity",
2666                 "Cancun"
2667             },
2668             {
2669                 "1788365300653424582",
2670                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Caracas\"]/exemplarCity",
2671                 "Caracas"
2672             },
2673             {
2674                 "3815738882397826637",
2675                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Catamarca\"]/exemplarCity",
2676                 "Catamarca"
2677             },
2678             {
2679                 "544330329152594865",
2680                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cayenne\"]/exemplarCity",
2681                 "Cayenne"
2682             },
2683             {
2684                 "3735808205415350810",
2685                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cayman\"]/exemplarCity",
2686                 "Cayman"
2687             },
2688             {
2689                 "8566206946356497516",
2690                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Chicago\"]/exemplarCity",
2691                 "Chicago"
2692             },
2693             {
2694                 "1893033409429104587",
2695                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Chihuahua\"]/exemplarCity",
2696                 "Chihuahua"
2697             },
2698             {
2699                 "4950327793411646941",
2700                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Coral_Harbour\"]/exemplarCity",
2701                 "Atikokan"
2702             },
2703             {
2704                 "2665921644040810695",
2705                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cordoba\"]/exemplarCity",
2706                 "Cordoba"
2707             },
2708             {
2709                 "9168063757061858027",
2710                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Costa_Rica\"]/exemplarCity",
2711                 "Costa Rica"
2712             },
2713             {
2714                 "3104821317073633794",
2715                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Creston\"]/exemplarCity",
2716                 "Creston"
2717             },
2718             {
2719                 "8684805579824680806",
2720                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Cuiaba\"]/exemplarCity",
2721                 "Cuiaba"
2722             },
2723             {
2724                 "5657364324573188283",
2725                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Curacao\"]/exemplarCity",
2726                 "Curaçao"
2727             },
2728             {
2729                 "3956000109212913087",
2730                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Danmarkshavn\"]/exemplarCity",
2731                 "Danmarkshavn"
2732             },
2733             {
2734                 "620406641068800680",
2735                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Dawson\"]/exemplarCity",
2736                 "Dawson"
2737             },
2738             {
2739                 "2688514382254395523",
2740                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Dawson_Creek\"]/exemplarCity",
2741                 "Dawson Creek"
2742             },
2743             {
2744                 "4129272243525230809",
2745                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Denver\"]/exemplarCity",
2746                 "Denver"
2747             },
2748             {
2749                 "6363748072252011237",
2750                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Detroit\"]/exemplarCity",
2751                 "Detroit"
2752             },
2753             {
2754                 "7057996127591829345",
2755                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Dominica\"]/exemplarCity",
2756                 "Dominica"
2757             },
2758             {
2759                 "2019789003581218888",
2760                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Edmonton\"]/exemplarCity",
2761                 "Edmonton"
2762             },
2763             {
2764                 "8756522823121074480",
2765                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Eirunepe\"]/exemplarCity",
2766                 "Eirunepe"
2767             },
2768             {
2769                 "3460727947249650562",
2770                 "//ldml/dates/timeZoneNames/zone[@type=\"America/El_Salvador\"]/exemplarCity",
2771                 "El Salvador"
2772             },
2773             {
2774                 "2587558592511046451",
2775                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Fortaleza\"]/exemplarCity",
2776                 "Fortaleza"
2777             },
2778             {
2779                 "4740811066765744216",
2780                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Glace_Bay\"]/exemplarCity",
2781                 "Glace Bay"
2782             },
2783             {
2784                 "8138015182802646205",
2785                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Godthab\"]/exemplarCity",
2786                 "Nuuk"
2787             },
2788             {
2789                 "1804101433220388996",
2790                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Goose_Bay\"]/exemplarCity",
2791                 "Goose Bay"
2792             },
2793             {
2794                 "1161674944332447300",
2795                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Grand_Turk\"]/exemplarCity",
2796                 "Grand Turk"
2797             },
2798             {
2799                 "3772815805162937057",
2800                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Grenada\"]/exemplarCity",
2801                 "Grenada"
2802             },
2803             {
2804                 "6467740951737121879",
2805                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Guadeloupe\"]/exemplarCity",
2806                 "Guadeloupe"
2807             },
2808             {
2809                 "5851188442404848487",
2810                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Guatemala\"]/exemplarCity",
2811                 "Guatemala"
2812             },
2813             {
2814                 "7781877251425570469",
2815                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Guayaquil\"]/exemplarCity",
2816                 "Guayaquil"
2817             },
2818             {
2819                 "7283687174573004345",
2820                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Guyana\"]/exemplarCity",
2821                 "Guyana"
2822             },
2823             {
2824                 "2694845462585637298",
2825                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Halifax\"]/exemplarCity",
2826                 "Halifax"
2827             },
2828             {
2829                 "3342403245701706937",
2830                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Havana\"]/exemplarCity",
2831                 "Havana"
2832             },
2833             {
2834                 "1908674888165816251",
2835                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Hermosillo\"]/exemplarCity",
2836                 "Hermosillo"
2837             },
2838             {
2839                 "32040058187377434",
2840                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Knox\"]/exemplarCity",
2841                 "Knox, Indiana"
2842             },
2843             {
2844                 "6257752782002915817",
2845                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Marengo\"]/exemplarCity",
2846                 "Marengo, Indiana"
2847             },
2848             {
2849                 "1681091529242911664",
2850                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Petersburg\"]/exemplarCity",
2851                 "Petersburg, Indiana"
2852             },
2853             {
2854                 "3071447540900607938",
2855                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Tell_City\"]/exemplarCity",
2856                 "Tell City, Indiana"
2857             },
2858             {
2859                 "6591008239483332120",
2860                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Vevay\"]/exemplarCity",
2861                 "Vevay, Indiana"
2862             },
2863             {
2864                 "3607904640425151682",
2865                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Vincennes\"]/exemplarCity",
2866                 "Vincennes, Indiana"
2867             },
2868             {
2869                 "4750833843593337720",
2870                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indiana/Winamac\"]/exemplarCity",
2871                 "Winamac, Indiana"
2872             },
2873             {
2874                 "1421099247371651672",
2875                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Indianapolis\"]/exemplarCity",
2876                 "Indianapolis"
2877             },
2878             {
2879                 "6688098582061133101",
2880                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Inuvik\"]/exemplarCity",
2881                 "Inuvik"
2882             },
2883             {
2884                 "2844274658083063760",
2885                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Iqaluit\"]/exemplarCity",
2886                 "Iqaluit"
2887             },
2888             {
2889                 "8360802596452734397",
2890                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Jamaica\"]/exemplarCity",
2891                 "Jamaica"
2892             },
2893             {
2894                 "3839718678051192658",
2895                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Jujuy\"]/exemplarCity",
2896                 "Jujuy"
2897             },
2898             {
2899                 "4461525864344915635",
2900                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Juneau\"]/exemplarCity",
2901                 "Juneau"
2902             },
2903             {
2904                 "1285152101048336039",
2905                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Kentucky/Monticello\"]/exemplarCity",
2906                 "Monticello, Kentucky"
2907             },
2908             {
2909                 "6342777793245909528",
2910                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Kralendijk\"]/exemplarCity",
2911                 "Kralendijk"
2912             },
2913             {
2914                 "5393360879768204285",
2915                 "//ldml/dates/timeZoneNames/zone[@type=\"America/La_Paz\"]/exemplarCity",
2916                 "La Paz"
2917             },
2918             {
2919                 "1470881086931692781",
2920                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Lima\"]/exemplarCity",
2921                 "Lima"
2922             },
2923             {
2924                 "2394167467437732087",
2925                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Los_Angeles\"]/exemplarCity",
2926                 "Los Angeles"
2927             },
2928             {
2929                 "8573886986307221889",
2930                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Louisville\"]/exemplarCity",
2931                 "Louisville"
2932             },
2933             {
2934                 "183250271119254034",
2935                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Lower_Princes\"]/exemplarCity",
2936                 "Lower Prince's Quarter"
2937             },
2938             {
2939                 "2242480448432010773",
2940                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Maceio\"]/exemplarCity",
2941                 "Maceio"
2942             },
2943             {
2944                 "4052632109444109138",
2945                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Managua\"]/exemplarCity",
2946                 "Managua"
2947             },
2948             {
2949                 "1402625413112346482",
2950                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Manaus\"]/exemplarCity",
2951                 "Manaus"
2952             },
2953             {
2954                 "5909948821769512867",
2955                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Marigot\"]/exemplarCity",
2956                 "Marigot"
2957             },
2958             {
2959                 "2456233847959884151",
2960                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Martinique\"]/exemplarCity",
2961                 "Martinique"
2962             },
2963             {
2964                 "4901785928818881446",
2965                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Matamoros\"]/exemplarCity",
2966                 "Matamoros"
2967             },
2968             {
2969                 "7911249539006042871",
2970                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Mazatlan\"]/exemplarCity",
2971                 "Mazatlan"
2972             },
2973             {
2974                 "7756708977997486825",
2975                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Mendoza\"]/exemplarCity",
2976                 "Mendoza"
2977             },
2978             {
2979                 "983499101315668766",
2980                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Menominee\"]/exemplarCity",
2981                 "Menominee"
2982             },
2983             {
2984                 "1908654404166019529",
2985                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Merida\"]/exemplarCity",
2986                 "Merida"
2987             },
2988             {
2989                 "5463491266236264730",
2990                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Metlakatla\"]/exemplarCity",
2991                 "Metlakatla"
2992             },
2993             {
2994                 "3288948871909033115",
2995                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Mexico_City\"]/exemplarCity",
2996                 "Mexico City"
2997             },
2998             {
2999                 "3761682154307599855",
3000                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Miquelon\"]/exemplarCity",
3001                 "Miquelon"
3002             },
3003             {
3004                 "222145918134721576",
3005                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Moncton\"]/exemplarCity",
3006                 "Moncton"
3007             },
3008             {
3009                 "1377196749194164746",
3010                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Monterrey\"]/exemplarCity",
3011                 "Monterrey"
3012             },
3013             {
3014                 "5316927827873880299",
3015                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Montevideo\"]/exemplarCity",
3016                 "Montevideo"
3017             },
3018             {
3019                 "2455762916356364368",
3020                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Montreal\"]/exemplarCity",
3021                 "Montreal"
3022             },
3023             {
3024                 "3723245731841167234",
3025                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Montserrat\"]/exemplarCity",
3026                 "Montserrat"
3027             },
3028             {
3029                 "6091164299290096858",
3030                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Nassau\"]/exemplarCity",
3031                 "Nassau"
3032             },
3033             {
3034                 "8939441403228388883",
3035                 "//ldml/dates/timeZoneNames/zone[@type=\"America/New_York\"]/exemplarCity",
3036                 "New York"
3037             },
3038             {
3039                 "5515391606981097736",
3040                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Nipigon\"]/exemplarCity",
3041                 "Nipigon"
3042             },
3043             {
3044                 "1148428323466766163",
3045                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Nome\"]/exemplarCity",
3046                 "Nome"
3047             },
3048             {
3049                 "3491293017460691388",
3050                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Noronha\"]/exemplarCity",
3051                 "Noronha"
3052             },
3053             {
3054                 "2981683822030895661",
3055                 "//ldml/dates/timeZoneNames/zone[@type=\"America/North_Dakota/Beulah\"]/exemplarCity",
3056                 "Beulah, North Dakota"
3057             },
3058             {
3059                 "6466505561365809159",
3060                 "//ldml/dates/timeZoneNames/zone[@type=\"America/North_Dakota/Center\"]/exemplarCity",
3061                 "Center, North Dakota"
3062             },
3063             {
3064                 "543355977205569794",
3065                 "//ldml/dates/timeZoneNames/zone[@type=\"America/North_Dakota/New_Salem\"]/exemplarCity",
3066                 "New Salem, North Dakota"
3067             },
3068             {
3069                 "5270859898477185072",
3070                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Ojinaga\"]/exemplarCity",
3071                 "Ojinaga"
3072             },
3073             {
3074                 "9001134365542939997",
3075                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Panama\"]/exemplarCity",
3076                 "Panama"
3077             },
3078             {
3079                 "1275405530108379780",
3080                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Pangnirtung\"]/exemplarCity",
3081                 "Pangnirtung"
3082             },
3083             {
3084                 "6306585179064259970",
3085                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Paramaribo\"]/exemplarCity",
3086                 "Paramaribo"
3087             },
3088             {
3089                 "6469158403937757140",
3090                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Phoenix\"]/exemplarCity",
3091                 "Phoenix"
3092             },
3093             {
3094                 "2617926570514890171",
3095                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Port-au-Prince\"]/exemplarCity",
3096                 "Port-au-Prince"
3097             },
3098             {
3099                 "2354236567435909543",
3100                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Port_of_Spain\"]/exemplarCity",
3101                 "Port of Spain"
3102             },
3103             {
3104                 "3783549319387638099",
3105                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Porto_Velho\"]/exemplarCity",
3106                 "Porto Velho"
3107             },
3108             {
3109                 "4891200552208870774",
3110                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Puerto_Rico\"]/exemplarCity",
3111                 "Puerto Rico"
3112             },
3113             {
3114                 "4434762410793308942",
3115                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Rainy_River\"]/exemplarCity",
3116                 "Rainy River"
3117             },
3118             {
3119                 "459660945989954492",
3120                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Rankin_Inlet\"]/exemplarCity",
3121                 "Rankin Inlet"
3122             },
3123             {
3124                 "6645914037024610492",
3125                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Recife\"]/exemplarCity",
3126                 "Recife"
3127             },
3128             {
3129                 "8493277817146553060",
3130                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Regina\"]/exemplarCity",
3131                 "Regina"
3132             },
3133             {
3134                 "5274112875141179804",
3135                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Resolute\"]/exemplarCity",
3136                 "Resolute"
3137             },
3138             {
3139                 "7420676036866347352",
3140                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Rio_Branco\"]/exemplarCity",
3141                 "Rio Branco"
3142             },
3143             {
3144                 "4532901530813036301",
3145                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Santa_Isabel\"]/exemplarCity",
3146                 "Santa Isabel"
3147             },
3148             {
3149                 "385748809945019146",
3150                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Santarem\"]/exemplarCity",
3151                 "Santarem"
3152             },
3153             {
3154                 "5331596448344426102",
3155                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Santiago\"]/exemplarCity",
3156                 "Santiago"
3157             },
3158             {
3159                 "8978064494626905950",
3160                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Santo_Domingo\"]/exemplarCity",
3161                 "Santo Domingo"
3162             },
3163             {
3164                 "4198257714476545965",
3165                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Sao_Paulo\"]/exemplarCity",
3166                 "Sao Paulo"
3167             },
3168             {
3169                 "5136572461292583790",
3170                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Scoresbysund\"]/exemplarCity",
3171                 "Ittoqqortoormiit"
3172             },
3173             {
3174                 "225401299979484003",
3175                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Shiprock\"]/exemplarCity",
3176                 "Shiprock"
3177             },
3178             {
3179                 "4601510779299213606",
3180                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Sitka\"]/exemplarCity",
3181                 "Sitka"
3182             },
3183             {
3184                 "3627473954424030233",
3185                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Barthelemy\"]/exemplarCity",
3186                 "Saint Barthélemy"
3187             },
3188             {
3189                 "8275836634286006203",
3190                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Johns\"]/exemplarCity",
3191                 "St. John’s"
3192             },
3193             {
3194                 "1950432544866702652",
3195                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Kitts\"]/exemplarCity",
3196                 "St. Kitts"
3197             },
3198             {
3199                 "4545592785958097068",
3200                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Lucia\"]/exemplarCity",
3201                 "St. Lucia"
3202             },
3203             {
3204                 "4703283057914182039",
3205                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Thomas\"]/exemplarCity",
3206                 "St. Thomas"
3207             },
3208             {
3209                 "4986301412007015905",
3210                 "//ldml/dates/timeZoneNames/zone[@type=\"America/St_Vincent\"]/exemplarCity",
3211                 "St. Vincent"
3212             },
3213             {
3214                 "8311502057291946889",
3215                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Swift_Current\"]/exemplarCity",
3216                 "Swift Current"
3217             },
3218             {
3219                 "7998964706840152872",
3220                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Tegucigalpa\"]/exemplarCity",
3221                 "Tegucigalpa"
3222             },
3223             {
3224                 "4876142378967330922",
3225                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Thule\"]/exemplarCity",
3226                 "Thule"
3227             },
3228             {
3229                 "4164362850866895552",
3230                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Thunder_Bay\"]/exemplarCity",
3231                 "Thunder Bay"
3232             },
3233             {
3234                 "1767713770348989786",
3235                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Tijuana\"]/exemplarCity",
3236                 "Tijuana"
3237             },
3238             {
3239                 "4164526593378430143",
3240                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Toronto\"]/exemplarCity",
3241                 "Toronto"
3242             },
3243             {
3244                 "229173057021157855",
3245                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Tortola\"]/exemplarCity",
3246                 "Tortola"
3247             },
3248             {
3249                 "7513076190657853868",
3250                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Vancouver\"]/exemplarCity",
3251                 "Vancouver"
3252             },
3253             {
3254                 "1602669071335339538",
3255                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Whitehorse\"]/exemplarCity",
3256                 "Whitehorse"
3257             },
3258             {
3259                 "5547276650971753212",
3260                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Winnipeg\"]/exemplarCity",
3261                 "Winnipeg"
3262             },
3263             {
3264                 "554919698365354929",
3265                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Yakutat\"]/exemplarCity",
3266                 "Yakutat"
3267             },
3268             {
3269                 "340662549035713799",
3270                 "//ldml/dates/timeZoneNames/zone[@type=\"America/Yellowknife\"]/exemplarCity",
3271                 "Yellowknife"
3272             },
3273             {
3274                 "7233964889174800684",
3275                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Casey\"]/exemplarCity",
3276                 "Casey"
3277             },
3278             {
3279                 "2929611784658003463",
3280                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Davis\"]/exemplarCity",
3281                 "Davis"
3282             },
3283             {
3284                 "3108496852514078113",
3285                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/DumontDUrville\"]/exemplarCity",
3286                 "Dumont d’Urville"
3287             },
3288             {
3289                 "8221042784186745909",
3290                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Macquarie\"]/exemplarCity",
3291                 "Macquarie"
3292             },
3293             {
3294                 "6382388617801714306",
3295                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Mawson\"]/exemplarCity",
3296                 "Mawson"
3297             },
3298             {
3299                 "1242727984132172232",
3300                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/McMurdo\"]/exemplarCity",
3301                 "McMurdo"
3302             },
3303             {
3304                 "8229195434474545867",
3305                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Palmer\"]/exemplarCity",
3306                 "Palmer"
3307             },
3308             {
3309                 "1211146428209814811",
3310                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Rothera\"]/exemplarCity",
3311                 "Rothera"
3312             },
3313             {
3314                 "5236672441830780463",
3315                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/South_Pole\"]/exemplarCity",
3316                 "South Pole"
3317             },
3318             {
3319                 "1293983806703043493",
3320                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Syowa\"]/exemplarCity",
3321                 "Syowa"
3322             },
3323             {
3324                 "986338819803299610",
3325                 "//ldml/dates/timeZoneNames/zone[@type=\"Antarctica/Vostok\"]/exemplarCity",
3326                 "Vostok"
3327             },
3328             {
3329                 "7118231405705701292",
3330                 "//ldml/dates/timeZoneNames/zone[@type=\"Arctic/Longyearbyen\"]/exemplarCity",
3331                 "Longyearbyen"
3332             },
3333             {
3334                 "7712971668700429524",
3335                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Aden\"]/exemplarCity",
3336                 "Aden"
3337             },
3338             {
3339                 "5793257552410443651",
3340                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Almaty\"]/exemplarCity",
3341                 "Almaty"
3342             },
3343             {
3344                 "6267821149586947006",
3345                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Amman\"]/exemplarCity",
3346                 "Amman"
3347             },
3348             {
3349                 "6111043246448839236",
3350                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Anadyr\"]/exemplarCity",
3351                 "Anadyr"
3352             },
3353             {
3354                 "7206951085765417872",
3355                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Aqtau\"]/exemplarCity",
3356                 "Aqtau"
3357             },
3358             {
3359                 "6522442654481069968",
3360                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Aqtobe\"]/exemplarCity",
3361                 "Aqtobe"
3362             },
3363             {
3364                 "940746752124746871",
3365                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Ashgabat\"]/exemplarCity",
3366                 "Ashgabat"
3367             },
3368             {
3369                 "4092732076839895227",
3370                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Baghdad\"]/exemplarCity",
3371                 "Baghdad"
3372             },
3373             {
3374                 "2723577726240617248",
3375                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Bahrain\"]/exemplarCity",
3376                 "Bahrain"
3377             },
3378             {
3379                 "8601869649866405855",
3380                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Baku\"]/exemplarCity",
3381                 "Baku"
3382             },
3383             {
3384                 "66544670275907781",
3385                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Bangkok\"]/exemplarCity",
3386                 "Bangkok"
3387             },
3388             {
3389                 "5949751018149265048",
3390                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Beirut\"]/exemplarCity",
3391                 "Beirut"
3392             },
3393             {
3394                 "1917936089115660105",
3395                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Bishkek\"]/exemplarCity",
3396                 "Bishkek"
3397             },
3398             {
3399                 "1479042522625353022",
3400                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Brunei\"]/exemplarCity",
3401                 "Brunei"
3402             },
3403             {
3404                 "2216189726116488407",
3405                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Calcutta\"]/exemplarCity",
3406                 "Kolkata"
3407             },
3408             {
3409                 "3054247703062477187",
3410                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Choibalsan\"]/exemplarCity",
3411                 "Choibalsan"
3412             },
3413             {
3414                 "234185454998365293",
3415                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Chongqing\"]/exemplarCity",
3416                 "Chongqing"
3417             },
3418             {
3419                 "1311304312659339069",
3420                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Colombo\"]/exemplarCity",
3421                 "Colombo"
3422             },
3423             {
3424                 "6667799651592050581",
3425                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Damascus\"]/exemplarCity",
3426                 "Damascus"
3427             },
3428             {
3429                 "4574728728288467571",
3430                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Dhaka\"]/exemplarCity",
3431                 "Dhaka"
3432             },
3433             {
3434                 "2297397731164050248",
3435                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Dili\"]/exemplarCity",
3436                 "Dili"
3437             },
3438             {
3439                 "8403982647204836321",
3440                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Dubai\"]/exemplarCity",
3441                 "Dubai"
3442             },
3443             {
3444                 "1250149717682842102",
3445                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Dushanbe\"]/exemplarCity",
3446                 "Dushanbe"
3447             },
3448             {
3449                 "876877319240226304",
3450                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Gaza\"]/exemplarCity",
3451                 "Gaza"
3452             },
3453             {
3454                 "9159032527857462679",
3455                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Harbin\"]/exemplarCity",
3456                 "Harbin"
3457             },
3458             {
3459                 "5415312135312842422",
3460                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Hebron\"]/exemplarCity",
3461                 "Hebron"
3462             },
3463             {
3464                 "4204291594775258196",
3465                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Hong_Kong\"]/exemplarCity",
3466                 "Hong Kong"
3467             },
3468             {
3469                 "2930992672647784664",
3470                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Hovd\"]/exemplarCity",
3471                 "Hovd"
3472             },
3473             {
3474                 "8730354801115774450",
3475                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Irkutsk\"]/exemplarCity",
3476                 "Irkutsk"
3477             },
3478             {
3479                 "3729203606820000283",
3480                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Jakarta\"]/exemplarCity",
3481                 "Jakarta"
3482             },
3483             {
3484                 "6385774463375114192",
3485                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Jayapura\"]/exemplarCity",
3486                 "Jayapura"
3487             },
3488             {
3489                 "6226847945975216489",
3490                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Jerusalem\"]/exemplarCity",
3491                 "Jerusalem"
3492             },
3493             {
3494                 "1254524138127915958",
3495                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kabul\"]/exemplarCity",
3496                 "Kabul"
3497             },
3498             {
3499                 "4229521710840037477",
3500                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kamchatka\"]/exemplarCity",
3501                 "Kamchatka"
3502             },
3503             {
3504                 "8578458712129596800",
3505                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Karachi\"]/exemplarCity",
3506                 "Karachi"
3507             },
3508             {
3509                 "666169902379354148",
3510                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kashgar\"]/exemplarCity",
3511                 "Kashgar"
3512             },
3513             {
3514                 "4239969033940235536",
3515                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Katmandu\"]/exemplarCity",
3516                 "Kathmandu"
3517             },
3518             {
3519                 "1853324788207861896",
3520                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Khandyga\"]/exemplarCity",
3521                 "Khandyga"
3522             },
3523             {
3524                 "329759406792520461",
3525                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Krasnoyarsk\"]/exemplarCity",
3526                 "Krasnoyarsk"
3527             },
3528             {
3529                 "665972262770343175",
3530                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kuala_Lumpur\"]/exemplarCity",
3531                 "Kuala Lumpur"
3532             },
3533             {
3534                 "2392082881273102314",
3535                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kuching\"]/exemplarCity",
3536                 "Kuching"
3537             },
3538             {
3539                 "1085966148043633810",
3540                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Kuwait\"]/exemplarCity",
3541                 "Kuwait"
3542             },
3543             {
3544                 "8003031106603178940",
3545                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Macau\"]/exemplarCity",
3546                 "Macau"
3547             },
3548             {
3549                 "5824519960099996619",
3550                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Magadan\"]/exemplarCity",
3551                 "Magadan"
3552             },
3553             {
3554                 "6107856220976141809",
3555                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Makassar\"]/exemplarCity",
3556                 "Makassar"
3557             },
3558             {
3559                 "2244441465157704095",
3560                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Manila\"]/exemplarCity",
3561                 "Manila"
3562             },
3563             {
3564                 "258228732656684304",
3565                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Muscat\"]/exemplarCity",
3566                 "Muscat"
3567             },
3568             {
3569                 "1510092568842482911",
3570                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Nicosia\"]/exemplarCity",
3571                 "Nicosia"
3572             },
3573             {
3574                 "1640482433911419703",
3575                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Novokuznetsk\"]/exemplarCity",
3576                 "Novokuznetsk"
3577             },
3578             {
3579                 "5338907396089797722",
3580                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Novosibirsk\"]/exemplarCity",
3581                 "Novosibirsk"
3582             },
3583             {
3584                 "457388536131157975",
3585                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Omsk\"]/exemplarCity",
3586                 "Omsk"
3587             },
3588             {
3589                 "6599341174499328704",
3590                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Oral\"]/exemplarCity",
3591                 "Oral"
3592             },
3593             {
3594                 "3354088824768213731",
3595                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Phnom_Penh\"]/exemplarCity",
3596                 "Phnom Penh"
3597             },
3598             {
3599                 "3492622706480797436",
3600                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Pontianak\"]/exemplarCity",
3601                 "Pontianak"
3602             },
3603             {
3604                 "3069576735359397662",
3605                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Pyongyang\"]/exemplarCity",
3606                 "Pyongyang"
3607             },
3608             {
3609                 "5780486567114115392",
3610                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Qatar\"]/exemplarCity",
3611                 "Qatar"
3612             },
3613             {
3614                 "432620139212557083",
3615                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Qyzylorda\"]/exemplarCity",
3616                 "Qyzylorda"
3617             },
3618             {
3619                 "3852467386726173659",
3620                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Rangoon\"]/exemplarCity",
3621                 "Rangoon"
3622             },
3623             {
3624                 "2214340445659118722",
3625                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Riyadh\"]/exemplarCity",
3626                 "Riyadh"
3627             },
3628             {
3629                 "801072575743793779",
3630                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Saigon\"]/exemplarCity",
3631                 "Ho Chi Minh City"
3632             },
3633             {
3634                 "4963273388656584408",
3635                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Sakhalin\"]/exemplarCity",
3636                 "Sakhalin"
3637             },
3638             {
3639                 "9124538215106166955",
3640                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Samarkand\"]/exemplarCity",
3641                 "Samarkand"
3642             },
3643             {
3644                 "7510203178147278080",
3645                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Seoul\"]/exemplarCity",
3646                 "Seoul"
3647             },
3648             {
3649                 "7067763903360842593",
3650                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Shanghai\"]/exemplarCity",
3651                 "Shanghai"
3652             },
3653             {
3654                 "2810656609021745413",
3655                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Singapore\"]/exemplarCity",
3656                 "Singapore"
3657             },
3658             {
3659                 "2262866515935196584",
3660                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Taipei\"]/exemplarCity",
3661                 "Taipei"
3662             },
3663             {
3664                 "3375017400262847745",
3665                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Tashkent\"]/exemplarCity",
3666                 "Tashkent"
3667             },
3668             {
3669                 "8864256105964327676",
3670                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Tbilisi\"]/exemplarCity",
3671                 "Tbilisi"
3672             },
3673             {
3674                 "5250486530837750613",
3675                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Tehran\"]/exemplarCity",
3676                 "Tehran"
3677             },
3678             {
3679                 "3171832676744420140",
3680                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Thimphu\"]/exemplarCity",
3681                 "Thimphu"
3682             },
3683             {
3684                 "5107623232477393516",
3685                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Tokyo\"]/exemplarCity",
3686                 "Tokyo"
3687             },
3688             {
3689                 "3278132214531163947",
3690                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Ulaanbaatar\"]/exemplarCity",
3691                 "Ulaanbaatar"
3692             },
3693             {
3694                 "248813734913057351",
3695                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Urumqi\"]/exemplarCity",
3696                 "Urumqi"
3697             },
3698             {
3699                 "8136132035590216750",
3700                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Ust-Nera\"]/exemplarCity",
3701                 "Ust-Nera"
3702             },
3703             {
3704                 "4385110377842817000",
3705                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Vientiane\"]/exemplarCity",
3706                 "Vientiane"
3707             },
3708             {
3709                 "4461595313532693199",
3710                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Vladivostok\"]/exemplarCity",
3711                 "Vladivostok"
3712             },
3713             {
3714                 "1615965183671490313",
3715                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Yakutsk\"]/exemplarCity",
3716                 "Yakutsk"
3717             },
3718             {
3719                 "6482376622392162262",
3720                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Yekaterinburg\"]/exemplarCity",
3721                 "Yekaterinburg"
3722             },
3723             {
3724                 "456827916383968352",
3725                 "//ldml/dates/timeZoneNames/zone[@type=\"Asia/Yerevan\"]/exemplarCity",
3726                 "Yerevan"
3727             },
3728             {
3729                 "3936406064445363340",
3730                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Azores\"]/exemplarCity",
3731                 "Azores"
3732             },
3733             {
3734                 "6548502962897544980",
3735                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Bermuda\"]/exemplarCity",
3736                 "Bermuda"
3737             },
3738             {
3739                 "5155447112115219885",
3740                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Canary\"]/exemplarCity",
3741                 "Canary"
3742             },
3743             {
3744                 "1307690189081787497",
3745                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Cape_Verde\"]/exemplarCity",
3746                 "Cape Verde"
3747             },
3748             {
3749                 "7629963434510850768",
3750                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Faeroe\"]/exemplarCity",
3751                 "Faroe"
3752             },
3753             {
3754                 "1398538203279808348",
3755                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Madeira\"]/exemplarCity",
3756                 "Madeira"
3757             },
3758             {
3759                 "6170640778803820751",
3760                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Reykjavik\"]/exemplarCity",
3761                 "Reykjavik"
3762             },
3763             {
3764                 "7589907658021532056",
3765                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/South_Georgia\"]/exemplarCity",
3766                 "South Georgia"
3767             },
3768             {
3769                 "397408786819860447",
3770                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/St_Helena\"]/exemplarCity",
3771                 "St. Helena"
3772             },
3773             {
3774                 "4035172180338205041",
3775                 "//ldml/dates/timeZoneNames/zone[@type=\"Atlantic/Stanley\"]/exemplarCity",
3776                 "Stanley"
3777             },
3778             {
3779                 "5340125663924761285",
3780                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Adelaide\"]/exemplarCity",
3781                 "Adelaide"
3782             },
3783             {
3784                 "4604462152470803515",
3785                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Brisbane\"]/exemplarCity",
3786                 "Brisbane"
3787             },
3788             {
3789                 "8102579201303053315",
3790                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Broken_Hill\"]/exemplarCity",
3791                 "Broken Hill"
3792             },
3793             {
3794                 "4668033683545359604",
3795                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Currie\"]/exemplarCity",
3796                 "Currie"
3797             },
3798             {
3799                 "2400296783519840233",
3800                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Darwin\"]/exemplarCity",
3801                 "Darwin"
3802             },
3803             {
3804                 "8216983246347186328",
3805                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Eucla\"]/exemplarCity",
3806                 "Eucla"
3807             },
3808             {
3809                 "1910226673590426166",
3810                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Hobart\"]/exemplarCity",
3811                 "Hobart"
3812             },
3813             {
3814                 "6200577373273455728",
3815                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Lindeman\"]/exemplarCity",
3816                 "Lindeman"
3817             },
3818             {
3819                 "1872505770254482366",
3820                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Lord_Howe\"]/exemplarCity",
3821                 "Lord Howe"
3822             },
3823             {
3824                 "501240726435504389",
3825                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Melbourne\"]/exemplarCity",
3826                 "Melbourne"
3827             },
3828             {
3829                 "8751324757150489485",
3830                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Perth\"]/exemplarCity",
3831                 "Perth"
3832             },
3833             {
3834                 "1946588038085929249",
3835                 "//ldml/dates/timeZoneNames/zone[@type=\"Australia/Sydney\"]/exemplarCity",
3836                 "Sydney"
3837             },
3838             {
3839                 "7703365267077362924",
3840                 "//ldml/dates/timeZoneNames/zone[@type=\"Etc/Unknown\"]/exemplarCity",
3841                 "Unknown City"
3842             },
3843             {
3844                 "5544773620391781739",
3845                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Amsterdam\"]/exemplarCity",
3846                 "Amsterdam"
3847             },
3848             {
3849                 "9022432003501267338",
3850                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Andorra\"]/exemplarCity",
3851                 "Andorra"
3852             },
3853             {
3854                 "397977800529326740",
3855                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Athens\"]/exemplarCity",
3856                 "Athens"
3857             },
3858             {
3859                 "3984829436972478856",
3860                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Belgrade\"]/exemplarCity",
3861                 "Belgrade"
3862             },
3863             {
3864                 "5776626477330818389",
3865                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Berlin\"]/exemplarCity",
3866                 "Berlin"
3867             },
3868             {
3869                 "6085996068890438028",
3870                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Bratislava\"]/exemplarCity",
3871                 "Bratislava"
3872             },
3873             {
3874                 "5328438664670520369",
3875                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Brussels\"]/exemplarCity",
3876                 "Brussels"
3877             },
3878             {
3879                 "7863873258501828449",
3880                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Bucharest\"]/exemplarCity",
3881                 "Bucharest"
3882             },
3883             {
3884                 "5323950130410037687",
3885                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Budapest\"]/exemplarCity",
3886                 "Budapest"
3887             },
3888             {
3889                 "8713410073774477831",
3890                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Busingen\"]/exemplarCity",
3891                 "Busingen"
3892             },
3893             {
3894                 "4564618853845029870",
3895                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Chisinau\"]/exemplarCity",
3896                 "Chisinau"
3897             },
3898             {
3899                 "8780912674286977312",
3900                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Copenhagen\"]/exemplarCity",
3901                 "Copenhagen"
3902             },
3903             {
3904                 "5898144268103007337",
3905                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Dublin\"]/exemplarCity",
3906                 "Dublin"
3907             },
3908             {
3909                 "343111457692709679",
3910                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Gibraltar\"]/exemplarCity",
3911                 "Gibraltar"
3912             },
3913             {
3914                 "2516563734440438795",
3915                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Guernsey\"]/exemplarCity",
3916                 "Guernsey"
3917             },
3918             {
3919                 "9209449654803435582",
3920                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Helsinki\"]/exemplarCity",
3921                 "Helsinki"
3922             },
3923             {
3924                 "3032493161873757101",
3925                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Isle_of_Man\"]/exemplarCity",
3926                 "Isle of Man"
3927             },
3928             {
3929                 "2592507110352888542",
3930                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Istanbul\"]/exemplarCity",
3931                 "Istanbul"
3932             },
3933             {
3934                 "327611300360595307",
3935                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Jersey\"]/exemplarCity",
3936                 "Jersey"
3937             },
3938             {
3939                 "8181775238607547082",
3940                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Kaliningrad\"]/exemplarCity",
3941                 "Kaliningrad"
3942             },
3943             {
3944                 "7913110883647808056",
3945                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Kiev\"]/exemplarCity",
3946                 "Kiev"
3947             },
3948             {
3949                 "1392008863232612712",
3950                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Lisbon\"]/exemplarCity",
3951                 "Lisbon"
3952             },
3953             {
3954                 "6868822292237385063",
3955                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Ljubljana\"]/exemplarCity",
3956                 "Ljubljana"
3957             },
3958             {
3959                 "4913750323164536399",
3960                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/London\"]/exemplarCity",
3961                 "London"
3962             },
3963             {
3964                 "6555712109203778244",
3965                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Luxembourg\"]/exemplarCity",
3966                 "Luxembourg"
3967             },
3968             {
3969                 "2187451587348397529",
3970                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Madrid\"]/exemplarCity",
3971                 "Madrid"
3972             },
3973             {
3974                 "6534097977332325988",
3975                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Malta\"]/exemplarCity",
3976                 "Malta"
3977             },
3978             {
3979                 "8023531324508375541",
3980                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Mariehamn\"]/exemplarCity",
3981                 "Mariehamn"
3982             },
3983             {
3984                 "7766743097733910126",
3985                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Minsk\"]/exemplarCity",
3986                 "Minsk"
3987             },
3988             {
3989                 "2547495737261835220",
3990                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Monaco\"]/exemplarCity",
3991                 "Monaco"
3992             },
3993             {
3994                 "2268954548631513184",
3995                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Moscow\"]/exemplarCity",
3996                 "Moscow"
3997             },
3998             {
3999                 "2416048096860372555",
4000                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Oslo\"]/exemplarCity",
4001                 "Oslo"
4002             },
4003             {
4004                 "7152351939986454250",
4005                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Paris\"]/exemplarCity",
4006                 "Paris"
4007             },
4008             {
4009                 "7608655856443773206",
4010                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Podgorica\"]/exemplarCity",
4011                 "Podgorica"
4012             },
4013             {
4014                 "5443302705962706805",
4015                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Prague\"]/exemplarCity",
4016                 "Prague"
4017             },
4018             {
4019                 "7026651097888921371",
4020                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Riga\"]/exemplarCity",
4021                 "Riga"
4022             },
4023             {
4024                 "6180904170980862226",
4025                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Rome\"]/exemplarCity",
4026                 "Rome"
4027             },
4028             {
4029                 "1985027057144362848",
4030                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Samara\"]/exemplarCity",
4031                 "Samara"
4032             },
4033             {
4034                 "1722414312273988250",
4035                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/San_Marino\"]/exemplarCity",
4036                 "San Marino"
4037             },
4038             {
4039                 "6531855417788581538",
4040                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Sarajevo\"]/exemplarCity",
4041                 "Sarajevo"
4042             },
4043             {
4044                 "9094759543625901997",
4045                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Simferopol\"]/exemplarCity",
4046                 "Simferopol"
4047             },
4048             {
4049                 "3894952120544622831",
4050                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Skopje\"]/exemplarCity",
4051                 "Skopje"
4052             },
4053             {
4054                 "8771656834955497507",
4055                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Sofia\"]/exemplarCity",
4056                 "Sofia"
4057             },
4058             {
4059                 "9138361558708165162",
4060                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Stockholm\"]/exemplarCity",
4061                 "Stockholm"
4062             },
4063             {
4064                 "8427668050909481721",
4065                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Tallinn\"]/exemplarCity",
4066                 "Tallinn"
4067             },
4068             {
4069                 "6302403807762230587",
4070                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Tirane\"]/exemplarCity",
4071                 "Tirane"
4072             },
4073             {
4074                 "3386596531885005336",
4075                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Uzhgorod\"]/exemplarCity",
4076                 "Uzhgorod"
4077             },
4078             {
4079                 "27206410979980953",
4080                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Vaduz\"]/exemplarCity",
4081                 "Vaduz"
4082             },
4083             {
4084                 "8476527351671053891",
4085                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Vatican\"]/exemplarCity",
4086                 "Vatican"
4087             },
4088             {
4089                 "1067195254182779860",
4090                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Vienna\"]/exemplarCity",
4091                 "Vienna"
4092             },
4093             {
4094                 "4017756509131292127",
4095                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Vilnius\"]/exemplarCity",
4096                 "Vilnius"
4097             },
4098             {
4099                 "7620423786060941281",
4100                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Volgograd\"]/exemplarCity",
4101                 "Volgograd"
4102             },
4103             {
4104                 "5046045445134101892",
4105                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Warsaw\"]/exemplarCity",
4106                 "Warsaw"
4107             },
4108             {
4109                 "5069027697316043163",
4110                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Zagreb\"]/exemplarCity",
4111                 "Zagreb"
4112             },
4113             {
4114                 "8167301492804220968",
4115                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Zaporozhye\"]/exemplarCity",
4116                 "Zaporozhye"
4117             },
4118             {
4119                 "649500739998689953",
4120                 "//ldml/dates/timeZoneNames/zone[@type=\"Europe/Zurich\"]/exemplarCity",
4121                 "Zurich"
4122             },
4123             {
4124                 "5672630093539236464",
4125                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Antananarivo\"]/exemplarCity",
4126                 "Antananarivo"
4127             },
4128             {
4129                 "2749773215625945864",
4130                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Chagos\"]/exemplarCity",
4131                 "Chagos"
4132             },
4133             {
4134                 "3019637728481766407",
4135                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Christmas\"]/exemplarCity",
4136                 "Christmas"
4137             },
4138             {
4139                 "6378191289154969269",
4140                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Cocos\"]/exemplarCity",
4141                 "Cocos"
4142             },
4143             {
4144                 "9140739560888652098",
4145                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Comoro\"]/exemplarCity",
4146                 "Comoro"
4147             },
4148             {
4149                 "675521348554230046",
4150                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Kerguelen\"]/exemplarCity",
4151                 "Kerguelen"
4152             },
4153             {
4154                 "9194505246309921854",
4155                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Mahe\"]/exemplarCity",
4156                 "Mahe"
4157             },
4158             {
4159                 "1528447325111053162",
4160                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Maldives\"]/exemplarCity",
4161                 "Maldives"
4162             },
4163             {
4164                 "7557640061621948932",
4165                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Mauritius\"]/exemplarCity",
4166                 "Mauritius"
4167             },
4168             {
4169                 "4344425082568338692",
4170                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Mayotte\"]/exemplarCity",
4171                 "Mayotte"
4172             },
4173             {
4174                 "4149156895076276642",
4175                 "//ldml/dates/timeZoneNames/zone[@type=\"Indian/Reunion\"]/exemplarCity",
4176                 "Réunion"
4177             },
4178             {
4179                 "2379546712491326584",
4180                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Apia\"]/exemplarCity",
4181                 "Apia"
4182             },
4183             {
4184                 "7480467477013516192",
4185                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Auckland\"]/exemplarCity",
4186                 "Auckland"
4187             },
4188             {
4189                 "1979489220072448066",
4190                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Chatham\"]/exemplarCity",
4191                 "Chatham"
4192             },
4193             {
4194                 "5257091636013869411",
4195                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Easter\"]/exemplarCity",
4196                 "Easter"
4197             },
4198             {
4199                 "4475071138104018997",
4200                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Efate\"]/exemplarCity",
4201                 "Efate"
4202             },
4203             {
4204                 "4427845467092779242",
4205                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Enderbury\"]/exemplarCity",
4206                 "Enderbury"
4207             },
4208             {
4209                 "8583334243622496646",
4210                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Fakaofo\"]/exemplarCity",
4211                 "Fakaofo"
4212             },
4213             {
4214                 "1282269506575450795",
4215                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Fiji\"]/exemplarCity",
4216                 "Fiji"
4217             },
4218             {
4219                 "2510423198280554169",
4220                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Funafuti\"]/exemplarCity",
4221                 "Funafuti"
4222             },
4223             {
4224                 "7911468415196260933",
4225                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Galapagos\"]/exemplarCity",
4226                 "Galapagos"
4227             },
4228             {
4229                 "6600538577322944725",
4230                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Gambier\"]/exemplarCity",
4231                 "Gambier"
4232             },
4233             {
4234                 "6084148354079824154",
4235                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Guadalcanal\"]/exemplarCity",
4236                 "Guadalcanal"
4237             },
4238             {
4239                 "5577325100398556695",
4240                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Guam\"]/exemplarCity",
4241                 "Guam"
4242             },
4243             {
4244                 "243334635709362237",
4245                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Honolulu\"]/exemplarCity",
4246                 "Honolulu"
4247             },
4248             {
4249                 "4161959744774533537",
4250                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Johnston\"]/exemplarCity",
4251                 "Johnston"
4252             },
4253             {
4254                 "1395011785076774390",
4255                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Kiritimati\"]/exemplarCity",
4256                 "Kiritimati"
4257             },
4258             {
4259                 "1995863166961733881",
4260                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Kosrae\"]/exemplarCity",
4261                 "Kosrae"
4262             },
4263             {
4264                 "2048336673569289883",
4265                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Kwajalein\"]/exemplarCity",
4266                 "Kwajalein"
4267             },
4268             {
4269                 "7232570290194355980",
4270                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Majuro\"]/exemplarCity",
4271                 "Majuro"
4272             },
4273             {
4274                 "4502159008106100829",
4275                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Marquesas\"]/exemplarCity",
4276                 "Marquesas"
4277             },
4278             {
4279                 "7634013242615411343",
4280                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Midway\"]/exemplarCity",
4281                 "Midway"
4282             },
4283             {
4284                 "6639363581588688861",
4285                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Nauru\"]/exemplarCity",
4286                 "Nauru"
4287             },
4288             {
4289                 "4487603981609220924",
4290                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Niue\"]/exemplarCity",
4291                 "Niue"
4292             },
4293             {
4294                 "392870532298230574",
4295                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Norfolk\"]/exemplarCity",
4296                 "Norfolk"
4297             },
4298             {
4299                 "6851611561858046537",
4300                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Noumea\"]/exemplarCity",
4301                 "Noumea"
4302             },
4303             {
4304                 "8978234886913370922",
4305                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Pago_Pago\"]/exemplarCity",
4306                 "Pago Pago"
4307             },
4308             {
4309                 "6911587807368719715",
4310                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Palau\"]/exemplarCity",
4311                 "Palau"
4312             },
4313             {
4314                 "8589626635556429676",
4315                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Pitcairn\"]/exemplarCity",
4316                 "Pitcairn"
4317             },
4318             {
4319                 "9203265722471266578",
4320                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Ponape\"]/exemplarCity",
4321                 "Pohnpei"
4322             },
4323             {
4324                 "1240717663574684652",
4325                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Port_Moresby\"]/exemplarCity",
4326                 "Port Moresby"
4327             },
4328             {
4329                 "6580317824043511955",
4330                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Rarotonga\"]/exemplarCity",
4331                 "Rarotonga"
4332             },
4333             {
4334                 "8041699594593468997",
4335                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Saipan\"]/exemplarCity",
4336                 "Saipan"
4337             },
4338             {
4339                 "184105271342027596",
4340                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Tahiti\"]/exemplarCity",
4341                 "Tahiti"
4342             },
4343             {
4344                 "5991524608355651081",
4345                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Tarawa\"]/exemplarCity",
4346                 "Tarawa"
4347             },
4348             {
4349                 "8224233911607972079",
4350                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Tongatapu\"]/exemplarCity",
4351                 "Tongatapu"
4352             },
4353             {
4354                 "4638877615154098959",
4355                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Truk\"]/exemplarCity",
4356                 "Chuuk"
4357             },
4358             {
4359                 "7041973144457241462",
4360                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Wake\"]/exemplarCity",
4361                 "Wake"
4362             },
4363             {
4364                 "3833643633292706311",
4365                 "//ldml/dates/timeZoneNames/zone[@type=\"Pacific/Wallis\"]/exemplarCity",
4366                 "Wallis"
4367             },
4368             {"3970111286376009027", "//ldml/delimiters/alternateQuotationEnd", "’"},
4369             {"2079535440030015191", "//ldml/delimiters/alternateQuotationStart", "‘"},
4370             {"1160890260784436111", "//ldml/delimiters/quotationEnd", "”"},
4371             {"6598675881556239061", "//ldml/delimiters/quotationStart", "“"},
4372             {
4373                 "4936202362457568222",
4374                 "//ldml/listPatterns/listPattern/listPatternPart[@type=\"2\"]",
4375                 "{0} and {1}"
4376             },
4377             {
4378                 "5103380380282058648",
4379                 "//ldml/listPatterns/listPattern/listPatternPart[@type=\"end\"]",
4380                 "{0}, and {1}"
4381             },
4382             {
4383                 "5731616620056084282",
4384                 "//ldml/listPatterns/listPattern/listPatternPart[@type=\"middle\"]",
4385                 "{0}, {1}"
4386             },
4387             {
4388                 "4290360422310853603",
4389                 "//ldml/listPatterns/listPattern/listPatternPart[@type=\"start\"]",
4390                 "{0}, {1}"
4391             },
4392             {
4393                 "1271534920671108742",
4394                 "//ldml/localeDisplayNames/keys/key[@type=\"calendar\"]",
4395                 "Calendar"
4396             },
4397             {
4398                 "549726584768242715",
4399                 "//ldml/localeDisplayNames/keys/key[@type=\"collation\"]",
4400                 "Sort Order"
4401             },
4402             {
4403                 "2620660067000606113",
4404                 "//ldml/localeDisplayNames/keys/key[@type=\"currency\"]",
4405                 "Currency"
4406             },
4407             {
4408                 "1236878005668860126",
4409                 "//ldml/localeDisplayNames/keys/key[@type=\"numbers\"]",
4410                 "Numbers"
4411             },
4412             {
4413                 "1612365206259538668",
4414                 "//ldml/localeDisplayNames/languages/language[@type=\"ach\"]",
4415                 "Acoli"
4416             },
4417             {
4418                 "681544291024384572",
4419                 "//ldml/localeDisplayNames/languages/language[@type=\"af\"]",
4420                 "Afrikaans"
4421             },
4422             {
4423                 "2742611637065260510",
4424                 "//ldml/localeDisplayNames/languages/language[@type=\"ak\"]",
4425                 "Akan"
4426             },
4427             {
4428                 "654681147478261775",
4429                 "//ldml/localeDisplayNames/languages/language[@type=\"am\"]",
4430                 "Amharic"
4431             },
4432             {
4433                 "6289807795603559067",
4434                 "//ldml/localeDisplayNames/languages/language[@type=\"ar\"]",
4435                 "Arabic"
4436             },
4437             {
4438                 "8595449180615167196",
4439                 "//ldml/localeDisplayNames/languages/language[@type=\"az\"]",
4440                 "Azerbaijani"
4441             },
4442             {
4443                 "8074808862785069979",
4444                 "//ldml/localeDisplayNames/languages/language[@type=\"az\"][@alt=\"short\"]",
4445                 "Azeri"
4446             },
4447             {
4448                 "4723764307866319957",
4449                 "//ldml/localeDisplayNames/languages/language[@type=\"be\"]",
4450                 "Belarusian"
4451             },
4452             {
4453                 "8652291692059007228",
4454                 "//ldml/localeDisplayNames/languages/language[@type=\"bem\"]",
4455                 "Bemba"
4456             },
4457             {
4458                 "4630819322671775651",
4459                 "//ldml/localeDisplayNames/languages/language[@type=\"bg\"]",
4460                 "Bulgarian"
4461             },
4462             {
4463                 "4436773130861765724",
4464                 "//ldml/localeDisplayNames/languages/language[@type=\"bh\"]",
4465                 "Bihari"
4466             },
4467             {
4468                 "4053606790251734408",
4469                 "//ldml/localeDisplayNames/languages/language[@type=\"bn\"]",
4470                 "Bengali"
4471             },
4472             {
4473                 "3944278773302403991",
4474                 "//ldml/localeDisplayNames/languages/language[@type=\"br\"]",
4475                 "Breton"
4476             },
4477             {
4478                 "7308740404801138110",
4479                 "//ldml/localeDisplayNames/languages/language[@type=\"bs\"]",
4480                 "Bosnian"
4481             },
4482             {
4483                 "2027690021933181118",
4484                 "//ldml/localeDisplayNames/languages/language[@type=\"ca\"]",
4485                 "Catalan"
4486             },
4487             {
4488                 "6062551885221496122",
4489                 "//ldml/localeDisplayNames/languages/language[@type=\"chr\"]",
4490                 "Cherokee"
4491             },
4492             {
4493                 "5816852039637496090",
4494                 "//ldml/localeDisplayNames/languages/language[@type=\"ckb\"]",
4495                 "Sorani Kurdish"
4496             },
4497             {
4498                 "7675915473319778710",
4499                 "//ldml/localeDisplayNames/languages/language[@type=\"co\"]",
4500                 "Corsican"
4501             },
4502             {
4503                 "24018486885560812",
4504                 "//ldml/localeDisplayNames/languages/language[@type=\"cs\"]",
4505                 "Czech"
4506             },
4507             {
4508                 "1788060972909850742",
4509                 "//ldml/localeDisplayNames/languages/language[@type=\"cy\"]",
4510                 "Welsh"
4511             },
4512             {
4513                 "7938924748712865237",
4514                 "//ldml/localeDisplayNames/languages/language[@type=\"da\"]",
4515                 "Danish"
4516             },
4517             {
4518                 "2518321138963333853",
4519                 "//ldml/localeDisplayNames/languages/language[@type=\"de\"]",
4520                 "German"
4521             },
4522             {
4523                 "720807906240724148",
4524                 "//ldml/localeDisplayNames/languages/language[@type=\"de_AT\"]",
4525                 "Austrian German"
4526             },
4527             {
4528                 "8331082136999924228",
4529                 "//ldml/localeDisplayNames/languages/language[@type=\"de_CH\"]",
4530                 "Swiss High German"
4531             },
4532             {
4533                 "7093532271455570797",
4534                 "//ldml/localeDisplayNames/languages/language[@type=\"ee\"]",
4535                 "Ewe"
4536             },
4537             {
4538                 "6000600383373441848",
4539                 "//ldml/localeDisplayNames/languages/language[@type=\"el\"]",
4540                 "Greek"
4541             },
4542             {
4543                 "3649550197918892323",
4544                 "//ldml/localeDisplayNames/languages/language[@type=\"en\"]",
4545                 "English"
4546             },
4547             {
4548                 "6422005883575748157",
4549                 "//ldml/localeDisplayNames/languages/language[@type=\"en_AU\"]",
4550                 "Australian English"
4551             },
4552             {
4553                 "2756059324058806270",
4554                 "//ldml/localeDisplayNames/languages/language[@type=\"en_CA\"]",
4555                 "Canadian English"
4556             },
4557             {
4558                 "8285032827730918552",
4559                 "//ldml/localeDisplayNames/languages/language[@type=\"en_GB\"]",
4560                 "British English"
4561             },
4562             {
4563                 "2808290825800076683",
4564                 "//ldml/localeDisplayNames/languages/language[@type=\"en_GB\"][@alt=\"short\"]",
4565                 "U.K. English"
4566             },
4567             {
4568                 "8915735256232804041",
4569                 "//ldml/localeDisplayNames/languages/language[@type=\"en_US\"]",
4570                 "American English"
4571             },
4572             {
4573                 "8970664566264289918",
4574                 "//ldml/localeDisplayNames/languages/language[@type=\"en_US\"][@alt=\"short\"]",
4575                 "U.S. English"
4576             },
4577             {
4578                 "2192562239004776899",
4579                 "//ldml/localeDisplayNames/languages/language[@type=\"eo\"]",
4580                 "Esperanto"
4581             },
4582             {
4583                 "8685818340188116440",
4584                 "//ldml/localeDisplayNames/languages/language[@type=\"es\"]",
4585                 "Spanish"
4586             },
4587             {
4588                 "3701852154519831523",
4589                 "//ldml/localeDisplayNames/languages/language[@type=\"es_419\"]",
4590                 "Latin American Spanish"
4591             },
4592             {
4593                 "7774790281144780280",
4594                 "//ldml/localeDisplayNames/languages/language[@type=\"es_ES\"]",
4595                 "European Spanish"
4596             },
4597             {
4598                 "3024306450833322692",
4599                 "//ldml/localeDisplayNames/languages/language[@type=\"et\"]",
4600                 "Estonian"
4601             },
4602             {
4603                 "3418866703067477246",
4604                 "//ldml/localeDisplayNames/languages/language[@type=\"eu\"]",
4605                 "Basque"
4606             },
4607             {
4608                 "2859301398508162245",
4609                 "//ldml/localeDisplayNames/languages/language[@type=\"fa\"]",
4610                 "Persian"
4611             },
4612             {
4613                 "5382778046166060102",
4614                 "//ldml/localeDisplayNames/languages/language[@type=\"fi\"]",
4615                 "Finnish"
4616             },
4617             {
4618                 "891932167793374840",
4619                 "//ldml/localeDisplayNames/languages/language[@type=\"fil\"]",
4620                 "Filipino"
4621             },
4622             {
4623                 "1860292554937901026",
4624                 "//ldml/localeDisplayNames/languages/language[@type=\"fo\"]",
4625                 "Faroese"
4626             },
4627             {
4628                 "154778162251825274",
4629                 "//ldml/localeDisplayNames/languages/language[@type=\"fr\"]",
4630                 "French"
4631             },
4632             {
4633                 "4269505754824873382",
4634                 "//ldml/localeDisplayNames/languages/language[@type=\"fr_CA\"]",
4635                 "Canadian French"
4636             },
4637             {
4638                 "1633363787622255074",
4639                 "//ldml/localeDisplayNames/languages/language[@type=\"fr_CH\"]",
4640                 "Swiss French"
4641             },
4642             {
4643                 "6055997387031252192",
4644                 "//ldml/localeDisplayNames/languages/language[@type=\"fy\"]",
4645                 "Western Frisian"
4646             },
4647             {
4648                 "2511218904135777414",
4649                 "//ldml/localeDisplayNames/languages/language[@type=\"ga\"]",
4650                 "Irish"
4651             },
4652             {
4653                 "4180044731008175327",
4654                 "//ldml/localeDisplayNames/languages/language[@type=\"gaa\"]",
4655                 "Ga"
4656             },
4657             {
4658                 "7049856016460493644",
4659                 "//ldml/localeDisplayNames/languages/language[@type=\"gd\"]",
4660                 "Scottish Gaelic"
4661             },
4662             {
4663                 "6412924126191403836",
4664                 "//ldml/localeDisplayNames/languages/language[@type=\"gl\"]",
4665                 "Galician"
4666             },
4667             {
4668                 "5275839173488983051",
4669                 "//ldml/localeDisplayNames/languages/language[@type=\"gn\"]",
4670                 "Guarani"
4671             },
4672             {
4673                 "154764751606498195",
4674                 "//ldml/localeDisplayNames/languages/language[@type=\"gsw\"]",
4675                 "Swiss German"
4676             },
4677             {
4678                 "7083389373075224272",
4679                 "//ldml/localeDisplayNames/languages/language[@type=\"gu\"]",
4680                 "Gujarati"
4681             },
4682             {
4683                 "2017287406418570663",
4684                 "//ldml/localeDisplayNames/languages/language[@type=\"ha\"]",
4685                 "Hausa"
4686             },
4687             {
4688                 "735079608424766069",
4689                 "//ldml/localeDisplayNames/languages/language[@type=\"haw\"]",
4690                 "Hawaiian"
4691             },
4692             {
4693                 "1730956426850579730",
4694                 "//ldml/localeDisplayNames/languages/language[@type=\"he\"]",
4695                 "Hebrew"
4696             },
4697             {
4698                 "1748431843944237499",
4699                 "//ldml/localeDisplayNames/languages/language[@type=\"hi\"]",
4700                 "Hindi"
4701             },
4702             {
4703                 "7873416531047419529",
4704                 "//ldml/localeDisplayNames/languages/language[@type=\"hr\"]",
4705                 "Croatian"
4706             },
4707             {
4708                 "2823454794724033404",
4709                 "//ldml/localeDisplayNames/languages/language[@type=\"ht\"]",
4710                 "Haitian"
4711             },
4712             {
4713                 "6767497437186516174",
4714                 "//ldml/localeDisplayNames/languages/language[@type=\"hu\"]",
4715                 "Hungarian"
4716             },
4717             {
4718                 "3676752541031513758",
4719                 "//ldml/localeDisplayNames/languages/language[@type=\"hy\"]",
4720                 "Armenian"
4721             },
4722             {
4723                 "5964296714872574475",
4724                 "//ldml/localeDisplayNames/languages/language[@type=\"ia\"]",
4725                 "Interlingua"
4726             },
4727             {
4728                 "3218214870452767062",
4729                 "//ldml/localeDisplayNames/languages/language[@type=\"id\"]",
4730                 "Indonesian"
4731             },
4732             {
4733                 "5158921740397803966",
4734                 "//ldml/localeDisplayNames/languages/language[@type=\"ig\"]",
4735                 "Igbo"
4736             },
4737             {
4738                 "3642595858516587050",
4739                 "//ldml/localeDisplayNames/languages/language[@type=\"is\"]",
4740                 "Icelandic"
4741             },
4742             {
4743                 "1114976204919818410",
4744                 "//ldml/localeDisplayNames/languages/language[@type=\"it\"]",
4745                 "Italian"
4746             },
4747             {
4748                 "6093687990465856368",
4749                 "//ldml/localeDisplayNames/languages/language[@type=\"ja\"]",
4750                 "Japanese"
4751             },
4752             {
4753                 "853374362993454576",
4754                 "//ldml/localeDisplayNames/languages/language[@type=\"jv\"]",
4755                 "Javanese"
4756             },
4757             {
4758                 "4169403360066807705",
4759                 "//ldml/localeDisplayNames/languages/language[@type=\"ka\"]",
4760                 "Georgian"
4761             },
4762             {
4763                 "3911482872782600797",
4764                 "//ldml/localeDisplayNames/languages/language[@type=\"kg\"]",
4765                 "Kongo"
4766             },
4767             {
4768                 "1238263198953181032",
4769                 "//ldml/localeDisplayNames/languages/language[@type=\"kk\"]",
4770                 "Kazakh"
4771             },
4772             {
4773                 "3439672239653728815",
4774                 "//ldml/localeDisplayNames/languages/language[@type=\"km\"]",
4775                 "Khmer"
4776             },
4777             {
4778                 "4510603685130398091",
4779                 "//ldml/localeDisplayNames/languages/language[@type=\"kn\"]",
4780                 "Kannada"
4781             },
4782             {
4783                 "585963431809261677",
4784                 "//ldml/localeDisplayNames/languages/language[@type=\"ko\"]",
4785                 "Korean"
4786             },
4787             {
4788                 "7328451689970236016",
4789                 "//ldml/localeDisplayNames/languages/language[@type=\"ku\"]",
4790                 "Kurdish"
4791             },
4792             {
4793                 "8279270897078902157",
4794                 "//ldml/localeDisplayNames/languages/language[@type=\"ky\"]",
4795                 "Kyrgyz"
4796             },
4797             {
4798                 "7116506388204925048",
4799                 "//ldml/localeDisplayNames/languages/language[@type=\"ky\"][@alt=\"variant\"]",
4800                 "Kirghiz"
4801             },
4802             {
4803                 "6133864512695254120",
4804                 "//ldml/localeDisplayNames/languages/language[@type=\"la\"]",
4805                 "Latin"
4806             },
4807             {
4808                 "8938569337494412138",
4809                 "//ldml/localeDisplayNames/languages/language[@type=\"lg\"]",
4810                 "Ganda"
4811             },
4812             {
4813                 "9024195691236451007",
4814                 "//ldml/localeDisplayNames/languages/language[@type=\"ln\"]",
4815                 "Lingala"
4816             },
4817             {
4818                 "5307152379793758961",
4819                 "//ldml/localeDisplayNames/languages/language[@type=\"lo\"]",
4820                 "Lao"
4821             },
4822             {
4823                 "3115724297775998710",
4824                 "//ldml/localeDisplayNames/languages/language[@type=\"loz\"]",
4825                 "Lozi"
4826             },
4827             {
4828                 "2755151972620794605",
4829                 "//ldml/localeDisplayNames/languages/language[@type=\"lt\"]",
4830                 "Lithuanian"
4831             },
4832             {
4833                 "3615532145145152282",
4834                 "//ldml/localeDisplayNames/languages/language[@type=\"lua\"]",
4835                 "Luba-Lulua"
4836             },
4837             {
4838                 "8593484878256252238",
4839                 "//ldml/localeDisplayNames/languages/language[@type=\"lv\"]",
4840                 "Latvian"
4841             },
4842             {
4843                 "8788599523548685626",
4844                 "//ldml/localeDisplayNames/languages/language[@type=\"mfe\"]",
4845                 "Morisyen"
4846             },
4847             {
4848                 "683237429256079240",
4849                 "//ldml/localeDisplayNames/languages/language[@type=\"mg\"]",
4850                 "Malagasy"
4851             },
4852             {
4853                 "3083634935683991293",
4854                 "//ldml/localeDisplayNames/languages/language[@type=\"mi\"]",
4855                 "Maori"
4856             },
4857             {
4858                 "6725385173343245217",
4859                 "//ldml/localeDisplayNames/languages/language[@type=\"mk\"]",
4860                 "Macedonian"
4861             },
4862             {
4863                 "8715559329474066979",
4864                 "//ldml/localeDisplayNames/languages/language[@type=\"ml\"]",
4865                 "Malayalam"
4866             },
4867             {
4868                 "7838440717172112091",
4869                 "//ldml/localeDisplayNames/languages/language[@type=\"mn\"]",
4870                 "Mongolian"
4871             },
4872             {
4873                 "1940306066126493331",
4874                 "//ldml/localeDisplayNames/languages/language[@type=\"mr\"]",
4875                 "Marathi"
4876             },
4877             {
4878                 "6975719401355475710",
4879                 "//ldml/localeDisplayNames/languages/language[@type=\"ms\"]",
4880                 "Malay"
4881             },
4882             {
4883                 "1379022090747041849",
4884                 "//ldml/localeDisplayNames/languages/language[@type=\"mt\"]",
4885                 "Maltese"
4886             },
4887             {
4888                 "382298639414141611",
4889                 "//ldml/localeDisplayNames/languages/language[@type=\"my\"]",
4890                 "Burmese"
4891             },
4892             {
4893                 "2695122373745130774",
4894                 "//ldml/localeDisplayNames/languages/language[@type=\"nb\"]",
4895                 "Norwegian (Bokmål)"
4896             },
4897             {
4898                 "3652620070491093951",
4899                 "//ldml/localeDisplayNames/languages/language[@type=\"ne\"]",
4900                 "Nepali"
4901             },
4902             {
4903                 "4723956394995438352",
4904                 "//ldml/localeDisplayNames/languages/language[@type=\"nl\"]",
4905                 "Dutch"
4906             },
4907             {
4908                 "4516896518115501034",
4909                 "//ldml/localeDisplayNames/languages/language[@type=\"nl_BE\"]",
4910                 "Flemish"
4911             },
4912             {
4913                 "8731872474299533171",
4914                 "//ldml/localeDisplayNames/languages/language[@type=\"nn\"]",
4915                 "Norwegian Nynorsk"
4916             },
4917             {
4918                 "2982319810769413689",
4919                 "//ldml/localeDisplayNames/languages/language[@type=\"nso\"]",
4920                 "Northern Sotho"
4921             },
4922             {
4923                 "5036439430684077599",
4924                 "//ldml/localeDisplayNames/languages/language[@type=\"ny\"]",
4925                 "Nyanja"
4926             },
4927             {
4928                 "3137270946548402892",
4929                 "//ldml/localeDisplayNames/languages/language[@type=\"nyn\"]",
4930                 "Nyankole"
4931             },
4932             {
4933                 "2609417704929375313",
4934                 "//ldml/localeDisplayNames/languages/language[@type=\"oc\"]",
4935                 "Occitan"
4936             },
4937             {
4938                 "8731625798216114615",
4939                 "//ldml/localeDisplayNames/languages/language[@type=\"om\"]",
4940                 "Oromo"
4941             },
4942             {
4943                 "934331686963143862",
4944                 "//ldml/localeDisplayNames/languages/language[@type=\"or\"]",
4945                 "Oriya"
4946             },
4947             {
4948                 "8203677421823545325",
4949                 "//ldml/localeDisplayNames/languages/language[@type=\"pa\"]",
4950                 "Punjabi"
4951             },
4952             {
4953                 "4676530368020594879",
4954                 "//ldml/localeDisplayNames/languages/language[@type=\"pl\"]",
4955                 "Polish"
4956             },
4957             {
4958                 "6109503666619201223",
4959                 "//ldml/localeDisplayNames/languages/language[@type=\"ps\"]",
4960                 "Pashto"
4961             },
4962             {
4963                 "4047028611253348410",
4964                 "//ldml/localeDisplayNames/languages/language[@type=\"ps\"][@alt=\"variant\"]",
4965                 "Pushto"
4966             },
4967             {
4968                 "1922553178222141740",
4969                 "//ldml/localeDisplayNames/languages/language[@type=\"pt\"]",
4970                 "Portuguese"
4971             },
4972             {
4973                 "6358144509092586181",
4974                 "//ldml/localeDisplayNames/languages/language[@type=\"pt_BR\"]",
4975                 "Brazilian Portuguese"
4976             },
4977             {
4978                 "2161617336941776521",
4979                 "//ldml/localeDisplayNames/languages/language[@type=\"pt_PT\"]",
4980                 "European Portuguese"
4981             },
4982             {
4983                 "8836633124793936898",
4984                 "//ldml/localeDisplayNames/languages/language[@type=\"qu\"]",
4985                 "Quechua"
4986             },
4987             {
4988                 "326397255305659987",
4989                 "//ldml/localeDisplayNames/languages/language[@type=\"rm\"]",
4990                 "Romansh"
4991             },
4992             {
4993                 "8771876110279688542",
4994                 "//ldml/localeDisplayNames/languages/language[@type=\"rn\"]",
4995                 "Rundi"
4996             },
4997             {
4998                 "967814982581732877",
4999                 "//ldml/localeDisplayNames/languages/language[@type=\"ro\"]",
5000                 "Romanian"
5001             },
5002             {
5003                 "6125235535008626064",
5004                 "//ldml/localeDisplayNames/languages/language[@type=\"ru\"]",
5005                 "Russian"
5006             },
5007             {
5008                 "7357317523524498928",
5009                 "//ldml/localeDisplayNames/languages/language[@type=\"rw\"]",
5010                 "Kinyarwanda"
5011             },
5012             {
5013                 "1539648260235623490",
5014                 "//ldml/localeDisplayNames/languages/language[@type=\"sd\"]",
5015                 "Sindhi"
5016             },
5017             {
5018                 "7743723021300293062",
5019                 "//ldml/localeDisplayNames/languages/language[@type=\"si\"]",
5020                 "Sinhala"
5021             },
5022             {
5023                 "8989622226777611724",
5024                 "//ldml/localeDisplayNames/languages/language[@type=\"sk\"]",
5025                 "Slovak"
5026             },
5027             {
5028                 "5556819535897250089",
5029                 "//ldml/localeDisplayNames/languages/language[@type=\"sl\"]",
5030                 "Slovenian"
5031             },
5032             {
5033                 "6611749527874581429",
5034                 "//ldml/localeDisplayNames/languages/language[@type=\"sn\"]",
5035                 "Shona"
5036             },
5037             {
5038                 "1219089599147802749",
5039                 "//ldml/localeDisplayNames/languages/language[@type=\"so\"]",
5040                 "Somali"
5041             },
5042             {
5043                 "3433397345526645017",
5044                 "//ldml/localeDisplayNames/languages/language[@type=\"sq\"]",
5045                 "Albanian"
5046             },
5047             {
5048                 "5238151145595014717",
5049                 "//ldml/localeDisplayNames/languages/language[@type=\"sr\"]",
5050                 "Serbian"
5051             },
5052             {
5053                 "3385418462358253239",
5054                 "//ldml/localeDisplayNames/languages/language[@type=\"st\"]",
5055                 "Southern Sotho"
5056             },
5057             {
5058                 "7168994668816123174",
5059                 "//ldml/localeDisplayNames/languages/language[@type=\"su\"]",
5060                 "Sundanese"
5061             },
5062             {
5063                 "8973408968381971968",
5064                 "//ldml/localeDisplayNames/languages/language[@type=\"sv\"]",
5065                 "Swedish"
5066             },
5067             {
5068                 "8928494196342923417",
5069                 "//ldml/localeDisplayNames/languages/language[@type=\"sw\"]",
5070                 "Swahili"
5071             },
5072             {
5073                 "3253997646606713214",
5074                 "//ldml/localeDisplayNames/languages/language[@type=\"ta\"]",
5075                 "Tamil"
5076             },
5077             {
5078                 "7769290174465198699",
5079                 "//ldml/localeDisplayNames/languages/language[@type=\"te\"]",
5080                 "Telugu"
5081             },
5082             {
5083                 "3506608570811649336",
5084                 "//ldml/localeDisplayNames/languages/language[@type=\"tg\"]",
5085                 "Tajik"
5086             },
5087             {
5088                 "2083278772581290018",
5089                 "//ldml/localeDisplayNames/languages/language[@type=\"th\"]",
5090                 "Thai"
5091             },
5092             {
5093                 "6500735449783635003",
5094                 "//ldml/localeDisplayNames/languages/language[@type=\"ti\"]",
5095                 "Tigrinya"
5096             },
5097             {
5098                 "5198467204079340589",
5099                 "//ldml/localeDisplayNames/languages/language[@type=\"tk\"]",
5100                 "Turkmen"
5101             },
5102             {
5103                 "6927608953785936401",
5104                 "//ldml/localeDisplayNames/languages/language[@type=\"tlh\"]",
5105                 "Klingon"
5106             },
5107             {
5108                 "4501891720380035782",
5109                 "//ldml/localeDisplayNames/languages/language[@type=\"tn\"]",
5110                 "Tswana"
5111             },
5112             {
5113                 "1879707025828548376",
5114                 "//ldml/localeDisplayNames/languages/language[@type=\"to\"]",
5115                 "Tongan"
5116             },
5117             {
5118                 "7989805610361686871",
5119                 "//ldml/localeDisplayNames/languages/language[@type=\"tr\"]",
5120                 "Turkish"
5121             },
5122             {
5123                 "7766271461502480155",
5124                 "//ldml/localeDisplayNames/languages/language[@type=\"tt\"]",
5125                 "Tatar"
5126             },
5127             {
5128                 "1771778228566113401",
5129                 "//ldml/localeDisplayNames/languages/language[@type=\"tum\"]",
5130                 "Tumbuka"
5131             },
5132             {
5133                 "2476973076902758845",
5134                 "//ldml/localeDisplayNames/languages/language[@type=\"ug\"]",
5135                 "Uyghur"
5136             },
5137             {
5138                 "795305211099103735",
5139                 "//ldml/localeDisplayNames/languages/language[@type=\"ug\"][@alt=\"variant\"]",
5140                 "Uighur"
5141             },
5142             {
5143                 "8446837930506012832",
5144                 "//ldml/localeDisplayNames/languages/language[@type=\"uk\"]",
5145                 "Ukrainian"
5146             },
5147             {
5148                 "6418876446010605245",
5149                 "//ldml/localeDisplayNames/languages/language[@type=\"und\"]",
5150                 "Unknown Language"
5151             },
5152             {
5153                 "2011855112441852739",
5154                 "//ldml/localeDisplayNames/languages/language[@type=\"ur\"]",
5155                 "Urdu"
5156             },
5157             {
5158                 "3251389973152259358",
5159                 "//ldml/localeDisplayNames/languages/language[@type=\"uz\"]",
5160                 "Uzbek"
5161             },
5162             {
5163                 "7889231462685060386",
5164                 "//ldml/localeDisplayNames/languages/language[@type=\"vi\"]",
5165                 "Vietnamese"
5166             },
5167             {
5168                 "5534824951133210851",
5169                 "//ldml/localeDisplayNames/languages/language[@type=\"wo\"]",
5170                 "Wolof"
5171             },
5172             {
5173                 "9148747895828289365",
5174                 "//ldml/localeDisplayNames/languages/language[@type=\"xh\"]",
5175                 "Xhosa"
5176             },
5177             {
5178                 "4862819642738923209",
5179                 "//ldml/localeDisplayNames/languages/language[@type=\"yi\"]",
5180                 "Yiddish"
5181             },
5182             {
5183                 "8944441028842435094",
5184                 "//ldml/localeDisplayNames/languages/language[@type=\"yo\"]",
5185                 "Yoruba"
5186             },
5187             {
5188                 "3689942511083761629",
5189                 "//ldml/localeDisplayNames/languages/language[@type=\"zh\"]",
5190                 "Chinese"
5191             },
5192             {
5193                 "4546082042329086845",
5194                 "//ldml/localeDisplayNames/languages/language[@type=\"zh_Hans\"]",
5195                 "Simplified Chinese"
5196             },
5197             {
5198                 "5934185039086386751",
5199                 "//ldml/localeDisplayNames/languages/language[@type=\"zh_Hant\"]",
5200                 "Traditional Chinese"
5201             },
5202             {
5203                 "4975961011756120205",
5204                 "//ldml/localeDisplayNames/languages/language[@type=\"zu\"]",
5205                 "Zulu"
5206             },
5207             {
5208                 "5393584660051300540",
5209                 "//ldml/localeDisplayNames/languages/language[@type=\"zxx\"]",
5210                 "No linguistic content"
5211             },
5212             {
5213                 "4093916332634999886",
5214                 "//ldml/localeDisplayNames/localeDisplayPattern/localeKeyTypePattern",
5215                 "{0}: {1}"
5216             },
5217             {
5218                 "5490532103670534172",
5219                 "//ldml/localeDisplayNames/localeDisplayPattern/localePattern",
5220                 "{0} ({1})"
5221             },
5222             {
5223                 "2095348431152487079",
5224                 "//ldml/localeDisplayNames/localeDisplayPattern/localeSeparator",
5225                 "{0}, {1}"
5226             },
5227             {
5228                 "8547531102161456021",
5229                 "//ldml/localeDisplayNames/measurementSystemNames/measurementSystemName[@type=\"UK\"]",
5230                 "UK"
5231             },
5232             {
5233                 "6544750643238515296",
5234                 "//ldml/localeDisplayNames/measurementSystemNames/measurementSystemName[@type=\"US\"]",
5235                 "US"
5236             },
5237             {
5238                 "3597152232791259124",
5239                 "//ldml/localeDisplayNames/measurementSystemNames/measurementSystemName[@type=\"metric\"]",
5240                 "Metric"
5241             },
5242             {
5243                 "4880886797904017977",
5244                 "//ldml/localeDisplayNames/scripts/script[@type=\"Arab\"]",
5245                 "Arabic"
5246             },
5247             {
5248                 "4720379821934192758",
5249                 "//ldml/localeDisplayNames/scripts/script[@type=\"Arab\"][@alt=\"variant\"]",
5250                 "Perso-Arabic"
5251             },
5252             {
5253                 "2785988159894099669",
5254                 "//ldml/localeDisplayNames/scripts/script[@type=\"Armn\"]",
5255                 "Armenian"
5256             },
5257             {
5258                 "3468283420575443138",
5259                 "//ldml/localeDisplayNames/scripts/script[@type=\"Beng\"]",
5260                 "Bengali"
5261             },
5262             {
5263                 "5539669822205448072",
5264                 "//ldml/localeDisplayNames/scripts/script[@type=\"Bopo\"]",
5265                 "Bopomofo"
5266             },
5267             {
5268                 "2803046964087166116",
5269                 "//ldml/localeDisplayNames/scripts/script[@type=\"Brai\"]",
5270                 "Braille"
5271             },
5272             {
5273                 "7445160163674202910",
5274                 "//ldml/localeDisplayNames/scripts/script[@type=\"Cyrl\"]",
5275                 "Cyrillic"
5276             },
5277             {
5278                 "7856753802241241899",
5279                 "//ldml/localeDisplayNames/scripts/script[@type=\"Deva\"]",
5280                 "Devanagari"
5281             },
5282             {
5283                 "9095416724874961087",
5284                 "//ldml/localeDisplayNames/scripts/script[@type=\"Ethi\"]",
5285                 "Ethiopic"
5286             },
5287             {
5288                 "1190312790329351784",
5289                 "//ldml/localeDisplayNames/scripts/script[@type=\"Geor\"]",
5290                 "Georgian"
5291             },
5292             {
5293                 "828782261704721152",
5294                 "//ldml/localeDisplayNames/scripts/script[@type=\"Grek\"]",
5295                 "Greek"
5296             },
5297             {
5298                 "3431460548437164020",
5299                 "//ldml/localeDisplayNames/scripts/script[@type=\"Gujr\"]",
5300                 "Gujarati"
5301             },
5302             {
5303                 "8712572048789256511",
5304                 "//ldml/localeDisplayNames/scripts/script[@type=\"Guru\"]",
5305                 "Gurmukhi"
5306             },
5307             {
5308                 "553098980377494554",
5309                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hang\"]",
5310                 "Hangul"
5311             },
5312             {
5313                 "6207449197323513404",
5314                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hani\"]",
5315                 "Han"
5316             },
5317             {
5318                 "3681606882614159326",
5319                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hans\"]",
5320                 "Simplified"
5321             },
5322             {
5323                 "4470312345442553749",
5324                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hans\"][@alt=\"stand-alone\"]",
5325                 "Simplified Han"
5326             },
5327             {
5328                 "3787387911760496519",
5329                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hant\"]",
5330                 "Traditional"
5331             },
5332             {
5333                 "899497185884565304",
5334                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hant\"][@alt=\"stand-alone\"]",
5335                 "Traditional Han"
5336             },
5337             {
5338                 "7716371837084519802",
5339                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hebr\"]",
5340                 "Hebrew"
5341             },
5342             {
5343                 "4541442241571520129",
5344                 "//ldml/localeDisplayNames/scripts/script[@type=\"Hira\"]",
5345                 "Hiragana"
5346             },
5347             {
5348                 "2346306467309149397",
5349                 "//ldml/localeDisplayNames/scripts/script[@type=\"Jpan\"]",
5350                 "Japanese"
5351             },
5352             {
5353                 "5474063389551226363",
5354                 "//ldml/localeDisplayNames/scripts/script[@type=\"Kana\"]",
5355                 "Katakana"
5356             },
5357             {
5358                 "3537753016021703653",
5359                 "//ldml/localeDisplayNames/scripts/script[@type=\"Khmr\"]",
5360                 "Khmer"
5361             },
5362             {
5363                 "8180167817709603574",
5364                 "//ldml/localeDisplayNames/scripts/script[@type=\"Knda\"]",
5365                 "Kannada"
5366             },
5367             {
5368                 "6676581034106285316",
5369                 "//ldml/localeDisplayNames/scripts/script[@type=\"Kore\"]",
5370                 "Korean"
5371             },
5372             {
5373                 "5820350269777131654",
5374                 "//ldml/localeDisplayNames/scripts/script[@type=\"Laoo\"]",
5375                 "Lao"
5376             },
5377             {
5378                 "1767834113366021016",
5379                 "//ldml/localeDisplayNames/scripts/script[@type=\"Latn\"]",
5380                 "Latin"
5381             },
5382             {
5383                 "6179968671223298091",
5384                 "//ldml/localeDisplayNames/scripts/script[@type=\"Mlym\"]",
5385                 "Malayalam"
5386             },
5387             {
5388                 "1326361532926174140",
5389                 "//ldml/localeDisplayNames/scripts/script[@type=\"Mong\"]",
5390                 "Mongolian"
5391             },
5392             {
5393                 "9175827028012912699",
5394                 "//ldml/localeDisplayNames/scripts/script[@type=\"Mymr\"]",
5395                 "Myanmar"
5396             },
5397             {
5398                 "8476978408731661321",
5399                 "//ldml/localeDisplayNames/scripts/script[@type=\"Orya\"]",
5400                 "Oriya"
5401             },
5402             {
5403                 "8383991186090167087",
5404                 "//ldml/localeDisplayNames/scripts/script[@type=\"Sinh\"]",
5405                 "Sinhala"
5406             },
5407             {
5408                 "4344211441509583722",
5409                 "//ldml/localeDisplayNames/scripts/script[@type=\"Taml\"]",
5410                 "Tamil"
5411             },
5412             {
5413                 "2044089162247862851",
5414                 "//ldml/localeDisplayNames/scripts/script[@type=\"Telu\"]",
5415                 "Telugu"
5416             },
5417             {
5418                 "8514902503600726159",
5419                 "//ldml/localeDisplayNames/scripts/script[@type=\"Thaa\"]",
5420                 "Thaana"
5421             },
5422             {
5423                 "3065009447214035008",
5424                 "//ldml/localeDisplayNames/scripts/script[@type=\"Thai\"]",
5425                 "Thai"
5426             },
5427             {
5428                 "4623642452321462641",
5429                 "//ldml/localeDisplayNames/scripts/script[@type=\"Tibt\"]",
5430                 "Tibetan"
5431             },
5432             {
5433                 "2867073501306508780",
5434                 "//ldml/localeDisplayNames/scripts/script[@type=\"Zsym\"]",
5435                 "Symbols"
5436             },
5437             {
5438                 "4959822429121658181",
5439                 "//ldml/localeDisplayNames/scripts/script[@type=\"Zxxx\"]",
5440                 "Unwritten"
5441             },
5442             {
5443                 "339095072467800529",
5444                 "//ldml/localeDisplayNames/scripts/script[@type=\"Zyyy\"]",
5445                 "Common"
5446             },
5447             {
5448                 "2848697337187564094",
5449                 "//ldml/localeDisplayNames/scripts/script[@type=\"Zzzz\"]",
5450                 "Unknown Script"
5451             },
5452             {
5453                 "32589252418281860",
5454                 "//ldml/localeDisplayNames/territories/territory[@type=\"001\"]",
5455                 "World"
5456             },
5457             {
5458                 "2689646573944917229",
5459                 "//ldml/localeDisplayNames/territories/territory[@type=\"002\"]",
5460                 "Africa"
5461             },
5462             {
5463                 "3712601847078871226",
5464                 "//ldml/localeDisplayNames/territories/territory[@type=\"003\"]",
5465                 "North America"
5466             },
5467             {
5468                 "8965524633417607856",
5469                 "//ldml/localeDisplayNames/territories/territory[@type=\"005\"]",
5470                 "South America"
5471             },
5472             {
5473                 "6720674345852023144",
5474                 "//ldml/localeDisplayNames/territories/territory[@type=\"009\"]",
5475                 "Oceania"
5476             },
5477             {
5478                 "7411828652098958128",
5479                 "//ldml/localeDisplayNames/territories/territory[@type=\"011\"]",
5480                 "Western Africa"
5481             },
5482             {
5483                 "8836886452546010808",
5484                 "//ldml/localeDisplayNames/territories/territory[@type=\"013\"]",
5485                 "Central America"
5486             },
5487             {
5488                 "8051359500355209363",
5489                 "//ldml/localeDisplayNames/territories/territory[@type=\"014\"]",
5490                 "Eastern Africa"
5491             },
5492             {
5493                 "7335774165242726514",
5494                 "//ldml/localeDisplayNames/territories/territory[@type=\"015\"]",
5495                 "Northern Africa"
5496             },
5497             {
5498                 "1269558501271828652",
5499                 "//ldml/localeDisplayNames/territories/territory[@type=\"017\"]",
5500                 "Middle Africa"
5501             },
5502             {
5503                 "6824704341300207518",
5504                 "//ldml/localeDisplayNames/territories/territory[@type=\"018\"]",
5505                 "Southern Africa"
5506             },
5507             {
5508                 "4034022947467228398",
5509                 "//ldml/localeDisplayNames/territories/territory[@type=\"019\"]",
5510                 "Americas"
5511             },
5512             {
5513                 "6493972332758019030",
5514                 "//ldml/localeDisplayNames/territories/territory[@type=\"021\"]",
5515                 "Northern America"
5516             },
5517             {
5518                 "6498373449803417843",
5519                 "//ldml/localeDisplayNames/territories/territory[@type=\"029\"]",
5520                 "Caribbean"
5521             },
5522             {
5523                 "6416031941400802758",
5524                 "//ldml/localeDisplayNames/territories/territory[@type=\"030\"]",
5525                 "Eastern Asia"
5526             },
5527             {
5528                 "1295071389257742805",
5529                 "//ldml/localeDisplayNames/territories/territory[@type=\"034\"]",
5530                 "Southern Asia"
5531             },
5532             {
5533                 "8120407343855906909",
5534                 "//ldml/localeDisplayNames/territories/territory[@type=\"035\"]",
5535                 "South-Eastern Asia"
5536             },
5537             {
5538                 "795725355937705374",
5539                 "//ldml/localeDisplayNames/territories/territory[@type=\"039\"]",
5540                 "Southern Europe"
5541             },
5542             {
5543                 "8071044517529763095",
5544                 "//ldml/localeDisplayNames/territories/territory[@type=\"053\"]",
5545                 "Australasia"
5546             },
5547             {
5548                 "8210337220902757957",
5549                 "//ldml/localeDisplayNames/territories/territory[@type=\"054\"]",
5550                 "Melanesia"
5551             },
5552             {
5553                 "71653067288089456",
5554                 "//ldml/localeDisplayNames/territories/territory[@type=\"057\"]",
5555                 "Micronesian Region"
5556             },
5557             {
5558                 "4329631785533869123",
5559                 "//ldml/localeDisplayNames/territories/territory[@type=\"061\"]",
5560                 "Polynesia"
5561             },
5562             {
5563                 "3037269957700531522",
5564                 "//ldml/localeDisplayNames/territories/territory[@type=\"142\"]",
5565                 "Asia"
5566             },
5567             {
5568                 "2909155416453601246",
5569                 "//ldml/localeDisplayNames/territories/territory[@type=\"143\"]",
5570                 "Central Asia"
5571             },
5572             {
5573                 "5360883049740686926",
5574                 "//ldml/localeDisplayNames/territories/territory[@type=\"145\"]",
5575                 "Western Asia"
5576             },
5577             {
5578                 "6699975756379605865",
5579                 "//ldml/localeDisplayNames/territories/territory[@type=\"150\"]",
5580                 "Europe"
5581             },
5582             {
5583                 "6399453690973557357",
5584                 "//ldml/localeDisplayNames/territories/territory[@type=\"151\"]",
5585                 "Eastern Europe"
5586             },
5587             {
5588                 "6984229440001347810",
5589                 "//ldml/localeDisplayNames/territories/territory[@type=\"154\"]",
5590                 "Northern Europe"
5591             },
5592             {
5593                 "534282731514039423",
5594                 "//ldml/localeDisplayNames/territories/territory[@type=\"155\"]",
5595                 "Western Europe"
5596             },
5597             {
5598                 "6787206404422180858",
5599                 "//ldml/localeDisplayNames/territories/territory[@type=\"419\"]",
5600                 "Latin America"
5601             },
5602             {
5603                 "3450623466666017667",
5604                 "//ldml/localeDisplayNames/territories/territory[@type=\"AC\"]",
5605                 "Ascension Island"
5606             },
5607             {
5608                 "3890566594600288607",
5609                 "//ldml/localeDisplayNames/territories/territory[@type=\"AD\"]",
5610                 "Andorra"
5611             },
5612             {
5613                 "453400942287906156",
5614                 "//ldml/localeDisplayNames/territories/territory[@type=\"AE\"]",
5615                 "United Arab Emirates"
5616             },
5617             {
5618                 "5256282556726485948",
5619                 "//ldml/localeDisplayNames/territories/territory[@type=\"AF\"]",
5620                 "Afghanistan"
5621             },
5622             {
5623                 "622187191476833560",
5624                 "//ldml/localeDisplayNames/territories/territory[@type=\"AG\"]",
5625                 "Antigua and Barbuda"
5626             },
5627             {
5628                 "4472996561837736039",
5629                 "//ldml/localeDisplayNames/territories/territory[@type=\"AI\"]",
5630                 "Anguilla"
5631             },
5632             {
5633                 "6620021246140467418",
5634                 "//ldml/localeDisplayNames/territories/territory[@type=\"AL\"]",
5635                 "Albania"
5636             },
5637             {
5638                 "556104157705049181",
5639                 "//ldml/localeDisplayNames/territories/territory[@type=\"AM\"]",
5640                 "Armenia"
5641             },
5642             {
5643                 "5713964950314025996",
5644                 "//ldml/localeDisplayNames/territories/territory[@type=\"AO\"]",
5645                 "Angola"
5646             },
5647             {
5648                 "2011500517610794478",
5649                 "//ldml/localeDisplayNames/territories/territory[@type=\"AQ\"]",
5650                 "Antarctica"
5651             },
5652             {
5653                 "2301630143071765132",
5654                 "//ldml/localeDisplayNames/territories/territory[@type=\"AR\"]",
5655                 "Argentina"
5656             },
5657             {
5658                 "2137036844750072888",
5659                 "//ldml/localeDisplayNames/territories/territory[@type=\"AS\"]",
5660                 "American Samoa"
5661             },
5662             {
5663                 "6132975417200285882",
5664                 "//ldml/localeDisplayNames/territories/territory[@type=\"AT\"]",
5665                 "Austria"
5666             },
5667             {
5668                 "4412897999402715338",
5669                 "//ldml/localeDisplayNames/territories/territory[@type=\"AU\"]",
5670                 "Australia"
5671             },
5672             {
5673                 "2054055307890842909",
5674                 "//ldml/localeDisplayNames/territories/territory[@type=\"AW\"]",
5675                 "Aruba"
5676             },
5677             {
5678                 "1267815679519464433",
5679                 "//ldml/localeDisplayNames/territories/territory[@type=\"AX\"]",
5680                 "Åland Islands"
5681             },
5682             {
5683                 "7832255852250768215",
5684                 "//ldml/localeDisplayNames/territories/territory[@type=\"AZ\"]",
5685                 "Azerbaijan"
5686             },
5687             {
5688                 "544484859099648742",
5689                 "//ldml/localeDisplayNames/territories/territory[@type=\"BA\"]",
5690                 "Bosnia and Herzegovina"
5691             },
5692             {
5693                 "859340661092812801",
5694                 "//ldml/localeDisplayNames/territories/territory[@type=\"BB\"]",
5695                 "Barbados"
5696             },
5697             {
5698                 "7005125498886949972",
5699                 "//ldml/localeDisplayNames/territories/territory[@type=\"BD\"]",
5700                 "Bangladesh"
5701             },
5702             {
5703                 "2708432069949081398",
5704                 "//ldml/localeDisplayNames/territories/territory[@type=\"BE\"]",
5705                 "Belgium"
5706             },
5707             {
5708                 "343012209529274512",
5709                 "//ldml/localeDisplayNames/territories/territory[@type=\"BF\"]",
5710                 "Burkina Faso"
5711             },
5712             {
5713                 "5254063456457262178",
5714                 "//ldml/localeDisplayNames/territories/territory[@type=\"BG\"]",
5715                 "Bulgaria"
5716             },
5717             {
5718                 "2934057175353785733",
5719                 "//ldml/localeDisplayNames/territories/territory[@type=\"BH\"]",
5720                 "Bahrain"
5721             },
5722             {
5723                 "3275801099384376215",
5724                 "//ldml/localeDisplayNames/territories/territory[@type=\"BI\"]",
5725                 "Burundi"
5726             },
5727             {
5728                 "458906754497935295",
5729                 "//ldml/localeDisplayNames/territories/territory[@type=\"BJ\"]",
5730                 "Benin"
5731             },
5732             {
5733                 "3134429423425248924",
5734                 "//ldml/localeDisplayNames/territories/territory[@type=\"BL\"]",
5735                 "Saint Barthélemy"
5736             },
5737             {
5738                 "3979800460731100450",
5739                 "//ldml/localeDisplayNames/territories/territory[@type=\"BM\"]",
5740                 "Bermuda"
5741             },
5742             {
5743                 "5136432793792880496",
5744                 "//ldml/localeDisplayNames/territories/territory[@type=\"BN\"]",
5745                 "Brunei"
5746             },
5747             {
5748                 "3945072668051361026",
5749                 "//ldml/localeDisplayNames/territories/territory[@type=\"BO\"]",
5750                 "Bolivia"
5751             },
5752             {
5753                 "5705643371786476273",
5754                 "//ldml/localeDisplayNames/territories/territory[@type=\"BQ\"]",
5755                 "Caribbean Netherlands"
5756             },
5757             {
5758                 "3930713788691667889",
5759                 "//ldml/localeDisplayNames/territories/territory[@type=\"BR\"]",
5760                 "Brazil"
5761             },
5762             {
5763                 "1596867498550555776",
5764                 "//ldml/localeDisplayNames/territories/territory[@type=\"BS\"]",
5765                 "Bahamas"
5766             },
5767             {
5768                 "7025207222319564369",
5769                 "//ldml/localeDisplayNames/territories/territory[@type=\"BT\"]",
5770                 "Bhutan"
5771             },
5772             {
5773                 "3988002553443392012",
5774                 "//ldml/localeDisplayNames/territories/territory[@type=\"BV\"]",
5775                 "Bouvet Island"
5776             },
5777             {
5778                 "4559770134803291641",
5779                 "//ldml/localeDisplayNames/territories/territory[@type=\"BW\"]",
5780                 "Botswana"
5781             },
5782             {
5783                 "6667108739078723098",
5784                 "//ldml/localeDisplayNames/territories/territory[@type=\"BY\"]",
5785                 "Belarus"
5786             },
5787             {
5788                 "3906571348081716960",
5789                 "//ldml/localeDisplayNames/territories/territory[@type=\"BZ\"]",
5790                 "Belize"
5791             },
5792             {
5793                 "3337572515584573138",
5794                 "//ldml/localeDisplayNames/territories/territory[@type=\"CA\"]",
5795                 "Canada"
5796             },
5797             {
5798                 "4197512936260303403",
5799                 "//ldml/localeDisplayNames/territories/territory[@type=\"CC\"]",
5800                 "Cocos (Keeling) Islands"
5801             },
5802             {
5803                 "6598694700291427839",
5804                 "//ldml/localeDisplayNames/territories/territory[@type=\"CD\"]",
5805                 "Congo - Kinshasa"
5806             },
5807             {
5808                 "8149938353401825940",
5809                 "//ldml/localeDisplayNames/territories/territory[@type=\"CD\"][@alt=\"variant\"]",
5810                 "Congo (DRC)"
5811             },
5812             {
5813                 "3060046833375023510",
5814                 "//ldml/localeDisplayNames/territories/territory[@type=\"CF\"]",
5815                 "Central African Republic"
5816             },
5817             {
5818                 "3760093344627003660",
5819                 "//ldml/localeDisplayNames/territories/territory[@type=\"CG\"]",
5820                 "Congo - Brazzaville"
5821             },
5822             {
5823                 "5355175176227953143",
5824                 "//ldml/localeDisplayNames/territories/territory[@type=\"CG\"][@alt=\"variant\"]",
5825                 "Congo (Republic)"
5826             },
5827             {
5828                 "4982784243615482999",
5829                 "//ldml/localeDisplayNames/territories/territory[@type=\"CH\"]",
5830                 "Switzerland"
5831             },
5832             {
5833                 "9054138034612578464",
5834                 "//ldml/localeDisplayNames/territories/territory[@type=\"CI\"]",
5835                 "Côte d’Ivoire"
5836             },
5837             {
5838                 "3689434656649657788",
5839                 "//ldml/localeDisplayNames/territories/territory[@type=\"CI\"][@alt=\"variant\"]",
5840                 "Ivory Coast"
5841             },
5842             {
5843                 "1966570769269118628",
5844                 "//ldml/localeDisplayNames/territories/territory[@type=\"CK\"]",
5845                 "Cook Islands"
5846             },
5847             {
5848                 "3261494269666416090",
5849                 "//ldml/localeDisplayNames/territories/territory[@type=\"CL\"]",
5850                 "Chile"
5851             },
5852             {
5853                 "5136905672624208471",
5854                 "//ldml/localeDisplayNames/territories/territory[@type=\"CM\"]",
5855                 "Cameroon"
5856             },
5857             {
5858                 "4952368377701465928",
5859                 "//ldml/localeDisplayNames/territories/territory[@type=\"CN\"]",
5860                 "China"
5861             },
5862             {
5863                 "7584482363097355108",
5864                 "//ldml/localeDisplayNames/territories/territory[@type=\"CO\"]",
5865                 "Colombia"
5866             },
5867             {
5868                 "4183852340140456125",
5869                 "//ldml/localeDisplayNames/territories/territory[@type=\"CP\"]",
5870                 "Clipperton Island"
5871             },
5872             {
5873                 "1662044681232937570",
5874                 "//ldml/localeDisplayNames/territories/territory[@type=\"CR\"]",
5875                 "Costa Rica"
5876             },
5877             {
5878                 "3195440000398590221",
5879                 "//ldml/localeDisplayNames/territories/territory[@type=\"CU\"]",
5880                 "Cuba"
5881             },
5882             {
5883                 "5739729147562844629",
5884                 "//ldml/localeDisplayNames/territories/territory[@type=\"CV\"]",
5885                 "Cape Verde"
5886             },
5887             {
5888                 "6562855168802823642",
5889                 "//ldml/localeDisplayNames/territories/territory[@type=\"CW\"]",
5890                 "Curaçao"
5891             },
5892             {
5893                 "2194565020255829943",
5894                 "//ldml/localeDisplayNames/territories/territory[@type=\"CX\"]",
5895                 "Christmas Island"
5896             },
5897             {
5898                 "403671719850818555",
5899                 "//ldml/localeDisplayNames/territories/territory[@type=\"CY\"]",
5900                 "Cyprus"
5901             },
5902             {
5903                 "340528683086115698",
5904                 "//ldml/localeDisplayNames/territories/territory[@type=\"CZ\"]",
5905                 "Czech Republic"
5906             },
5907             {
5908                 "3929443768474419665",
5909                 "//ldml/localeDisplayNames/territories/territory[@type=\"DE\"]",
5910                 "Germany"
5911             },
5912             {
5913                 "9031310054227816332",
5914                 "//ldml/localeDisplayNames/territories/territory[@type=\"DG\"]",
5915                 "Diego Garcia"
5916             },
5917             {
5918                 "6355139663075269429",
5919                 "//ldml/localeDisplayNames/territories/territory[@type=\"DJ\"]",
5920                 "Djibouti"
5921             },
5922             {
5923                 "5353115392654389722",
5924                 "//ldml/localeDisplayNames/territories/territory[@type=\"DK\"]",
5925                 "Denmark"
5926             },
5927             {
5928                 "3534757574931081946",
5929                 "//ldml/localeDisplayNames/territories/territory[@type=\"DM\"]",
5930                 "Dominica"
5931             },
5932             {
5933                 "8626423564731429694",
5934                 "//ldml/localeDisplayNames/territories/territory[@type=\"DO\"]",
5935                 "Dominican Republic"
5936             },
5937             {
5938                 "5186982213394275878",
5939                 "//ldml/localeDisplayNames/territories/territory[@type=\"DZ\"]",
5940                 "Algeria"
5941             },
5942             {
5943                 "6058026541459634210",
5944                 "//ldml/localeDisplayNames/territories/territory[@type=\"EA\"]",
5945                 "Ceuta and Melilla"
5946             },
5947             {
5948                 "2185018524301188298",
5949                 "//ldml/localeDisplayNames/territories/territory[@type=\"EC\"]",
5950                 "Ecuador"
5951             },
5952             {
5953                 "3564440666901587152",
5954                 "//ldml/localeDisplayNames/territories/territory[@type=\"EE\"]",
5955                 "Estonia"
5956             },
5957             {
5958                 "8678397819908820798",
5959                 "//ldml/localeDisplayNames/territories/territory[@type=\"EG\"]",
5960                 "Egypt"
5961             },
5962             {
5963                 "2662829506743104944",
5964                 "//ldml/localeDisplayNames/territories/territory[@type=\"EH\"]",
5965                 "Western Sahara"
5966             },
5967             {
5968                 "2018536888639794871",
5969                 "//ldml/localeDisplayNames/territories/territory[@type=\"ER\"]",
5970                 "Eritrea"
5971             },
5972             {
5973                 "5390795483101779179",
5974                 "//ldml/localeDisplayNames/territories/territory[@type=\"ES\"]",
5975                 "Spain"
5976             },
5977             {
5978                 "6026374982308481227",
5979                 "//ldml/localeDisplayNames/territories/territory[@type=\"ET\"]",
5980                 "Ethiopia"
5981             },
5982             {
5983                 "8656170859285072553",
5984                 "//ldml/localeDisplayNames/territories/territory[@type=\"EU\"]",
5985                 "European Union"
5986             },
5987             {
5988                 "143906645463893110",
5989                 "//ldml/localeDisplayNames/territories/territory[@type=\"FI\"]",
5990                 "Finland"
5991             },
5992             {
5993                 "3850681776426219634",
5994                 "//ldml/localeDisplayNames/territories/territory[@type=\"FJ\"]",
5995                 "Fiji"
5996             },
5997             {
5998                 "7796174202515544368",
5999                 "//ldml/localeDisplayNames/territories/territory[@type=\"FK\"]",
6000                 "Falkland Islands"
6001             },
6002             {
6003                 "737785835968010961",
6004                 "//ldml/localeDisplayNames/territories/territory[@type=\"FK\"][@alt=\"variant\"]",
6005                 "Falkland Islands (Islas Malvinas)"
6006             },
6007             {
6008                 "460846653335417152",
6009                 "//ldml/localeDisplayNames/territories/territory[@type=\"FM\"]",
6010                 "Micronesia"
6011             },
6012             {
6013                 "554550136892721718",
6014                 "//ldml/localeDisplayNames/territories/territory[@type=\"FO\"]",
6015                 "Faroe Islands"
6016             },
6017             {
6018                 "6554801511818672934",
6019                 "//ldml/localeDisplayNames/territories/territory[@type=\"FR\"]",
6020                 "France"
6021             },
6022             {
6023                 "3962301582419021718",
6024                 "//ldml/localeDisplayNames/territories/territory[@type=\"GA\"]",
6025                 "Gabon"
6026             },
6027             {
6028                 "3542428098945512354",
6029                 "//ldml/localeDisplayNames/territories/territory[@type=\"GB\"]",
6030                 "United Kingdom"
6031             },
6032             {
6033                 "1524798665182018152",
6034                 "//ldml/localeDisplayNames/territories/territory[@type=\"GB\"][@alt=\"short\"]",
6035                 "U.K."
6036             },
6037             {
6038                 "1924174563434022607",
6039                 "//ldml/localeDisplayNames/territories/territory[@type=\"GD\"]",
6040                 "Grenada"
6041             },
6042             {
6043                 "4969772289719799714",
6044                 "//ldml/localeDisplayNames/territories/territory[@type=\"GE\"]",
6045                 "Georgia"
6046             },
6047             {
6048                 "8149274791116189802",
6049                 "//ldml/localeDisplayNames/territories/territory[@type=\"GF\"]",
6050                 "French Guiana"
6051             },
6052             {
6053                 "4519157122469388186",
6054                 "//ldml/localeDisplayNames/territories/territory[@type=\"GG\"]",
6055                 "Guernsey"
6056             },
6057             {
6058                 "2465120232038822823",
6059                 "//ldml/localeDisplayNames/territories/territory[@type=\"GH\"]",
6060                 "Ghana"
6061             },
6062             {
6063                 "4268400776233857350",
6064                 "//ldml/localeDisplayNames/territories/territory[@type=\"GI\"]",
6065                 "Gibraltar"
6066             },
6067             {
6068                 "4809944319446565347",
6069                 "//ldml/localeDisplayNames/territories/territory[@type=\"GL\"]",
6070                 "Greenland"
6071             },
6072             {
6073                 "9010449725833612460",
6074                 "//ldml/localeDisplayNames/territories/territory[@type=\"GM\"]",
6075                 "Gambia"
6076             },
6077             {
6078                 "1553684619225678983",
6079                 "//ldml/localeDisplayNames/territories/territory[@type=\"GN\"]",
6080                 "Guinea"
6081             },
6082             {
6083                 "2097543403985495916",
6084                 "//ldml/localeDisplayNames/territories/territory[@type=\"GP\"]",
6085                 "Guadeloupe"
6086             },
6087             {
6088                 "1500204547774319929",
6089                 "//ldml/localeDisplayNames/territories/territory[@type=\"GQ\"]",
6090                 "Equatorial Guinea"
6091             },
6092             {
6093                 "6560715839145773154",
6094                 "//ldml/localeDisplayNames/territories/territory[@type=\"GR\"]",
6095                 "Greece"
6096             },
6097             {
6098                 "7621487153455536702",
6099                 "//ldml/localeDisplayNames/territories/territory[@type=\"GS\"]",
6100                 "South Georgia & South Sandwich Islands"
6101             },
6102             {
6103                 "3419461900641597138",
6104                 "//ldml/localeDisplayNames/territories/territory[@type=\"GT\"]",
6105                 "Guatemala"
6106             },
6107             {
6108                 "1594051834775250064",
6109                 "//ldml/localeDisplayNames/territories/territory[@type=\"GU\"]",
6110                 "Guam"
6111             },
6112             {
6113                 "5265899719708894255",
6114                 "//ldml/localeDisplayNames/territories/territory[@type=\"GW\"]",
6115                 "Guinea-Bissau"
6116             },
6117             {
6118                 "8809867567722830419",
6119                 "//ldml/localeDisplayNames/territories/territory[@type=\"GY\"]",
6120                 "Guyana"
6121             },
6122             {
6123                 "1268208691779808412",
6124                 "//ldml/localeDisplayNames/territories/territory[@type=\"HK\"]",
6125                 "Hong Kong SAR China"
6126             },
6127             {
6128                 "911116363961664302",
6129                 "//ldml/localeDisplayNames/territories/territory[@type=\"HK\"][@alt=\"short\"]",
6130                 "Hong Kong"
6131             },
6132             {
6133                 "1396785133803734782",
6134                 "//ldml/localeDisplayNames/territories/territory[@type=\"HM\"]",
6135                 "Heard & McDonald Islands"
6136             },
6137             {
6138                 "5496981022058998567",
6139                 "//ldml/localeDisplayNames/territories/territory[@type=\"HN\"]",
6140                 "Honduras"
6141             },
6142             {
6143                 "6435162463655645553",
6144                 "//ldml/localeDisplayNames/territories/territory[@type=\"HR\"]",
6145                 "Croatia"
6146             },
6147             {
6148                 "6244837840779554158",
6149                 "//ldml/localeDisplayNames/territories/territory[@type=\"HT\"]",
6150                 "Haiti"
6151             },
6152             {
6153                 "3990674734861194607",
6154                 "//ldml/localeDisplayNames/territories/territory[@type=\"HU\"]",
6155                 "Hungary"
6156             },
6157             {
6158                 "8398911040026299299",
6159                 "//ldml/localeDisplayNames/territories/territory[@type=\"IC\"]",
6160                 "Canary Islands"
6161             },
6162             {
6163                 "9021399225906107740",
6164                 "//ldml/localeDisplayNames/territories/territory[@type=\"ID\"]",
6165                 "Indonesia"
6166             },
6167             {
6168                 "6151889079344841455",
6169                 "//ldml/localeDisplayNames/territories/territory[@type=\"IE\"]",
6170                 "Ireland"
6171             },
6172             {
6173                 "8859936863106369601",
6174                 "//ldml/localeDisplayNames/territories/territory[@type=\"IL\"]",
6175                 "Israel"
6176             },
6177             {
6178                 "2528560312436781443",
6179                 "//ldml/localeDisplayNames/territories/territory[@type=\"IM\"]",
6180                 "Isle of Man"
6181             },
6182             {
6183                 "2957660249137200211",
6184                 "//ldml/localeDisplayNames/territories/territory[@type=\"IN\"]",
6185                 "India"
6186             },
6187             {
6188                 "3988048627450358888",
6189                 "//ldml/localeDisplayNames/territories/territory[@type=\"IO\"]",
6190                 "British Indian Ocean Territory"
6191             },
6192             {
6193                 "7150964225618528512",
6194                 "//ldml/localeDisplayNames/territories/territory[@type=\"IQ\"]",
6195                 "Iraq"
6196             },
6197             {
6198                 "5706939700795390990",
6199                 "//ldml/localeDisplayNames/territories/territory[@type=\"IR\"]",
6200                 "Iran"
6201             },
6202             {
6203                 "3999984232446715368",
6204                 "//ldml/localeDisplayNames/territories/territory[@type=\"IS\"]",
6205                 "Iceland"
6206             },
6207             {
6208                 "2657140164847466393",
6209                 "//ldml/localeDisplayNames/territories/territory[@type=\"IT\"]",
6210                 "Italy"
6211             },
6212             {
6213                 "1524000909007531945",
6214                 "//ldml/localeDisplayNames/territories/territory[@type=\"JE\"]",
6215                 "Jersey"
6216             },
6217             {
6218                 "5936246462499585820",
6219                 "//ldml/localeDisplayNames/territories/territory[@type=\"JM\"]",
6220                 "Jamaica"
6221             },
6222             {
6223                 "8815012147423913471",
6224                 "//ldml/localeDisplayNames/territories/territory[@type=\"JO\"]",
6225                 "Jordan"
6226             },
6227             {
6228                 "9034058796229229168",
6229                 "//ldml/localeDisplayNames/territories/territory[@type=\"JP\"]",
6230                 "Japan"
6231             },
6232             {
6233                 "8954376075725624705",
6234                 "//ldml/localeDisplayNames/territories/territory[@type=\"KE\"]",
6235                 "Kenya"
6236             },
6237             {
6238                 "8999690051347078020",
6239                 "//ldml/localeDisplayNames/territories/territory[@type=\"KG\"]",
6240                 "Kyrgyzstan"
6241             },
6242             {
6243                 "286914488637590103",
6244                 "//ldml/localeDisplayNames/territories/territory[@type=\"KH\"]",
6245                 "Cambodia"
6246             },
6247             {
6248                 "8534731883024818787",
6249                 "//ldml/localeDisplayNames/territories/territory[@type=\"KI\"]",
6250                 "Kiribati"
6251             },
6252             {
6253                 "4471366469315487751",
6254                 "//ldml/localeDisplayNames/territories/territory[@type=\"KM\"]",
6255                 "Comoros"
6256             },
6257             {
6258                 "4401798268769667173",
6259                 "//ldml/localeDisplayNames/territories/territory[@type=\"KN\"]",
6260                 "Saint Kitts and Nevis"
6261             },
6262             {
6263                 "9124287201508228328",
6264                 "//ldml/localeDisplayNames/territories/territory[@type=\"KP\"]",
6265                 "North Korea"
6266             },
6267             {
6268                 "7510389790146224068",
6269                 "//ldml/localeDisplayNames/territories/territory[@type=\"KR\"]",
6270                 "South Korea"
6271             },
6272             {
6273                 "2398685078238083772",
6274                 "//ldml/localeDisplayNames/territories/territory[@type=\"KW\"]",
6275                 "Kuwait"
6276             },
6277             {
6278                 "2209842293457923762",
6279                 "//ldml/localeDisplayNames/territories/territory[@type=\"KY\"]",
6280                 "Cayman Islands"
6281             },
6282             {
6283                 "6804056088569949274",
6284                 "//ldml/localeDisplayNames/territories/territory[@type=\"KZ\"]",
6285                 "Kazakhstan"
6286             },
6287             {
6288                 "1572192403346485524",
6289                 "//ldml/localeDisplayNames/territories/territory[@type=\"LA\"]",
6290                 "Laos"
6291             },
6292             {
6293                 "423655023242940042",
6294                 "//ldml/localeDisplayNames/territories/territory[@type=\"LB\"]",
6295                 "Lebanon"
6296             },
6297             {
6298                 "3230726504879628587",
6299                 "//ldml/localeDisplayNames/territories/territory[@type=\"LC\"]",
6300                 "Saint Lucia"
6301             },
6302             {
6303                 "8823641659649974345",
6304                 "//ldml/localeDisplayNames/territories/territory[@type=\"LI\"]",
6305                 "Liechtenstein"
6306             },
6307             {
6308                 "1372125443718034342",
6309                 "//ldml/localeDisplayNames/territories/territory[@type=\"LK\"]",
6310                 "Sri Lanka"
6311             },
6312             {
6313                 "4562948815145864539",
6314                 "//ldml/localeDisplayNames/territories/territory[@type=\"LR\"]",
6315                 "Liberia"
6316             },
6317             {
6318                 "7913245294972376802",
6319                 "//ldml/localeDisplayNames/territories/territory[@type=\"LS\"]",
6320                 "Lesotho"
6321             },
6322             {
6323                 "4434041951485064910",
6324                 "//ldml/localeDisplayNames/territories/territory[@type=\"LT\"]",
6325                 "Lithuania"
6326             },
6327             {
6328                 "3174042325618045565",
6329                 "//ldml/localeDisplayNames/territories/territory[@type=\"LU\"]",
6330                 "Luxembourg"
6331             },
6332             {
6333                 "7992661217103009922",
6334                 "//ldml/localeDisplayNames/territories/territory[@type=\"LV\"]",
6335                 "Latvia"
6336             },
6337             {
6338                 "70186314472454174",
6339                 "//ldml/localeDisplayNames/territories/territory[@type=\"LY\"]",
6340                 "Libya"
6341             },
6342             {
6343                 "1673501426287764233",
6344                 "//ldml/localeDisplayNames/territories/territory[@type=\"MA\"]",
6345                 "Morocco"
6346             },
6347             {
6348                 "3469212170567014062",
6349                 "//ldml/localeDisplayNames/territories/territory[@type=\"MC\"]",
6350                 "Monaco"
6351             },
6352             {
6353                 "7395256469312837134",
6354                 "//ldml/localeDisplayNames/territories/territory[@type=\"MD\"]",
6355                 "Moldova"
6356             },
6357             {
6358                 "130743534842568807",
6359                 "//ldml/localeDisplayNames/territories/territory[@type=\"ME\"]",
6360                 "Montenegro"
6361             },
6362             {
6363                 "6319888206574288923",
6364                 "//ldml/localeDisplayNames/territories/territory[@type=\"MF\"]",
6365                 "Saint Martin"
6366             },
6367             {
6368                 "3996930594671122944",
6369                 "//ldml/localeDisplayNames/territories/territory[@type=\"MG\"]",
6370                 "Madagascar"
6371             },
6372             {
6373                 "2917879130383149585",
6374                 "//ldml/localeDisplayNames/territories/territory[@type=\"MH\"]",
6375                 "Marshall Islands"
6376             },
6377             {
6378                 "2408494687909816115",
6379                 "//ldml/localeDisplayNames/territories/territory[@type=\"MK\"]",
6380                 "Macedonia"
6381             },
6382             {
6383                 "1529904903242542562",
6384                 "//ldml/localeDisplayNames/territories/territory[@type=\"MK\"][@alt=\"variant\"]",
6385                 "Macedonia (FYROM)"
6386             },
6387             {
6388                 "1832177518456624839",
6389                 "//ldml/localeDisplayNames/territories/territory[@type=\"ML\"]",
6390                 "Mali"
6391             },
6392             {
6393                 "8092700269119908825",
6394                 "//ldml/localeDisplayNames/territories/territory[@type=\"MM\"]",
6395                 "Myanmar (Burma)"
6396             },
6397             {
6398                 "7962740694072435724",
6399                 "//ldml/localeDisplayNames/territories/territory[@type=\"MN\"]",
6400                 "Mongolia"
6401             },
6402             {
6403                 "7218536706994922100",
6404                 "//ldml/localeDisplayNames/territories/territory[@type=\"MO\"]",
6405                 "Macau SAR China"
6406             },
6407             {
6408                 "1232474326746796148",
6409                 "//ldml/localeDisplayNames/territories/territory[@type=\"MO\"][@alt=\"short\"]",
6410                 "Macau"
6411             },
6412             {
6413                 "2188861494785446966",
6414                 "//ldml/localeDisplayNames/territories/territory[@type=\"MP\"]",
6415                 "Northern Mariana Islands"
6416             },
6417             {
6418                 "5656116038540963886",
6419                 "//ldml/localeDisplayNames/territories/territory[@type=\"MQ\"]",
6420                 "Martinique"
6421             },
6422             {
6423                 "2074952009087099849",
6424                 "//ldml/localeDisplayNames/territories/territory[@type=\"MR\"]",
6425                 "Mauritania"
6426             },
6427             {
6428                 "8451136691466321946",
6429                 "//ldml/localeDisplayNames/territories/territory[@type=\"MS\"]",
6430                 "Montserrat"
6431             },
6432             {
6433                 "6580995881299320561",
6434                 "//ldml/localeDisplayNames/territories/territory[@type=\"MT\"]",
6435                 "Malta"
6436             },
6437             {
6438                 "7533894395855274310",
6439                 "//ldml/localeDisplayNames/territories/territory[@type=\"MU\"]",
6440                 "Mauritius"
6441             },
6442             {
6443                 "5478479141885561731",
6444                 "//ldml/localeDisplayNames/territories/territory[@type=\"MV\"]",
6445                 "Maldives"
6446             },
6447             {
6448                 "7538909427686472060",
6449                 "//ldml/localeDisplayNames/territories/territory[@type=\"MW\"]",
6450                 "Malawi"
6451             },
6452             {
6453                 "4991937286133728715",
6454                 "//ldml/localeDisplayNames/territories/territory[@type=\"MX\"]",
6455                 "Mexico"
6456             },
6457             {
6458                 "4504581601919330646",
6459                 "//ldml/localeDisplayNames/territories/territory[@type=\"MY\"]",
6460                 "Malaysia"
6461             },
6462             {
6463                 "7582706240153124985",
6464                 "//ldml/localeDisplayNames/territories/territory[@type=\"MZ\"]",
6465                 "Mozambique"
6466             },
6467             {
6468                 "407207275633482090",
6469                 "//ldml/localeDisplayNames/territories/territory[@type=\"NA\"]",
6470                 "Namibia"
6471             },
6472             {
6473                 "7264522168975100364",
6474                 "//ldml/localeDisplayNames/territories/territory[@type=\"NC\"]",
6475                 "New Caledonia"
6476             },
6477             {
6478                 "4909167482234634902",
6479                 "//ldml/localeDisplayNames/territories/territory[@type=\"NE\"]",
6480                 "Niger"
6481             },
6482             {
6483                 "1295540286565040868",
6484                 "//ldml/localeDisplayNames/territories/territory[@type=\"NF\"]",
6485                 "Norfolk Island"
6486             },
6487             {
6488                 "3713271768893309364",
6489                 "//ldml/localeDisplayNames/territories/territory[@type=\"NG\"]",
6490                 "Nigeria"
6491             },
6492             {
6493                 "1848287452552103088",
6494                 "//ldml/localeDisplayNames/territories/territory[@type=\"NI\"]",
6495                 "Nicaragua"
6496             },
6497             {
6498                 "8418112851563174880",
6499                 "//ldml/localeDisplayNames/territories/territory[@type=\"NL\"]",
6500                 "Netherlands"
6501             },
6502             {
6503                 "4693917850238033894",
6504                 "//ldml/localeDisplayNames/territories/territory[@type=\"NO\"]",
6505                 "Norway"
6506             },
6507             {
6508                 "2653296102678696998",
6509                 "//ldml/localeDisplayNames/territories/territory[@type=\"NP\"]",
6510                 "Nepal"
6511             },
6512             {
6513                 "9005552896535733218",
6514                 "//ldml/localeDisplayNames/territories/territory[@type=\"NR\"]",
6515                 "Nauru"
6516             },
6517             {
6518                 "7547320136585360166",
6519                 "//ldml/localeDisplayNames/territories/territory[@type=\"NU\"]",
6520                 "Niue"
6521             },
6522             {
6523                 "1027234533249422325",
6524                 "//ldml/localeDisplayNames/territories/territory[@type=\"NZ\"]",
6525                 "New Zealand"
6526             },
6527             {
6528                 "4138873141806447755",
6529                 "//ldml/localeDisplayNames/territories/territory[@type=\"OM\"]",
6530                 "Oman"
6531             },
6532             {
6533                 "1422278824455420019",
6534                 "//ldml/localeDisplayNames/territories/territory[@type=\"PA\"]",
6535                 "Panama"
6536             },
6537             {
6538                 "4366620858490525823",
6539                 "//ldml/localeDisplayNames/territories/territory[@type=\"PE\"]",
6540                 "Peru"
6541             },
6542             {
6543                 "5251353052348807470",
6544                 "//ldml/localeDisplayNames/territories/territory[@type=\"PF\"]",
6545                 "French Polynesia"
6546             },
6547             {
6548                 "8692449852968868213",
6549                 "//ldml/localeDisplayNames/territories/territory[@type=\"PG\"]",
6550                 "Papua New Guinea"
6551             },
6552             {
6553                 "3553955327586068827",
6554                 "//ldml/localeDisplayNames/territories/territory[@type=\"PH\"]",
6555                 "Philippines"
6556             },
6557             {
6558                 "4407975296344000534",
6559                 "//ldml/localeDisplayNames/territories/territory[@type=\"PK\"]",
6560                 "Pakistan"
6561             },
6562             {
6563                 "5483434290585520486",
6564                 "//ldml/localeDisplayNames/territories/territory[@type=\"PL\"]",
6565                 "Poland"
6566             },
6567             {
6568                 "6300285751074103976",
6569                 "//ldml/localeDisplayNames/territories/territory[@type=\"PM\"]",
6570                 "Saint Pierre and Miquelon"
6571             },
6572             {
6573                 "7742048602780881225",
6574                 "//ldml/localeDisplayNames/territories/territory[@type=\"PN\"]",
6575                 "Pitcairn Islands"
6576             },
6577             {
6578                 "9209579244530418073",
6579                 "//ldml/localeDisplayNames/territories/territory[@type=\"PR\"]",
6580                 "Puerto Rico"
6581             },
6582             {
6583                 "2031160622381561108",
6584                 "//ldml/localeDisplayNames/territories/territory[@type=\"PS\"]",
6585                 "Palestinian Territories"
6586             },
6587             {
6588                 "2810987322842415386",
6589                 "//ldml/localeDisplayNames/territories/territory[@type=\"PS\"][@alt=\"short\"]",
6590                 "Palestine"
6591             },
6592             {
6593                 "5214718398034831780",
6594                 "//ldml/localeDisplayNames/territories/territory[@type=\"PT\"]",
6595                 "Portugal"
6596             },
6597             {
6598                 "1953044934176897428",
6599                 "//ldml/localeDisplayNames/territories/territory[@type=\"PW\"]",
6600                 "Palau"
6601             },
6602             {
6603                 "6843309702838401843",
6604                 "//ldml/localeDisplayNames/territories/territory[@type=\"PY\"]",
6605                 "Paraguay"
6606             },
6607             {
6608                 "1565113464112267195",
6609                 "//ldml/localeDisplayNames/territories/territory[@type=\"QA\"]",
6610                 "Qatar"
6611             },
6612             {
6613                 "8380099980267177918",
6614                 "//ldml/localeDisplayNames/territories/territory[@type=\"QO\"]",
6615                 "Outlying Oceania"
6616             },
6617             {
6618                 "6994627003105161603",
6619                 "//ldml/localeDisplayNames/territories/territory[@type=\"RE\"]",
6620                 "Réunion"
6621             },
6622             {
6623                 "1110523492177481195",
6624                 "//ldml/localeDisplayNames/territories/territory[@type=\"RO\"]",
6625                 "Romania"
6626             },
6627             {
6628                 "6189283676500093188",
6629                 "//ldml/localeDisplayNames/territories/territory[@type=\"RS\"]",
6630                 "Serbia"
6631             },
6632             {
6633                 "352128444672538535",
6634                 "//ldml/localeDisplayNames/territories/territory[@type=\"RU\"]",
6635                 "Russia"
6636             },
6637             {
6638                 "5381687985308694629",
6639                 "//ldml/localeDisplayNames/territories/territory[@type=\"RW\"]",
6640                 "Rwanda"
6641             },
6642             {
6643                 "2082917962720367484",
6644                 "//ldml/localeDisplayNames/territories/territory[@type=\"SA\"]",
6645                 "Saudi Arabia"
6646             },
6647             {
6648                 "4353956366968685429",
6649                 "//ldml/localeDisplayNames/territories/territory[@type=\"SB\"]",
6650                 "Solomon Islands"
6651             },
6652             {
6653                 "5071278774188364602",
6654                 "//ldml/localeDisplayNames/territories/territory[@type=\"SC\"]",
6655                 "Seychelles"
6656             },
6657             {
6658                 "3823963499109932724",
6659                 "//ldml/localeDisplayNames/territories/territory[@type=\"SD\"]",
6660                 "Sudan"
6661             },
6662             {
6663                 "1796691245190953515",
6664                 "//ldml/localeDisplayNames/territories/territory[@type=\"SE\"]",
6665                 "Sweden"
6666             },
6667             {
6668                 "6325246109052023297",
6669                 "//ldml/localeDisplayNames/territories/territory[@type=\"SG\"]",
6670                 "Singapore"
6671             },
6672             {
6673                 "3223078902503144819",
6674                 "//ldml/localeDisplayNames/territories/territory[@type=\"SH\"]",
6675                 "Saint Helena"
6676             },
6677             {
6678                 "5416827943429866597",
6679                 "//ldml/localeDisplayNames/territories/territory[@type=\"SI\"]",
6680                 "Slovenia"
6681             },
6682             {
6683                 "4270544070493577396",
6684                 "//ldml/localeDisplayNames/territories/territory[@type=\"SJ\"]",
6685                 "Svalbard and Jan Mayen"
6686             },
6687             {
6688                 "2160408198135342116",
6689                 "//ldml/localeDisplayNames/territories/territory[@type=\"SK\"]",
6690                 "Slovakia"
6691             },
6692             {
6693                 "1143339353415507187",
6694                 "//ldml/localeDisplayNames/territories/territory[@type=\"SL\"]",
6695                 "Sierra Leone"
6696             },
6697             {
6698                 "6163019282251125585",
6699                 "//ldml/localeDisplayNames/territories/territory[@type=\"SM\"]",
6700                 "San Marino"
6701             },
6702             {
6703                 "2033456675693062086",
6704                 "//ldml/localeDisplayNames/territories/territory[@type=\"SN\"]",
6705                 "Senegal"
6706             },
6707             {
6708                 "4376045309873620965",
6709                 "//ldml/localeDisplayNames/territories/territory[@type=\"SO\"]",
6710                 "Somalia"
6711             },
6712             {
6713                 "6770680858753425332",
6714                 "//ldml/localeDisplayNames/territories/territory[@type=\"SR\"]",
6715                 "Suriname"
6716             },
6717             {
6718                 "3981180315242936917",
6719                 "//ldml/localeDisplayNames/territories/territory[@type=\"SS\"]",
6720                 "South Sudan"
6721             },
6722             {
6723                 "4952350321497581107",
6724                 "//ldml/localeDisplayNames/territories/territory[@type=\"ST\"]",
6725                 "São Tomé and Príncipe"
6726             },
6727             {
6728                 "6965422272650857872",
6729                 "//ldml/localeDisplayNames/territories/territory[@type=\"SV\"]",
6730                 "El Salvador"
6731             },
6732             {
6733                 "5289958613249917076",
6734                 "//ldml/localeDisplayNames/territories/territory[@type=\"SX\"]",
6735                 "Sint Maarten"
6736             },
6737             {
6738                 "5198912502072906612",
6739                 "//ldml/localeDisplayNames/territories/territory[@type=\"SY\"]",
6740                 "Syria"
6741             },
6742             {
6743                 "7947070194741218761",
6744                 "//ldml/localeDisplayNames/territories/territory[@type=\"SZ\"]",
6745                 "Swaziland"
6746             },
6747             {
6748                 "3195735367277633969",
6749                 "//ldml/localeDisplayNames/territories/territory[@type=\"TA\"]",
6750                 "Tristan da Cunha"
6751             },
6752             {
6753                 "9207814700223107975",
6754                 "//ldml/localeDisplayNames/territories/territory[@type=\"TC\"]",
6755                 "Turks and Caicos Islands"
6756             },
6757             {
6758                 "5056161091342347017",
6759                 "//ldml/localeDisplayNames/territories/territory[@type=\"TD\"]",
6760                 "Chad"
6761             },
6762             {
6763                 "8907409845944574442",
6764                 "//ldml/localeDisplayNames/territories/territory[@type=\"TF\"]",
6765                 "French Southern Territories"
6766             },
6767             {
6768                 "5077462374984963409",
6769                 "//ldml/localeDisplayNames/territories/territory[@type=\"TG\"]",
6770                 "Togo"
6771             },
6772             {
6773                 "7318940514454994171",
6774                 "//ldml/localeDisplayNames/territories/territory[@type=\"TH\"]",
6775                 "Thailand"
6776             },
6777             {
6778                 "5103975246787998989",
6779                 "//ldml/localeDisplayNames/territories/territory[@type=\"TJ\"]",
6780                 "Tajikistan"
6781             },
6782             {
6783                 "6789645654357370293",
6784                 "//ldml/localeDisplayNames/territories/territory[@type=\"TK\"]",
6785                 "Tokelau"
6786             },
6787             {
6788                 "3237416561085828696",
6789                 "//ldml/localeDisplayNames/territories/territory[@type=\"TL\"]",
6790                 "Timor-Leste"
6791             },
6792             {
6793                 "6131055613255345332",
6794                 "//ldml/localeDisplayNames/territories/territory[@type=\"TL\"][@alt=\"variant\"]",
6795                 "East Timor"
6796             },
6797             {
6798                 "2014017637618469792",
6799                 "//ldml/localeDisplayNames/territories/territory[@type=\"TM\"]",
6800                 "Turkmenistan"
6801             },
6802             {
6803                 "5065249477742450176",
6804                 "//ldml/localeDisplayNames/territories/territory[@type=\"TN\"]",
6805                 "Tunisia"
6806             },
6807             {
6808                 "1247058261794225330",
6809                 "//ldml/localeDisplayNames/territories/territory[@type=\"TO\"]",
6810                 "Tonga"
6811             },
6812             {
6813                 "2801550211549313773",
6814                 "//ldml/localeDisplayNames/territories/territory[@type=\"TR\"]",
6815                 "Turkey"
6816             },
6817             {
6818                 "812430717394593738",
6819                 "//ldml/localeDisplayNames/territories/territory[@type=\"TT\"]",
6820                 "Trinidad and Tobago"
6821             },
6822             {
6823                 "6111109714170357107",
6824                 "//ldml/localeDisplayNames/territories/territory[@type=\"TV\"]",
6825                 "Tuvalu"
6826             },
6827             {
6828                 "8337876426233699878",
6829                 "//ldml/localeDisplayNames/territories/territory[@type=\"TW\"]",
6830                 "Taiwan"
6831             },
6832             {
6833                 "8243137112515943174",
6834                 "//ldml/localeDisplayNames/territories/territory[@type=\"TZ\"]",
6835                 "Tanzania"
6836             },
6837             {
6838                 "1076823665237265421",
6839                 "//ldml/localeDisplayNames/territories/territory[@type=\"UA\"]",
6840                 "Ukraine"
6841             },
6842             {
6843                 "3603334294617470088",
6844                 "//ldml/localeDisplayNames/territories/territory[@type=\"UG\"]",
6845                 "Uganda"
6846             },
6847             {
6848                 "8682105951607259199",
6849                 "//ldml/localeDisplayNames/territories/territory[@type=\"UM\"]",
6850                 "U.S. Outlying Islands"
6851             },
6852             {
6853                 "4415296901311276275",
6854                 "//ldml/localeDisplayNames/territories/territory[@type=\"US\"]",
6855                 "United States"
6856             },
6857             {
6858                 "8189496130182046797",
6859                 "//ldml/localeDisplayNames/territories/territory[@type=\"US\"][@alt=\"short\"]",
6860                 "U.S."
6861             },
6862             {
6863                 "6491907410043802913",
6864                 "//ldml/localeDisplayNames/territories/territory[@type=\"UY\"]",
6865                 "Uruguay"
6866             },
6867             {
6868                 "7016244730493636271",
6869                 "//ldml/localeDisplayNames/territories/territory[@type=\"UZ\"]",
6870                 "Uzbekistan"
6871             },
6872             {
6873                 "5208315412092763859",
6874                 "//ldml/localeDisplayNames/territories/territory[@type=\"VA\"]",
6875                 "Vatican City"
6876             },
6877             {
6878                 "6081135500223830232",
6879                 "//ldml/localeDisplayNames/territories/territory[@type=\"VC\"]",
6880                 "St. Vincent & Grenadines"
6881             },
6882             {
6883                 "493324071578807360",
6884                 "//ldml/localeDisplayNames/territories/territory[@type=\"VE\"]",
6885                 "Venezuela"
6886             },
6887             {
6888                 "5552134407909862230",
6889                 "//ldml/localeDisplayNames/territories/territory[@type=\"VG\"]",
6890                 "British Virgin Islands"
6891             },
6892             {
6893                 "6030711859508472298",
6894                 "//ldml/localeDisplayNames/territories/territory[@type=\"VI\"]",
6895                 "U.S. Virgin Islands"
6896             },
6897             {
6898                 "7056824095333971434",
6899                 "//ldml/localeDisplayNames/territories/territory[@type=\"VN\"]",
6900                 "Vietnam"
6901             },
6902             {
6903                 "6724409338904016501",
6904                 "//ldml/localeDisplayNames/territories/territory[@type=\"VU\"]",
6905                 "Vanuatu"
6906             },
6907             {
6908                 "3826739025204445550",
6909                 "//ldml/localeDisplayNames/territories/territory[@type=\"WF\"]",
6910                 "Wallis and Futuna"
6911             },
6912             {
6913                 "3862735465637490085",
6914                 "//ldml/localeDisplayNames/territories/territory[@type=\"WS\"]",
6915                 "Samoa"
6916             },
6917             {
6918                 "4852395389935219803",
6919                 "//ldml/localeDisplayNames/territories/territory[@type=\"XK\"]",
6920                 "Kosovo"
6921             },
6922             {
6923                 "2207490276903959513",
6924                 "//ldml/localeDisplayNames/territories/territory[@type=\"YE\"]",
6925                 "Yemen"
6926             },
6927             {
6928                 "8864572327085275399",
6929                 "//ldml/localeDisplayNames/territories/territory[@type=\"YT\"]",
6930                 "Mayotte"
6931             },
6932             {
6933                 "8913165408947209237",
6934                 "//ldml/localeDisplayNames/territories/territory[@type=\"ZA\"]",
6935                 "South Africa"
6936             },
6937             {
6938                 "666841066543478336",
6939                 "//ldml/localeDisplayNames/territories/territory[@type=\"ZM\"]",
6940                 "Zambia"
6941             },
6942             {
6943                 "6487848168806813226",
6944                 "//ldml/localeDisplayNames/territories/territory[@type=\"ZW\"]",
6945                 "Zimbabwe"
6946             },
6947             {
6948                 "26883473199025372",
6949                 "//ldml/localeDisplayNames/territories/territory[@type=\"ZZ\"]",
6950                 "Unknown Region"
6951             },
6952             {
6953                 "7253254256658934316",
6954                 "//ldml/localeDisplayNames/types/type[@type=\"arab\"][@key=\"numbers\"]",
6955                 "Arabic-Indic Digits"
6956             },
6957             {
6958                 "7448485371600716385",
6959                 "//ldml/localeDisplayNames/types/type[@type=\"arabext\"][@key=\"numbers\"]",
6960                 "Extended Arabic-Indic Digits"
6961             },
6962             {
6963                 "538889960783347330",
6964                 "//ldml/localeDisplayNames/types/type[@type=\"armn\"][@key=\"numbers\"]",
6965                 "Armenian Numerals"
6966             },
6967             {
6968                 "5818180527844440301",
6969                 "//ldml/localeDisplayNames/types/type[@type=\"armnlow\"][@key=\"numbers\"]",
6970                 "Armenian Lowercase Numerals"
6971             },
6972             {
6973                 "4825138864123810189",
6974                 "//ldml/localeDisplayNames/types/type[@type=\"beng\"][@key=\"numbers\"]",
6975                 "Bengali Digits"
6976             },
6977             {
6978                 "8183469251525711587",
6979                 "//ldml/localeDisplayNames/types/type[@type=\"chinese\"][@key=\"calendar\"]",
6980                 "Chinese Calendar"
6981             },
6982             {
6983                 "2668802383015426549",
6984                 "//ldml/localeDisplayNames/types/type[@type=\"deva\"][@key=\"numbers\"]",
6985                 "Devanagari Digits"
6986             },
6987             {
6988                 "5695521112255808452",
6989                 "//ldml/localeDisplayNames/types/type[@type=\"ducet\"][@key=\"collation\"]",
6990                 "Default Unicode Sort Order"
6991             },
6992             {
6993                 "8314425635638570742",
6994                 "//ldml/localeDisplayNames/types/type[@type=\"ethi\"][@key=\"numbers\"]",
6995                 "Ethiopic Numerals"
6996             },
6997             {
6998                 "2224400340321253204",
6999                 "//ldml/localeDisplayNames/types/type[@type=\"fullwide\"][@key=\"numbers\"]",
7000                 "Full Width Digits"
7001             },
7002             {
7003                 "8198946667608384690",
7004                 "//ldml/localeDisplayNames/types/type[@type=\"geor\"][@key=\"numbers\"]",
7005                 "Georgian Numerals"
7006             },
7007             {
7008                 "5350687300490209380",
7009                 "//ldml/localeDisplayNames/types/type[@type=\"gregorian\"][@key=\"calendar\"]",
7010                 "Gregorian Calendar"
7011             },
7012             {
7013                 "6809100101981940837",
7014                 "//ldml/localeDisplayNames/types/type[@type=\"grek\"][@key=\"numbers\"]",
7015                 "Greek Numerals"
7016             },
7017             {
7018                 "3388066672126006422",
7019                 "//ldml/localeDisplayNames/types/type[@type=\"greklow\"][@key=\"numbers\"]",
7020                 "Greek Lowercase Numerals"
7021             },
7022             {
7023                 "8298041076823797406",
7024                 "//ldml/localeDisplayNames/types/type[@type=\"gujr\"][@key=\"numbers\"]",
7025                 "Gujarati Digits"
7026             },
7027             {
7028                 "7594532652051805097",
7029                 "//ldml/localeDisplayNames/types/type[@type=\"guru\"][@key=\"numbers\"]",
7030                 "Gurmukhi Digits"
7031             },
7032             {
7033                 "739278473142976238",
7034                 "//ldml/localeDisplayNames/types/type[@type=\"hanidec\"][@key=\"numbers\"]",
7035                 "Chinese Decimal Numerals"
7036             },
7037             {
7038                 "2154008216038246103",
7039                 "//ldml/localeDisplayNames/types/type[@type=\"hans\"][@key=\"numbers\"]",
7040                 "Simplified Chinese Numerals"
7041             },
7042             {
7043                 "5474906974573511532",
7044                 "//ldml/localeDisplayNames/types/type[@type=\"hansfin\"][@key=\"numbers\"]",
7045                 "Simplified Chinese Financial Numerals"
7046             },
7047             {
7048                 "511726318160542100",
7049                 "//ldml/localeDisplayNames/types/type[@type=\"hant\"][@key=\"numbers\"]",
7050                 "Traditional Chinese Numerals"
7051             },
7052             {
7053                 "9081920247571645676",
7054                 "//ldml/localeDisplayNames/types/type[@type=\"hantfin\"][@key=\"numbers\"]",
7055                 "Traditional Chinese Financial Numerals"
7056             },
7057             {
7058                 "883295659645400772",
7059                 "//ldml/localeDisplayNames/types/type[@type=\"hebr\"][@key=\"numbers\"]",
7060                 "Hebrew Numerals"
7061             },
7062             {
7063                 "7515947229515454036",
7064                 "//ldml/localeDisplayNames/types/type[@type=\"indian\"][@key=\"calendar\"]",
7065                 "Indian National Calendar"
7066             },
7067             {
7068                 "4526775264082093982",
7069                 "//ldml/localeDisplayNames/types/type[@type=\"islamic\"][@key=\"calendar\"]",
7070                 "Islamic Calendar"
7071             },
7072             {
7073                 "4382867073393965281",
7074                 "//ldml/localeDisplayNames/types/type[@type=\"islamic-civil\"][@key=\"calendar\"]",
7075                 "Islamic Calendar (tabular, civil epoch)"
7076             },
7077             {
7078                 "1718660864468586070",
7079                 "//ldml/localeDisplayNames/types/type[@type=\"islamic-tbla\"][@key=\"calendar\"]",
7080                 "Islamic Calendar (tabular, astronomical epoch)"
7081             },
7082             {
7083                 "5471795031168442206",
7084                 "//ldml/localeDisplayNames/types/type[@type=\"jpan\"][@key=\"numbers\"]",
7085                 "Japanese Numerals"
7086             },
7087             {
7088                 "3815395666462935750",
7089                 "//ldml/localeDisplayNames/types/type[@type=\"jpanfin\"][@key=\"numbers\"]",
7090                 "Japanese Financial Numerals"
7091             },
7092             {
7093                 "5200005190296356879",
7094                 "//ldml/localeDisplayNames/types/type[@type=\"khmr\"][@key=\"numbers\"]",
7095                 "Khmer Digits"
7096             },
7097             {
7098                 "8289253944660020852",
7099                 "//ldml/localeDisplayNames/types/type[@type=\"knda\"][@key=\"numbers\"]",
7100                 "Kannada Digits"
7101             },
7102             {
7103                 "449230427601187954",
7104                 "//ldml/localeDisplayNames/types/type[@type=\"laoo\"][@key=\"numbers\"]",
7105                 "Lao Digits"
7106             },
7107             {
7108                 "444545421514905461",
7109                 "//ldml/localeDisplayNames/types/type[@type=\"latn\"][@key=\"numbers\"]",
7110                 "Western Digits"
7111             },
7112             {
7113                 "8883538452193872686",
7114                 "//ldml/localeDisplayNames/types/type[@type=\"mlym\"][@key=\"numbers\"]",
7115                 "Malayalam Digits"
7116             },
7117             {
7118                 "1460448419379592036",
7119                 "//ldml/localeDisplayNames/types/type[@type=\"mymr\"][@key=\"numbers\"]",
7120                 "Myanmar Digits"
7121             },
7122             {
7123                 "7427416389767683932",
7124                 "//ldml/localeDisplayNames/types/type[@type=\"orya\"][@key=\"numbers\"]",
7125                 "Oriya Digits"
7126             },
7127             {
7128                 "964029534973287342",
7129                 "//ldml/localeDisplayNames/types/type[@type=\"roman\"][@key=\"numbers\"]",
7130                 "Roman Numerals"
7131             },
7132             {
7133                 "8611981957705596091",
7134                 "//ldml/localeDisplayNames/types/type[@type=\"romanlow\"][@key=\"numbers\"]",
7135                 "Roman Lowercase Numerals"
7136             },
7137             {
7138                 "284730924198724129",
7139                 "//ldml/localeDisplayNames/types/type[@type=\"search\"][@key=\"collation\"]",
7140                 "General-Purpose Search"
7141             },
7142             {
7143                 "9111977039909468462",
7144                 "//ldml/localeDisplayNames/types/type[@type=\"standard\"][@key=\"collation\"]",
7145                 "Standard Sort Order"
7146             },
7147             {
7148                 "6889109748458528227",
7149                 "//ldml/localeDisplayNames/types/type[@type=\"telu\"][@key=\"numbers\"]",
7150                 "Telugu Digits"
7151             },
7152             {
7153                 "5891083997513918315",
7154                 "//ldml/localeDisplayNames/types/type[@type=\"thai\"][@key=\"numbers\"]",
7155                 "Thai Digits"
7156             },
7157             {
7158                 "6564676442216590091",
7159                 "//ldml/localeDisplayNames/types/type[@type=\"tibt\"][@key=\"numbers\"]",
7160                 "Tibetan Digits"
7161             },
7162             {
7163                 "107328206618510083",
7164                 "//ldml/numbers/currencies/currency[@type=\"AED\"]/displayName",
7165                 "United Arab Emirates Dirham"
7166             },
7167             {
7168                 "2396975436698785673",
7169                 "//ldml/numbers/currencies/currency[@type=\"AFN\"]/displayName",
7170                 "Afghan Afghani"
7171             },
7172             {
7173                 "2082507667429332622",
7174                 "//ldml/numbers/currencies/currency[@type=\"ALL\"]/displayName",
7175                 "Albanian Lek"
7176             },
7177             {
7178                 "1741047413657254350",
7179                 "//ldml/numbers/currencies/currency[@type=\"AMD\"]/displayName",
7180                 "Armenian Dram"
7181             },
7182             {
7183                 "8229510934086893304",
7184                 "//ldml/numbers/currencies/currency[@type=\"AOA\"]/displayName",
7185                 "Angolan Kwanza"
7186             },
7187             {
7188                 "3011853471996851581",
7189                 "//ldml/numbers/currencies/currency[@type=\"ARS\"]/displayName",
7190                 "Argentine Peso"
7191             },
7192             {
7193                 "8360591257182449812",
7194                 "//ldml/numbers/currencies/currency[@type=\"ARS\"]/symbol[@alt=\"narrow\"]",
7195                 "$"
7196             },
7197             {
7198                 "8184324634499992411",
7199                 "//ldml/numbers/currencies/currency[@type=\"AUD\"]/displayName",
7200                 "Australian Dollar"
7201             },
7202             {
7203                 "8247846773234707438",
7204                 "//ldml/numbers/currencies/currency[@type=\"AUD\"]/symbol",
7205                 "A$"
7206             },
7207             {
7208                 "5232463329388922930",
7209                 "//ldml/numbers/currencies/currency[@type=\"AUD\"]/symbol[@alt=\"narrow\"]",
7210                 "$"
7211             },
7212             {
7213                 "4300652750054262419",
7214                 "//ldml/numbers/currencies/currency[@type=\"AWG\"]/displayName",
7215                 "Aruban Florin"
7216             },
7217             {
7218                 "8626860476026723833",
7219                 "//ldml/numbers/currencies/currency[@type=\"AZN\"]/displayName",
7220                 "Azerbaijani Manat"
7221             },
7222             {
7223                 "7390242055420289294",
7224                 "//ldml/numbers/currencies/currency[@type=\"BAM\"]/displayName",
7225                 "Bosnia-Herzegovina Convertible Mark"
7226             },
7227             {
7228                 "6760195859939348124",
7229                 "//ldml/numbers/currencies/currency[@type=\"BBD\"]/displayName",
7230                 "Barbadian Dollar"
7231             },
7232             {
7233                 "8708938377401829969",
7234                 "//ldml/numbers/currencies/currency[@type=\"BBD\"]/symbol[@alt=\"narrow\"]",
7235                 "$"
7236             },
7237             {
7238                 "501937802887792249",
7239                 "//ldml/numbers/currencies/currency[@type=\"BDT\"]/displayName",
7240                 "Bangladeshi Taka"
7241             },
7242             {
7243                 "3559745623839738144",
7244                 "//ldml/numbers/currencies/currency[@type=\"BDT\"]/symbol[@alt=\"narrow\"]",
7245                 "৳"
7246             },
7247             {
7248                 "3050969534049082633",
7249                 "//ldml/numbers/currencies/currency[@type=\"BGN\"]/displayName",
7250                 "Bulgarian Lev"
7251             },
7252             {
7253                 "6949127193554037629",
7254                 "//ldml/numbers/currencies/currency[@type=\"BHD\"]/displayName",
7255                 "Bahraini Dinar"
7256             },
7257             {
7258                 "7131108820737532142",
7259                 "//ldml/numbers/currencies/currency[@type=\"BIF\"]/displayName",
7260                 "Burundian Franc"
7261             },
7262             {
7263                 "6264356148446158720",
7264                 "//ldml/numbers/currencies/currency[@type=\"BMD\"]/displayName",
7265                 "Bermudan Dollar"
7266             },
7267             {
7268                 "6925087581801710628",
7269                 "//ldml/numbers/currencies/currency[@type=\"BMD\"]/symbol[@alt=\"narrow\"]",
7270                 "$"
7271             },
7272             {
7273                 "7342688653755882900",
7274                 "//ldml/numbers/currencies/currency[@type=\"BND\"]/displayName",
7275                 "Brunei Dollar"
7276             },
7277             {
7278                 "9001432339580984073",
7279                 "//ldml/numbers/currencies/currency[@type=\"BND\"]/symbol[@alt=\"narrow\"]",
7280                 "$"
7281             },
7282             {
7283                 "8955633241201808567",
7284                 "//ldml/numbers/currencies/currency[@type=\"BOB\"]/displayName",
7285                 "Bolivian Boliviano"
7286             },
7287             {
7288                 "4807923310349087194",
7289                 "//ldml/numbers/currencies/currency[@type=\"BRL\"]/displayName",
7290                 "Brazilian Real"
7291             },
7292             {
7293                 "9214679736319846567",
7294                 "//ldml/numbers/currencies/currency[@type=\"BRL\"]/symbol",
7295                 "R$"
7296             },
7297             {
7298                 "6294417837683615401",
7299                 "//ldml/numbers/currencies/currency[@type=\"BRL\"]/symbol[@alt=\"narrow\"]",
7300                 "R$"
7301             },
7302             {
7303                 "8092305623656815530",
7304                 "//ldml/numbers/currencies/currency[@type=\"BSD\"]/displayName",
7305                 "Bahamian Dollar"
7306             },
7307             {
7308                 "4908245548244791743",
7309                 "//ldml/numbers/currencies/currency[@type=\"BSD\"]/symbol[@alt=\"narrow\"]",
7310                 "$"
7311             },
7312             {
7313                 "1035599600905213932",
7314                 "//ldml/numbers/currencies/currency[@type=\"BTN\"]/displayName",
7315                 "Bhutanese Ngultrum"
7316             },
7317             {
7318                 "2068783085710895801",
7319                 "//ldml/numbers/currencies/currency[@type=\"BWP\"]/displayName",
7320                 "Botswanan Pula"
7321             },
7322             {
7323                 "5427563614768499632",
7324                 "//ldml/numbers/currencies/currency[@type=\"BYR\"]/displayName",
7325                 "Belarusian Ruble"
7326             },
7327             {
7328                 "3336587217653165631",
7329                 "//ldml/numbers/currencies/currency[@type=\"BYR\"]/symbol[@alt=\"narrow\"]",
7330                 "р."
7331             },
7332             {
7333                 "2873594749272046288",
7334                 "//ldml/numbers/currencies/currency[@type=\"BZD\"]/displayName",
7335                 "Belize Dollar"
7336             },
7337             {
7338                 "9180429698362642505",
7339                 "//ldml/numbers/currencies/currency[@type=\"BZD\"]/symbol[@alt=\"narrow\"]",
7340                 "$"
7341             },
7342             {
7343                 "33852420946234552",
7344                 "//ldml/numbers/currencies/currency[@type=\"CAD\"]/displayName",
7345                 "Canadian Dollar"
7346             },
7347             {
7348                 "1951007329555411670",
7349                 "//ldml/numbers/currencies/currency[@type=\"CAD\"]/symbol",
7350                 "CA$"
7351             },
7352             {
7353                 "8982207380231231241",
7354                 "//ldml/numbers/currencies/currency[@type=\"CAD\"]/symbol[@alt=\"narrow\"]",
7355                 "$"
7356             },
7357             {
7358                 "5228962342696766569",
7359                 "//ldml/numbers/currencies/currency[@type=\"CDF\"]/displayName",
7360                 "Congolese Franc"
7361             },
7362             {
7363                 "3345152422604626136",
7364                 "//ldml/numbers/currencies/currency[@type=\"CHF\"]/displayName",
7365                 "Swiss Franc"
7366             },
7367             {
7368                 "7204141602396872239",
7369                 "//ldml/numbers/currencies/currency[@type=\"CLP\"]/displayName",
7370                 "Chilean Peso"
7371             },
7372             {
7373                 "4515591752416926606",
7374                 "//ldml/numbers/currencies/currency[@type=\"CLP\"]/symbol[@alt=\"narrow\"]",
7375                 "$"
7376             },
7377             {
7378                 "9143159957908261991",
7379                 "//ldml/numbers/currencies/currency[@type=\"CNY\"]/displayName",
7380                 "Chinese Yuan"
7381             },
7382             {
7383                 "5790104587328567230",
7384                 "//ldml/numbers/currencies/currency[@type=\"CNY\"]/symbol",
7385                 "CN¥"
7386             },
7387             {
7388                 "3457914745240803",
7389                 "//ldml/numbers/currencies/currency[@type=\"CNY\"]/symbol[@alt=\"narrow\"]",
7390                 "¥"
7391             },
7392             {
7393                 "4865155765136085731",
7394                 "//ldml/numbers/currencies/currency[@type=\"COP\"]/displayName",
7395                 "Colombian Peso"
7396             },
7397             {
7398                 "8155312413827635763",
7399                 "//ldml/numbers/currencies/currency[@type=\"COP\"]/symbol[@alt=\"narrow\"]",
7400                 "$"
7401             },
7402             {
7403                 "2094378546114440090",
7404                 "//ldml/numbers/currencies/currency[@type=\"CRC\"]/displayName",
7405                 "Costa Rican Colón"
7406             },
7407             {
7408                 "6418876325601417770",
7409                 "//ldml/numbers/currencies/currency[@type=\"CRC\"]/symbol[@alt=\"narrow\"]",
7410                 "₡"
7411             },
7412             {
7413                 "7424175430058228328",
7414                 "//ldml/numbers/currencies/currency[@type=\"CUC\"]/displayName",
7415                 "Cuban Convertible Peso"
7416             },
7417             {
7418                 "1070427192535321220",
7419                 "//ldml/numbers/currencies/currency[@type=\"CUP\"]/displayName",
7420                 "Cuban Peso"
7421             },
7422             {
7423                 "3432202040679572456",
7424                 "//ldml/numbers/currencies/currency[@type=\"CUP\"]/symbol[@alt=\"narrow\"]",
7425                 "$"
7426             },
7427             {
7428                 "2192039445957663143",
7429                 "//ldml/numbers/currencies/currency[@type=\"CVE\"]/displayName",
7430                 "Cape Verdean Escudo"
7431             },
7432             {
7433                 "4956437627217233758",
7434                 "//ldml/numbers/currencies/currency[@type=\"CZK\"]/displayName",
7435                 "Czech Republic Koruna"
7436             },
7437             {
7438                 "4942105476585363068",
7439                 "//ldml/numbers/currencies/currency[@type=\"DJF\"]/displayName",
7440                 "Djiboutian Franc"
7441             },
7442             {
7443                 "8479486126564223373",
7444                 "//ldml/numbers/currencies/currency[@type=\"DKK\"]/displayName",
7445                 "Danish Krone"
7446             },
7447             {
7448                 "8601713390667990770",
7449                 "//ldml/numbers/currencies/currency[@type=\"DOP\"]/displayName",
7450                 "Dominican Peso"
7451             },
7452             {
7453                 "1351442755505869599",
7454                 "//ldml/numbers/currencies/currency[@type=\"DOP\"]/symbol[@alt=\"narrow\"]",
7455                 "$"
7456             },
7457             {
7458                 "5042634668544362543",
7459                 "//ldml/numbers/currencies/currency[@type=\"DZD\"]/displayName",
7460                 "Algerian Dinar"
7461             },
7462             {
7463                 "8734730168632435456",
7464                 "//ldml/numbers/currencies/currency[@type=\"EGP\"]/displayName",
7465                 "Egyptian Pound"
7466             },
7467             {
7468                 "8664424585623328692",
7469                 "//ldml/numbers/currencies/currency[@type=\"ERN\"]/displayName",
7470                 "Eritrean Nakfa"
7471             },
7472             {
7473                 "6668234366791786235",
7474                 "//ldml/numbers/currencies/currency[@type=\"ETB\"]/displayName",
7475                 "Ethiopian Birr"
7476             },
7477             {
7478                 "4375430169498840378",
7479                 "//ldml/numbers/currencies/currency[@type=\"EUR\"]/displayName",
7480                 "Euro"
7481             },
7482             {
7483                 "3360122162250266497",
7484                 "//ldml/numbers/currencies/currency[@type=\"EUR\"]/symbol",
7485                 "€"
7486             },
7487             {
7488                 "2318501006630242407",
7489                 "//ldml/numbers/currencies/currency[@type=\"EUR\"]/symbol[@alt=\"narrow\"]",
7490                 "€"
7491             },
7492             {
7493                 "3826181076235904788",
7494                 "//ldml/numbers/currencies/currency[@type=\"FJD\"]/displayName",
7495                 "Fijian Dollar"
7496             },
7497             {
7498                 "5854414246814846134",
7499                 "//ldml/numbers/currencies/currency[@type=\"FJD\"]/symbol[@alt=\"narrow\"]",
7500                 "$"
7501             },
7502             {
7503                 "7175980356316315599",
7504                 "//ldml/numbers/currencies/currency[@type=\"FKP\"]/displayName",
7505                 "Falkland Islands Pound"
7506             },
7507             {
7508                 "6175347122381904676",
7509                 "//ldml/numbers/currencies/currency[@type=\"GBP\"]/displayName",
7510                 "British Pound Sterling"
7511             },
7512             {
7513                 "2069828051513104319",
7514                 "//ldml/numbers/currencies/currency[@type=\"GBP\"]/symbol",
7515                 "£"
7516             },
7517             {
7518                 "7847676733495825109",
7519                 "//ldml/numbers/currencies/currency[@type=\"GBP\"]/symbol[@alt=\"narrow\"]",
7520                 "£"
7521             },
7522             {
7523                 "413064345497638320",
7524                 "//ldml/numbers/currencies/currency[@type=\"GEL\"]/displayName",
7525                 "Georgian Lari"
7526             },
7527             {
7528                 "5096174421824774558",
7529                 "//ldml/numbers/currencies/currency[@type=\"GHS\"]/displayName",
7530                 "Ghanaian Cedi"
7531             },
7532             {
7533                 "6565788045359905361",
7534                 "//ldml/numbers/currencies/currency[@type=\"GHS\"]/symbol[@alt=\"narrow\"]",
7535                 "₵"
7536             },
7537             {
7538                 "4203901879431639861",
7539                 "//ldml/numbers/currencies/currency[@type=\"GIP\"]/displayName",
7540                 "Gibraltar Pound"
7541             },
7542             {
7543                 "8259970433058983407",
7544                 "//ldml/numbers/currencies/currency[@type=\"GIP\"]/symbol[@alt=\"narrow\"]",
7545                 "£"
7546             },
7547             {
7548                 "4142012581915127690",
7549                 "//ldml/numbers/currencies/currency[@type=\"GMD\"]/displayName",
7550                 "Gambian Dalasi"
7551             },
7552             {
7553                 "6514872350786392865",
7554                 "//ldml/numbers/currencies/currency[@type=\"GNF\"]/displayName",
7555                 "Guinean Franc"
7556             },
7557             {
7558                 "2746423269742361905",
7559                 "//ldml/numbers/currencies/currency[@type=\"GTQ\"]/displayName",
7560                 "Guatemalan Quetzal"
7561             },
7562             {
7563                 "5888563750429312208",
7564                 "//ldml/numbers/currencies/currency[@type=\"GYD\"]/symbol[@alt=\"narrow\"]",
7565                 "$"
7566             },
7567             {
7568                 "5756097190103495407",
7569                 "//ldml/numbers/currencies/currency[@type=\"HKD\"]/displayName",
7570                 "Hong Kong Dollar"
7571             },
7572             {
7573                 "2978684647580388156",
7574                 "//ldml/numbers/currencies/currency[@type=\"HKD\"]/symbol",
7575                 "HK$"
7576             },
7577             {
7578                 "8736047870444334976",
7579                 "//ldml/numbers/currencies/currency[@type=\"HKD\"]/symbol[@alt=\"narrow\"]",
7580                 "$"
7581             },
7582             {
7583                 "708333590458222839",
7584                 "//ldml/numbers/currencies/currency[@type=\"HNL\"]/displayName",
7585                 "Honduran Lempira"
7586             },
7587             {
7588                 "5426046381327795080",
7589                 "//ldml/numbers/currencies/currency[@type=\"HRK\"]/displayName",
7590                 "Croatian Kuna"
7591             },
7592             {
7593                 "2217406749821769133",
7594                 "//ldml/numbers/currencies/currency[@type=\"HTG\"]/displayName",
7595                 "Haitian Gourde"
7596             },
7597             {
7598                 "6025262336939694198",
7599                 "//ldml/numbers/currencies/currency[@type=\"HUF\"]/displayName",
7600                 "Hungarian Forint"
7601             },
7602             {
7603                 "4156522323344750665",
7604                 "//ldml/numbers/currencies/currency[@type=\"IDR\"]/displayName",
7605                 "Indonesian Rupiah"
7606             },
7607             {
7608                 "2156540447497220311",
7609                 "//ldml/numbers/currencies/currency[@type=\"ILS\"]/displayName",
7610                 "Israeli New Sheqel"
7611             },
7612             {
7613                 "7847067713553194765",
7614                 "//ldml/numbers/currencies/currency[@type=\"ILS\"]/symbol",
7615                 "₪"
7616             },
7617             {
7618                 "4086428464827853124",
7619                 "//ldml/numbers/currencies/currency[@type=\"ILS\"]/symbol[@alt=\"narrow\"]",
7620                 "₪"
7621             },
7622             {
7623                 "4800717319757587328",
7624                 "//ldml/numbers/currencies/currency[@type=\"INR\"]/displayName",
7625                 "Indian Rupee"
7626             },
7627             {
7628                 "6106260232881122312",
7629                 "//ldml/numbers/currencies/currency[@type=\"INR\"]/symbol",
7630                 "₹"
7631             },
7632             {
7633                 "834842243762225957",
7634                 "//ldml/numbers/currencies/currency[@type=\"INR\"]/symbol[@alt=\"narrow\"]",
7635                 "₹"
7636             },
7637             {
7638                 "7008904446095985899",
7639                 "//ldml/numbers/currencies/currency[@type=\"IQD\"]/displayName",
7640                 "Iraqi Dinar"
7641             },
7642             {
7643                 "9013038982349452766",
7644                 "//ldml/numbers/currencies/currency[@type=\"IRR\"]/displayName",
7645                 "Iranian Rial"
7646             },
7647             {
7648                 "826361291694022079",
7649                 "//ldml/numbers/currencies/currency[@type=\"ISK\"]/displayName",
7650                 "Icelandic Króna"
7651             },
7652             {
7653                 "5495096252651129649",
7654                 "//ldml/numbers/currencies/currency[@type=\"JMD\"]/displayName",
7655                 "Jamaican Dollar"
7656             },
7657             {
7658                 "2603724639349947321",
7659                 "//ldml/numbers/currencies/currency[@type=\"JMD\"]/symbol[@alt=\"narrow\"]",
7660                 "$"
7661             },
7662             {
7663                 "2570995754927701925",
7664                 "//ldml/numbers/currencies/currency[@type=\"JOD\"]/displayName",
7665                 "Jordanian Dinar"
7666             },
7667             {
7668                 "2884977514582659693",
7669                 "//ldml/numbers/currencies/currency[@type=\"JPY\"]/displayName",
7670                 "Japanese Yen"
7671             },
7672             {
7673                 "5434198241915938047",
7674                 "//ldml/numbers/currencies/currency[@type=\"JPY\"]/symbol",
7675                 "¥"
7676             },
7677             {
7678                 "9039773253710922514",
7679                 "//ldml/numbers/currencies/currency[@type=\"JPY\"]/symbol[@alt=\"narrow\"]",
7680                 "¥"
7681             },
7682             {
7683                 "7361362553468539439",
7684                 "//ldml/numbers/currencies/currency[@type=\"KES\"]/displayName",
7685                 "Kenyan Shilling"
7686             },
7687             {
7688                 "6417244494138322990",
7689                 "//ldml/numbers/currencies/currency[@type=\"KGS\"]/displayName",
7690                 "Kyrgystani Som"
7691             },
7692             {
7693                 "5758834193439546454",
7694                 "//ldml/numbers/currencies/currency[@type=\"KHR\"]/displayName",
7695                 "Cambodian Riel"
7696             },
7697             {
7698                 "706758457948283465",
7699                 "//ldml/numbers/currencies/currency[@type=\"KHR\"]/symbol[@alt=\"narrow\"]",
7700                 "៛"
7701             },
7702             {
7703                 "422532176202145606",
7704                 "//ldml/numbers/currencies/currency[@type=\"KMF\"]/displayName",
7705                 "Comorian Franc"
7706             },
7707             {
7708                 "647512561873371417",
7709                 "//ldml/numbers/currencies/currency[@type=\"KPW\"]/displayName",
7710                 "North Korean Won"
7711             },
7712             {
7713                 "8513122707023306975",
7714                 "//ldml/numbers/currencies/currency[@type=\"KRW\"]/displayName",
7715                 "South Korean Won"
7716             },
7717             {
7718                 "6991166013965056622",
7719                 "//ldml/numbers/currencies/currency[@type=\"KRW\"]/symbol",
7720                 "₩"
7721             },
7722             {
7723                 "6288325650073321641",
7724                 "//ldml/numbers/currencies/currency[@type=\"KRW\"]/symbol[@alt=\"narrow\"]",
7725                 "₩"
7726             },
7727             {
7728                 "1574953295232487512",
7729                 "//ldml/numbers/currencies/currency[@type=\"KWD\"]/displayName",
7730                 "Kuwaiti Dinar"
7731             },
7732             {
7733                 "743001428515912836",
7734                 "//ldml/numbers/currencies/currency[@type=\"KYD\"]/symbol[@alt=\"narrow\"]",
7735                 "$"
7736             },
7737             {
7738                 "3038033266703318301",
7739                 "//ldml/numbers/currencies/currency[@type=\"KZT\"]/displayName",
7740                 "Kazakhstani Tenge"
7741             },
7742             {
7743                 "2742821701445738654",
7744                 "//ldml/numbers/currencies/currency[@type=\"KZT\"]/symbol[@alt=\"narrow\"]",
7745                 "₸"
7746             },
7747             {
7748                 "5282786362926246858",
7749                 "//ldml/numbers/currencies/currency[@type=\"LAK\"]/displayName",
7750                 "Laotian Kip"
7751             },
7752             {
7753                 "2794228674640860148",
7754                 "//ldml/numbers/currencies/currency[@type=\"LAK\"]/symbol[@alt=\"narrow\"]",
7755                 "₭"
7756             },
7757             {
7758                 "338749412363657077",
7759                 "//ldml/numbers/currencies/currency[@type=\"LBP\"]/displayName",
7760                 "Lebanese Pound"
7761             },
7762             {
7763                 "7880677965366041240",
7764                 "//ldml/numbers/currencies/currency[@type=\"LKR\"]/displayName",
7765                 "Sri Lankan Rupee"
7766             },
7767             {
7768                 "3183369411573086615",
7769                 "//ldml/numbers/currencies/currency[@type=\"LRD\"]/displayName",
7770                 "Liberian Dollar"
7771             },
7772             {
7773                 "3230128077290018317",
7774                 "//ldml/numbers/currencies/currency[@type=\"LRD\"]/symbol[@alt=\"narrow\"]",
7775                 "$"
7776             },
7777             {
7778                 "8344513145008228305",
7779                 "//ldml/numbers/currencies/currency[@type=\"LSL\"]/displayName",
7780                 "Lesotho Loti"
7781             },
7782             {
7783                 "678046628379612937",
7784                 "//ldml/numbers/currencies/currency[@type=\"LTL\"]/displayName",
7785                 "Lithuanian Litas"
7786             },
7787             {
7788                 "2340102142582554171",
7789                 "//ldml/numbers/currencies/currency[@type=\"LVL\"]/displayName",
7790                 "Latvian Lats"
7791             },
7792             {
7793                 "8859115082374544664",
7794                 "//ldml/numbers/currencies/currency[@type=\"MAD\"]/displayName",
7795                 "Moroccan Dirham"
7796             },
7797             {
7798                 "1102258805960863168",
7799                 "//ldml/numbers/currencies/currency[@type=\"MDL\"]/displayName",
7800                 "Moldovan Leu"
7801             },
7802             {
7803                 "9069188211755686814",
7804                 "//ldml/numbers/currencies/currency[@type=\"MGA\"]/displayName",
7805                 "Malagasy Ariary"
7806             },
7807             {
7808                 "8024872367346239837",
7809                 "//ldml/numbers/currencies/currency[@type=\"MKD\"]/displayName",
7810                 "Macedonian Denar"
7811             },
7812             {
7813                 "5599275341926967524",
7814                 "//ldml/numbers/currencies/currency[@type=\"MMK\"]/displayName",
7815                 "Myanmar Kyat"
7816             },
7817             {
7818                 "1456150330136082381",
7819                 "//ldml/numbers/currencies/currency[@type=\"MNT\"]/symbol[@alt=\"narrow\"]",
7820                 "₮"
7821             },
7822             {
7823                 "1701521481029417056",
7824                 "//ldml/numbers/currencies/currency[@type=\"MOP\"]/displayName",
7825                 "Macanese Pataca"
7826             },
7827             {
7828                 "2832715991439199548",
7829                 "//ldml/numbers/currencies/currency[@type=\"MRO\"]/displayName",
7830                 "Mauritanian Ouguiya"
7831             },
7832             {
7833                 "4131335075861267933",
7834                 "//ldml/numbers/currencies/currency[@type=\"MUR\"]/displayName",
7835                 "Mauritian Rupee"
7836             },
7837             {
7838                 "1921233522155486328",
7839                 "//ldml/numbers/currencies/currency[@type=\"MVR\"]/displayName",
7840                 "Maldivian Rufiyaa"
7841             },
7842             {
7843                 "8867700779916663690",
7844                 "//ldml/numbers/currencies/currency[@type=\"MXN\"]/displayName",
7845                 "Mexican Peso"
7846             },
7847             {
7848                 "1198090792163074096",
7849                 "//ldml/numbers/currencies/currency[@type=\"MXN\"]/symbol",
7850                 "MX$"
7851             },
7852             {
7853                 "3291907079861892186",
7854                 "//ldml/numbers/currencies/currency[@type=\"MXN\"]/symbol[@alt=\"narrow\"]",
7855                 "$"
7856             },
7857             {
7858                 "4642255645232379965",
7859                 "//ldml/numbers/currencies/currency[@type=\"MYR\"]/displayName",
7860                 "Malaysian Ringgit"
7861             },
7862             {
7863                 "5575049092628683973",
7864                 "//ldml/numbers/currencies/currency[@type=\"MZN\"]/displayName",
7865                 "Mozambican Metical"
7866             },
7867             {
7868                 "4051952008843329754",
7869                 "//ldml/numbers/currencies/currency[@type=\"NAD\"]/displayName",
7870                 "Namibian Dollar"
7871             },
7872             {
7873                 "2512461895636460620",
7874                 "//ldml/numbers/currencies/currency[@type=\"NAD\"]/symbol[@alt=\"narrow\"]",
7875                 "$"
7876             },
7877             {
7878                 "3108742190089274202",
7879                 "//ldml/numbers/currencies/currency[@type=\"NGN\"]/displayName",
7880                 "Nigerian Naira"
7881             },
7882             {
7883                 "6920360497665916612",
7884                 "//ldml/numbers/currencies/currency[@type=\"NGN\"]/symbol[@alt=\"narrow\"]",
7885                 "₦"
7886             },
7887             {
7888                 "1558596029691150844",
7889                 "//ldml/numbers/currencies/currency[@type=\"NIO\"]/displayName",
7890                 "Nicaraguan Córdoba"
7891             },
7892             {
7893                 "2538034340728253401",
7894                 "//ldml/numbers/currencies/currency[@type=\"NOK\"]/displayName",
7895                 "Norwegian Krone"
7896             },
7897             {
7898                 "4432978510160868537",
7899                 "//ldml/numbers/currencies/currency[@type=\"NPR\"]/displayName",
7900                 "Nepalese Rupee"
7901             },
7902             {
7903                 "5291366094720507952",
7904                 "//ldml/numbers/currencies/currency[@type=\"NZD\"]/displayName",
7905                 "New Zealand Dollar"
7906             },
7907             {
7908                 "2232844878792366330",
7909                 "//ldml/numbers/currencies/currency[@type=\"NZD\"]/symbol",
7910                 "NZ$"
7911             },
7912             {
7913                 "1613925348896921819",
7914                 "//ldml/numbers/currencies/currency[@type=\"NZD\"]/symbol[@alt=\"narrow\"]",
7915                 "$"
7916             },
7917             {
7918                 "5512852970093297092",
7919                 "//ldml/numbers/currencies/currency[@type=\"OMR\"]/displayName",
7920                 "Omani Rial"
7921             },
7922             {
7923                 "2547277564236879279",
7924                 "//ldml/numbers/currencies/currency[@type=\"PAB\"]/displayName",
7925                 "Panamanian Balboa"
7926             },
7927             {
7928                 "4956062929295611107",
7929                 "//ldml/numbers/currencies/currency[@type=\"PEN\"]/displayName",
7930                 "Peruvian Nuevo Sol"
7931             },
7932             {
7933                 "2356688915142591829",
7934                 "//ldml/numbers/currencies/currency[@type=\"PGK\"]/displayName",
7935                 "Papua New Guinean Kina"
7936             },
7937             {
7938                 "3350984588189230415",
7939                 "//ldml/numbers/currencies/currency[@type=\"PHP\"]/displayName",
7940                 "Philippine Peso"
7941             },
7942             {
7943                 "8753134438149332982",
7944                 "//ldml/numbers/currencies/currency[@type=\"PHP\"]/symbol[@alt=\"narrow\"]",
7945                 "₱"
7946             },
7947             {
7948                 "1252551576243360532",
7949                 "//ldml/numbers/currencies/currency[@type=\"PKR\"]/displayName",
7950                 "Pakistani Rupee"
7951             },
7952             {
7953                 "2000842006500145445",
7954                 "//ldml/numbers/currencies/currency[@type=\"PLN\"]/displayName",
7955                 "Polish Zloty"
7956             },
7957             {
7958                 "3851490785014489218",
7959                 "//ldml/numbers/currencies/currency[@type=\"PYG\"]/displayName",
7960                 "Paraguayan Guarani"
7961             },
7962             {
7963                 "1899673719481528494",
7964                 "//ldml/numbers/currencies/currency[@type=\"PYG\"]/symbol[@alt=\"narrow\"]",
7965                 "₲"
7966             },
7967             {
7968                 "7340134300760832837",
7969                 "//ldml/numbers/currencies/currency[@type=\"QAR\"]/displayName",
7970                 "Qatari Rial"
7971             },
7972             {
7973                 "7936615753851329740",
7974                 "//ldml/numbers/currencies/currency[@type=\"RON\"]/displayName",
7975                 "Romanian Leu"
7976             },
7977             {
7978                 "5239261456077764737",
7979                 "//ldml/numbers/currencies/currency[@type=\"RSD\"]/displayName",
7980                 "Serbian Dinar"
7981             },
7982             {
7983                 "5909874304196248403",
7984                 "//ldml/numbers/currencies/currency[@type=\"RUB\"]/displayName",
7985                 "Russian Ruble"
7986             },
7987             {
7988                 "7349559274316557648",
7989                 "//ldml/numbers/currencies/currency[@type=\"RWF\"]/displayName",
7990                 "Rwandan Franc"
7991             },
7992             {
7993                 "3143597023721679193",
7994                 "//ldml/numbers/currencies/currency[@type=\"SAR\"]/displayName",
7995                 "Saudi Riyal"
7996             },
7997             {
7998                 "3835112185926536542",
7999                 "//ldml/numbers/currencies/currency[@type=\"SBD\"]/displayName",
8000                 "Solomon Islands Dollar"
8001             },
8002             {
8003                 "8172806034594952169",
8004                 "//ldml/numbers/currencies/currency[@type=\"SBD\"]/symbol[@alt=\"narrow\"]",
8005                 "$"
8006             },
8007             {
8008                 "518713267846058259",
8009                 "//ldml/numbers/currencies/currency[@type=\"SCR\"]/displayName",
8010                 "Seychellois Rupee"
8011             },
8012             {
8013                 "6110656667483245665",
8014                 "//ldml/numbers/currencies/currency[@type=\"SDG\"]/displayName",
8015                 "Sudanese Pound"
8016             },
8017             {
8018                 "7966815862247847775",
8019                 "//ldml/numbers/currencies/currency[@type=\"SEK\"]/displayName",
8020                 "Swedish Krona"
8021             },
8022             {
8023                 "506708507311021493",
8024                 "//ldml/numbers/currencies/currency[@type=\"SGD\"]/displayName",
8025                 "Singapore Dollar"
8026             },
8027             {
8028                 "1418718310937387675",
8029                 "//ldml/numbers/currencies/currency[@type=\"SGD\"]/symbol[@alt=\"narrow\"]",
8030                 "$"
8031             },
8032             {
8033                 "2888248314086379707",
8034                 "//ldml/numbers/currencies/currency[@type=\"SHP\"]/displayName",
8035                 "Saint Helena Pound"
8036             },
8037             {
8038                 "8578393031068938537",
8039                 "//ldml/numbers/currencies/currency[@type=\"SLL\"]/displayName",
8040                 "Sierra Leonean Leone"
8041             },
8042             {
8043                 "787583681364760482",
8044                 "//ldml/numbers/currencies/currency[@type=\"SOS\"]/displayName",
8045                 "Somali Shilling"
8046             },
8047             {
8048                 "3266906245700971111",
8049                 "//ldml/numbers/currencies/currency[@type=\"SRD\"]/displayName",
8050                 "Surinamese Dollar"
8051             },
8052             {
8053                 "2687806566780231364",
8054                 "//ldml/numbers/currencies/currency[@type=\"SRD\"]/symbol[@alt=\"narrow\"]",
8055                 "$"
8056             },
8057             {
8058                 "2183290648213530644",
8059                 "//ldml/numbers/currencies/currency[@type=\"SSP\"]/displayName",
8060                 "South Sudanese Pound"
8061             },
8062             {
8063                 "1695125061729153885",
8064                 "//ldml/numbers/currencies/currency[@type=\"SSP\"]/symbol[@alt=\"narrow\"]",
8065                 "£"
8066             },
8067             {
8068                 "674831700704754733",
8069                 "//ldml/numbers/currencies/currency[@type=\"STD\"]/displayName",
8070                 "São Tomé and Príncipe Dobra"
8071             },
8072             {
8073                 "2047668402037164606",
8074                 "//ldml/numbers/currencies/currency[@type=\"SYP\"]/displayName",
8075                 "Syrian Pound"
8076             },
8077             {
8078                 "7266996072816650895",
8079                 "//ldml/numbers/currencies/currency[@type=\"SZL\"]/displayName",
8080                 "Swazi Lilangeni"
8081             },
8082             {
8083                 "8777123610696095071",
8084                 "//ldml/numbers/currencies/currency[@type=\"THB\"]/displayName",
8085                 "Thai Baht"
8086             },
8087             {
8088                 "1406773929676851930",
8089                 "//ldml/numbers/currencies/currency[@type=\"THB\"]/symbol",
8090                 "฿"
8091             },
8092             {
8093                 "8625790721688934801",
8094                 "//ldml/numbers/currencies/currency[@type=\"THB\"]/symbol[@alt=\"narrow\"]",
8095                 "฿"
8096             },
8097             {
8098                 "2076023082471496186",
8099                 "//ldml/numbers/currencies/currency[@type=\"TJS\"]/displayName",
8100                 "Tajikistani Somoni"
8101             },
8102             {
8103                 "8468456153228741378",
8104                 "//ldml/numbers/currencies/currency[@type=\"TMT\"]/displayName",
8105                 "Turkmenistani Manat"
8106             },
8107             {
8108                 "8333359555243077925",
8109                 "//ldml/numbers/currencies/currency[@type=\"TND\"]/displayName",
8110                 "Tunisian Dinar"
8111             },
8112             {
8113                 "4951596544327563448",
8114                 "//ldml/numbers/currencies/currency[@type=\"TOP\"]/displayName",
8115                 "Tongan Paʻanga"
8116             },
8117             {
8118                 "7210554906335090932",
8119                 "//ldml/numbers/currencies/currency[@type=\"TRY\"]/displayName",
8120                 "Turkish Lira"
8121             },
8122             {
8123                 "3958763707758788335",
8124                 "//ldml/numbers/currencies/currency[@type=\"TRY\"]/symbol[@alt=\"narrow\"]",
8125                 "₺"
8126             },
8127             {
8128                 "1960663831932446555",
8129                 "//ldml/numbers/currencies/currency[@type=\"TTD\"]/displayName",
8130                 "Trinidad and Tobago Dollar"
8131             },
8132             {
8133                 "2415063372494152155",
8134                 "//ldml/numbers/currencies/currency[@type=\"TTD\"]/symbol[@alt=\"narrow\"]",
8135                 "$"
8136             },
8137             {
8138                 "6880037229293104980",
8139                 "//ldml/numbers/currencies/currency[@type=\"TWD\"]/displayName",
8140                 "New Taiwan Dollar"
8141             },
8142             {
8143                 "1968571990702221105",
8144                 "//ldml/numbers/currencies/currency[@type=\"TWD\"]/symbol",
8145                 "NT$"
8146             },
8147             {
8148                 "6836922152071564105",
8149                 "//ldml/numbers/currencies/currency[@type=\"TWD\"]/symbol[@alt=\"narrow\"]",
8150                 "NT$"
8151             },
8152             {
8153                 "866450468098157763",
8154                 "//ldml/numbers/currencies/currency[@type=\"TZS\"]/displayName",
8155                 "Tanzanian Shilling"
8156             },
8157             {
8158                 "6574627028978931797",
8159                 "//ldml/numbers/currencies/currency[@type=\"UAH\"]/displayName",
8160                 "Ukrainian Hryvnia"
8161             },
8162             {
8163                 "5476122126252951896",
8164                 "//ldml/numbers/currencies/currency[@type=\"UAH\"]/symbol[@alt=\"narrow\"]",
8165                 "₴"
8166             },
8167             {
8168                 "507447740558520516",
8169                 "//ldml/numbers/currencies/currency[@type=\"UGX\"]/displayName",
8170                 "Ugandan Shilling"
8171             },
8172             {
8173                 "3977951238272884837",
8174                 "//ldml/numbers/currencies/currency[@type=\"USD\"]/displayName",
8175                 "US Dollar"
8176             },
8177             {
8178                 "1831791143418456328",
8179                 "//ldml/numbers/currencies/currency[@type=\"USD\"]/symbol",
8180                 "$"
8181             },
8182             {
8183                 "3536206005226480675",
8184                 "//ldml/numbers/currencies/currency[@type=\"USD\"]/symbol[@alt=\"narrow\"]",
8185                 "$"
8186             },
8187             {
8188                 "5411161749475146035",
8189                 "//ldml/numbers/currencies/currency[@type=\"UYU\"]/displayName",
8190                 "Uruguayan Peso"
8191             },
8192             {
8193                 "1630900006287785680",
8194                 "//ldml/numbers/currencies/currency[@type=\"UYU\"]/symbol[@alt=\"narrow\"]",
8195                 "$"
8196             },
8197             {
8198                 "7939709126244219608",
8199                 "//ldml/numbers/currencies/currency[@type=\"UZS\"]/displayName",
8200                 "Uzbekistan Som"
8201             },
8202             {
8203                 "468674251405260214",
8204                 "//ldml/numbers/currencies/currency[@type=\"VEF\"]/displayName",
8205                 "Venezuelan Bolívar"
8206             },
8207             {
8208                 "2587659573202538218",
8209                 "//ldml/numbers/currencies/currency[@type=\"VND\"]/displayName",
8210                 "Vietnamese Dong"
8211             },
8212             {
8213                 "8873716734899729415",
8214                 "//ldml/numbers/currencies/currency[@type=\"VND\"]/symbol",
8215                 "₫"
8216             },
8217             {
8218                 "5207463953117160267",
8219                 "//ldml/numbers/currencies/currency[@type=\"VND\"]/symbol[@alt=\"narrow\"]",
8220                 "₫"
8221             },
8222             {
8223                 "7853802120864895851",
8224                 "//ldml/numbers/currencies/currency[@type=\"VUV\"]/displayName",
8225                 "Vanuatu Vatu"
8226             },
8227             {
8228                 "6281349857073319809",
8229                 "//ldml/numbers/currencies/currency[@type=\"WST\"]/displayName",
8230                 "Samoan Tala"
8231             },
8232             {
8233                 "6455082174453524369",
8234                 "//ldml/numbers/currencies/currency[@type=\"XAF\"]/displayName",
8235                 "CFA Franc BEAC"
8236             },
8237             {
8238                 "3882821362597233689",
8239                 "//ldml/numbers/currencies/currency[@type=\"XAF\"]/symbol",
8240                 "FCFA"
8241             },
8242             {
8243                 "5164981140082678852",
8244                 "//ldml/numbers/currencies/currency[@type=\"XCD\"]/displayName",
8245                 "East Caribbean Dollar"
8246             },
8247             {
8248                 "341706522157635187",
8249                 "//ldml/numbers/currencies/currency[@type=\"XCD\"]/symbol",
8250                 "EC$"
8251             },
8252             {
8253                 "5365139785985439608",
8254                 "//ldml/numbers/currencies/currency[@type=\"XOF\"]/displayName",
8255                 "CFA Franc BCEAO"
8256             },
8257             {
8258                 "7441741010095280916",
8259                 "//ldml/numbers/currencies/currency[@type=\"XOF\"]/symbol",
8260                 "CFA"
8261             },
8262             {
8263                 "6229334690374504108",
8264                 "//ldml/numbers/currencies/currency[@type=\"XPF\"]/displayName",
8265                 "CFP Franc"
8266             },
8267             {
8268                 "3831484367810902496",
8269                 "//ldml/numbers/currencies/currency[@type=\"XPF\"]/symbol",
8270                 "CFPF"
8271             },
8272             {
8273                 "5094421458199116585",
8274                 "//ldml/numbers/currencies/currency[@type=\"XXX\"]/displayName",
8275                 "Unknown Currency"
8276             },
8277             {
8278                 "8464959262830107626",
8279                 "//ldml/numbers/currencies/currency[@type=\"YER\"]/displayName",
8280                 "Yemeni Rial"
8281             },
8282             {
8283                 "6187620174365036837",
8284                 "//ldml/numbers/currencies/currency[@type=\"ZAR\"]/displayName",
8285                 "South African Rand"
8286             },
8287             {
8288                 "5217235090135542999",
8289                 "//ldml/numbers/currencies/currency[@type=\"ZMW\"]/displayName",
8290                 "Zambian Kwacha"
8291             },
8292             {
8293                 "6010188005306492033",
8294                 "//ldml/numbers/currencyFormats[@numberSystem=\"latn\"]/currencyFormatLength/currencyFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
8295                 "¤#,##0.00"
8296             },
8297             {
8298                 "2623581614411490905",
8299                 "//ldml/numbers/currencyFormats[@numberSystem=\"latn\"]/currencyFormatLength/currencyFormat[@type=\"standard\"]/pattern[@type=\"standard\"][@alt=\"accounting\"]",
8300                 "¤#,##0.00;(¤#,##0.00)"
8301             },
8302             {
8303                 "2641707789956290482",
8304                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength/decimalFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
8305                 "#,##0.###"
8306             },
8307             {
8308                 "5303749613114306391",
8309                 "//ldml/numbers/miscPatterns[@numberSystem=\"latn\"]/pattern[@type=\"atLeast\"]",
8310                 "{0}+"
8311             },
8312             {
8313                 "2921654213311767807",
8314                 "//ldml/numbers/miscPatterns[@numberSystem=\"latn\"]/pattern[@type=\"range\"]",
8315                 "{0}–{1}"
8316             },
8317             {"6930428081561529138", "//ldml/numbers/otherNumberingSystems/native", "latn"},
8318             {
8319                 "1705968328479315062",
8320                 "//ldml/numbers/percentFormats[@numberSystem=\"latn\"]/percentFormatLength/percentFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
8321                 "#,##0%"
8322             },
8323             {
8324                 "7427998895714280947",
8325                 "//ldml/numbers/scientificFormats[@numberSystem=\"latn\"]/scientificFormatLength/scientificFormat[@type=\"standard\"]/pattern[@type=\"standard\"]",
8326                 "#E0"
8327             },
8328             {"5675610550469438727", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/decimal", "."},
8329             {
8330                 "670728378219291040",
8331                 "//ldml/numbers/symbols[@numberSystem=\"latn\"]/exponential",
8332                 "E"
8333             },
8334             {"729288602297997357", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/group", ","},
8335             {"2388076893092607050", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/infinity", "∞"},
8336             {
8337                 "3389158744685158027",
8338                 "//ldml/numbers/symbols[@numberSystem=\"latn\"]/minusSign",
8339                 "-"
8340             },
8341             {"3057113049849364597", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/nan", "NaN"},
8342             {"3310298385067569386", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/perMille", "‰"},
8343             {
8344                 "1026900459982131908",
8345                 "//ldml/numbers/symbols[@numberSystem=\"latn\"]/percentSign",
8346                 "%"
8347             },
8348             {"814892049057442326", "//ldml/numbers/symbols[@numberSystem=\"latn\"]/plusSign", "+"},
8349             {
8350                 "2679339416400434015",
8351                 "//ldml/numbers/symbols[@numberSystem=\"latn\"]/superscriptingExponent",
8352                 "×"
8353             },
8354             {"461899641808021471", "//ldml/posix/messages/nostr", "no:n"},
8355             {"2136678843618606015", "//ldml/posix/messages/yesstr", "yes:y"},
8356             {
8357                 "6368821951930701171",
8358                 "//ldml/units/durationUnit[@type=\"hm\"]/durationUnitPattern",
8359                 "h:mm"
8360             },
8361             {
8362                 "2386639457215769250",
8363                 "//ldml/units/durationUnit[@type=\"hms\"]/durationUnitPattern",
8364                 "h:mm:ss"
8365             },
8366             {
8367                 "2693931781887572059",
8368                 "//ldml/units/durationUnit[@type=\"ms\"]/durationUnitPattern",
8369                 "m:ss"
8370             },
8371             {
8372                 "8976448390494103066",
8373                 "//ldml/units/unitLength[@type=\"long\"]/compoundUnit[@type=\"per\"]/compoundUnitPattern",
8374                 "{0} per {1}"
8375             },
8376             {
8377                 "487633689234748932",
8378                 "//ldml/units/unitLength[@type=\"narrow\"]/compoundUnit[@type=\"per\"]/compoundUnitPattern",
8379                 "{0}/{1}"
8380             },
8381             {
8382                 "2288443428574279084",
8383                 "//ldml/units/unitLength[@type=\"short\"]/compoundUnit[@type=\"per\"]/compoundUnitPattern",
8384                 "{0}/{1}"
8385             },
8386             {
8387                 "7998042149073490604",
8388                 "//ldml/numbers/currencyFormats[@numberSystem=\"latn\"]/unitPattern",
8389                 "{0} {1}"
8390             },
8391             {
8392                 "1687275791071613087",
8393                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000\"]",
8394                 "0 thousand"
8395             },
8396             {
8397                 "7155088120146135022",
8398                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000\"]",
8399                 "00 thousand"
8400             },
8401             {
8402                 "2154532173811137862",
8403                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000\"]",
8404                 "000 thousand"
8405             },
8406             {
8407                 "8177014691267688622",
8408                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000\"]",
8409                 "0 million"
8410             },
8411             {
8412                 "6943248589499937315",
8413                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000\"]",
8414                 "00 million"
8415             },
8416             {
8417                 "7708067433648106727",
8418                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000\"]",
8419                 "000 million"
8420             },
8421             {
8422                 "3550344367564675068",
8423                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000000\"]",
8424                 "0 billion"
8425             },
8426             {
8427                 "6947330898803562282",
8428                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000000\"]",
8429                 "00 billion"
8430             },
8431             {
8432                 "7605384331422436562",
8433                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000000\"]",
8434                 "000 billion"
8435             },
8436             {
8437                 "239670440749806538",
8438                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000000000\"]",
8439                 "0 trillion"
8440             },
8441             {
8442                 "2531033391797835126",
8443                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000000000\"]",
8444                 "00 trillion"
8445             },
8446             {
8447                 "7171640868173814561",
8448                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"long\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000000000\"]",
8449                 "000 trillion"
8450             },
8451             {
8452                 "1714018208819382349",
8453                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000\"]",
8454                 "0K"
8455             },
8456             {
8457                 "3394406502206824931",
8458                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000\"]",
8459                 "00K"
8460             },
8461             {
8462                 "3937890344918089009",
8463                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000\"]",
8464                 "000K"
8465             },
8466             {
8467                 "8563323182243031013",
8468                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000\"]",
8469                 "0M"
8470             },
8471             {
8472                 "564057847788200821",
8473                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000\"]",
8474                 "00M"
8475             },
8476             {
8477                 "1772757815779316966",
8478                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000\"]",
8479                 "000M"
8480             },
8481             {
8482                 "4421380897938528253",
8483                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000000\"]",
8484                 "0B"
8485             },
8486             {
8487                 "3499927355444704761",
8488                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000000\"]",
8489                 "00B"
8490             },
8491             {
8492                 "6908302573400123877",
8493                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000000\"]",
8494                 "000B"
8495             },
8496             {
8497                 "5425103654626009707",
8498                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"1000000000000\"]",
8499                 "0T"
8500             },
8501             {
8502                 "5505038684164571677",
8503                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"10000000000000\"]",
8504                 "00T"
8505             },
8506             {
8507                 "2512802501767779991",
8508                 "//ldml/numbers/decimalFormats[@numberSystem=\"latn\"]/decimalFormatLength[@type=\"short\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"100000000000000\"]",
8509                 "000T"
8510             },
8511             {
8512                 "41066308227178212",
8513                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"acceleration-g-force\"]/unitPattern",
8514                 "{0} g-force"
8515             },
8516             {
8517                 "7442485284750237724",
8518                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"angle-degree\"]/unitPattern",
8519                 "{0} degrees"
8520             },
8521             {
8522                 "1847697718059398717",
8523                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-acre\"]/unitPattern",
8524                 "{0} acres"
8525             },
8526             {
8527                 "4655296067340155361",
8528                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-hectare\"]/unitPattern",
8529                 "{0} hectares"
8530             },
8531             {
8532                 "9038418611761669837",
8533                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-square-foot\"]/unitPattern",
8534                 "{0} square feet"
8535             },
8536             {
8537                 "1775471701595248918",
8538                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-square-kilometer\"]/unitPattern",
8539                 "{0} square kilometers"
8540             },
8541             {
8542                 "2824944974223703929",
8543                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-square-meter\"]/unitPattern",
8544                 "{0} square meters"
8545             },
8546             {
8547                 "6027454318501727108",
8548                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"area-square-mile\"]/unitPattern",
8549                 "{0} square miles"
8550             },
8551             {
8552                 "5434752386974918320",
8553                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-day\"]/unitPattern",
8554                 "{0} days"
8555             },
8556             {
8557                 "6789766625502318032",
8558                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-hour\"]/unitPattern",
8559                 "{0} hours"
8560             },
8561             {
8562                 "1465661624800834128",
8563                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-millisecond\"]/unitPattern",
8564                 "{0} milliseconds"
8565             },
8566             {
8567                 "8561897341423816808",
8568                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-minute\"]/unitPattern",
8569                 "{0} minutes"
8570             },
8571             {
8572                 "759251161746667357",
8573                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-month\"]/unitPattern",
8574                 "{0} months"
8575             },
8576             {
8577                 "6463847352594343738",
8578                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-second\"]/unitPattern",
8579                 "{0} seconds"
8580             },
8581             {
8582                 "4994136025425701087",
8583                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-week\"]/unitPattern",
8584                 "{0} weeks"
8585             },
8586             {
8587                 "6837367560826103134",
8588                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"duration-year\"]/unitPattern",
8589                 "{0} years"
8590             },
8591             {
8592                 "2004664103438017080",
8593                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-centimeter\"]/unitPattern",
8594                 "{0} centimeters"
8595             },
8596             {
8597                 "4169947883325978393",
8598                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-foot\"]/unitPattern",
8599                 "{0} feet"
8600             },
8601             {
8602                 "8362311352736032865",
8603                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-inch\"]/unitPattern",
8604                 "{0} inches"
8605             },
8606             {
8607                 "5973453026590365416",
8608                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-kilometer\"]/unitPattern",
8609                 "{0} kilometers"
8610             },
8611             {
8612                 "6539608475668562432",
8613                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-light-year\"]/unitPattern",
8614                 "{0} light years"
8615             },
8616             {
8617                 "7298511865521587850",
8618                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-meter\"]/unitPattern",
8619                 "{0} meters"
8620             },
8621             {
8622                 "6907558832706757493",
8623                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-mile\"]/unitPattern",
8624                 "{0} miles"
8625             },
8626             {
8627                 "8607594786896521837",
8628                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-millimeter\"]/unitPattern",
8629                 "{0} millimeters"
8630             },
8631             {
8632                 "2512933565469846101",
8633                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-picometer\"]/unitPattern",
8634                 "{0} picometers"
8635             },
8636             {
8637                 "1919862730535583197",
8638                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"length-yard\"]/unitPattern",
8639                 "{0} yards"
8640             },
8641             {
8642                 "3465406162921554168",
8643                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"mass-gram\"]/unitPattern",
8644                 "{0} grams"
8645             },
8646             {
8647                 "2420024845223865243",
8648                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"mass-kilogram\"]/unitPattern",
8649                 "{0} kilograms"
8650             },
8651             {
8652                 "7023827907174526779",
8653                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"mass-ounce\"]/unitPattern",
8654                 "{0} ounces"
8655             },
8656             {
8657                 "6888796502372102911",
8658                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"mass-pound\"]/unitPattern",
8659                 "{0} pounds"
8660             },
8661             {
8662                 "2992489785872751258",
8663                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"power-horsepower\"]/unitPattern",
8664                 "{0} horsepower"
8665             },
8666             {
8667                 "7776906451936639769",
8668                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"power-kilowatt\"]/unitPattern",
8669                 "{0} kilowatts"
8670             },
8671             {
8672                 "1425041947804260336",
8673                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"power-watt\"]/unitPattern",
8674                 "{0} watts"
8675             },
8676             {
8677                 "879657229610499693",
8678                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"pressure-hectopascal\"]/unitPattern",
8679                 "{0} hectopascals"
8680             },
8681             {
8682                 "4825302634598929101",
8683                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"pressure-inch-ofhg\"]/unitPattern",
8684                 "{0} inches of mercury"
8685             },
8686             {
8687                 "1578723096519824917",
8688                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"pressure-millibar\"]/unitPattern",
8689                 "{0} millibars"
8690             },
8691             {
8692                 "143198155003474297",
8693                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"speed-kilometer-per-hour\"]/unitPattern",
8694                 "{0} kilometers per hour"
8695             },
8696             {
8697                 "3061759330027962162",
8698                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"speed-meter-per-second\"]/unitPattern",
8699                 "{0} meters per second"
8700             },
8701             {
8702                 "2861082896739781558",
8703                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"speed-mile-per-hour\"]/unitPattern",
8704                 "{0} miles per hour"
8705             },
8706             {
8707                 "5316457164432913569",
8708                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"temperature-celsius\"]/unitPattern",
8709                 "{0} degrees Celsius"
8710             },
8711             {
8712                 "9055713396764316898",
8713                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"temperature-fahrenheit\"]/unitPattern",
8714                 "{0} degrees Fahrenheit"
8715             },
8716             {
8717                 "6197992342042553127",
8718                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"volume-cubic-kilometer\"]/unitPattern",
8719                 "{0} cubic kilometers"
8720             },
8721             {
8722                 "4974989346578395361",
8723                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"volume-cubic-mile\"]/unitPattern",
8724                 "{0} cubic miles"
8725             },
8726             {
8727                 "1343790600350419043",
8728                 "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"volume-liter\"]/unitPattern",
8729                 "{0} liters"
8730             },
8731             {
8732                 "5721858325623311447",
8733                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"acceleration-g-force\"]/unitPattern",
8734                 "{0}Gs"
8735             },
8736             {
8737                 "3155225842669396158",
8738                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"angle-degree\"]/unitPattern",
8739                 "{0}°"
8740             },
8741             {
8742                 "2348500768983463215",
8743                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-acre\"]/unitPattern",
8744                 "{0}ac"
8745             },
8746             {
8747                 "4227666078979100831",
8748                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-hectare\"]/unitPattern",
8749                 "{0}ha"
8750             },
8751             {
8752                 "8686752552315874080",
8753                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-square-foot\"]/unitPattern",
8754                 "{0}ft²"
8755             },
8756             {
8757                 "1596875194990452210",
8758                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-square-kilometer\"]/unitPattern",
8759                 "{0} km²"
8760             },
8761             {
8762                 "4021327687778633778",
8763                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-square-meter\"]/unitPattern",
8764                 "{0} m²"
8765             },
8766             {
8767                 "1660271321192736081",
8768                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"area-square-mile\"]/unitPattern",
8769                 "{0}mi²"
8770             },
8771             {
8772                 "5992728985256912753",
8773                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-day\"]/unitPattern",
8774                 "{0}d"
8775             },
8776             {
8777                 "5965364573790058645",
8778                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-hour\"]/unitPattern",
8779                 "{0}h"
8780             },
8781             {
8782                 "5061815512614507182",
8783                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-millisecond\"]/unitPattern",
8784                 "{0}ms"
8785             },
8786             {
8787                 "709805638702656892",
8788                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-minute\"]/unitPattern",
8789                 "{0}m"
8790             },
8791             {
8792                 "7296323228212446617",
8793                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-month\"]/unitPattern",
8794                 "{0}m"
8795             },
8796             {
8797                 "4847909180776648323",
8798                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-second\"]/unitPattern",
8799                 "{0}s"
8800             },
8801             {
8802                 "1330192650848136782",
8803                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-week\"]/unitPattern",
8804                 "{0}w"
8805             },
8806             {
8807                 "4242013427975241232",
8808                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"duration-year\"]/unitPattern",
8809                 "{0}y"
8810             },
8811             {
8812                 "1196166166169359933",
8813                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-centimeter\"]/unitPattern",
8814                 "{0}cm"
8815             },
8816             {
8817                 "138262778660105175",
8818                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-foot\"]/unitPattern",
8819                 "{0}′"
8820             },
8821             {
8822                 "3669024421498494374",
8823                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-inch\"]/unitPattern",
8824                 "{0}″"
8825             },
8826             {
8827                 "4507001067392161555",
8828                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-kilometer\"]/unitPattern",
8829                 "{0}km"
8830             },
8831             {
8832                 "4341772788442102504",
8833                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-light-year\"]/unitPattern",
8834                 "{0}ly"
8835             },
8836             {
8837                 "3895846304341906889",
8838                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-meter\"]/unitPattern",
8839                 "{0}m"
8840             },
8841             {
8842                 "8196888502528514460",
8843                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-mile\"]/unitPattern",
8844                 "{0}mi"
8845             },
8846             {
8847                 "7050366771896681127",
8848                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-millimeter\"]/unitPattern",
8849                 "{0}mm"
8850             },
8851             {
8852                 "1602186336904386076",
8853                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-picometer\"]/unitPattern",
8854                 "{0}pm"
8855             },
8856             {
8857                 "7507767170604825113",
8858                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"length-yard\"]/unitPattern",
8859                 "{0}yd"
8860             },
8861             {
8862                 "6547442141899827422",
8863                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"mass-gram\"]/unitPattern",
8864                 "{0}g"
8865             },
8866             {
8867                 "82590720394897694",
8868                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"mass-kilogram\"]/unitPattern",
8869                 "{0}kg"
8870             },
8871             {
8872                 "3904268466496695828",
8873                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"mass-ounce\"]/unitPattern",
8874                 "{0}oz"
8875             },
8876             {
8877                 "4904810218626068422",
8878                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"mass-pound\"]/unitPattern",
8879                 "{0}#"
8880             },
8881             {
8882                 "8159607266888278438",
8883                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"power-horsepower\"]/unitPattern",
8884                 "{0}hp"
8885             },
8886             {
8887                 "703411355937731300",
8888                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"power-kilowatt\"]/unitPattern",
8889                 "{0}kW"
8890             },
8891             {
8892                 "4955201096551518495",
8893                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"power-watt\"]/unitPattern",
8894                 "{0}W"
8895             },
8896             {
8897                 "3237720444612413403",
8898                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"pressure-hectopascal\"]/unitPattern",
8899                 "{0}hPa"
8900             },
8901             {
8902                 "7257030169429694281",
8903                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"pressure-inch-ofhg\"]/unitPattern",
8904                 "{0}\" Hg"
8905             },
8906             {
8907                 "4668218627955712716",
8908                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"pressure-millibar\"]/unitPattern",
8909                 "{0}mb"
8910             },
8911             {
8912                 "5297327779142954786",
8913                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"speed-kilometer-per-hour\"]/unitPattern",
8914                 "{0}kph"
8915             },
8916             {
8917                 "6872142846522390504",
8918                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"speed-meter-per-second\"]/unitPattern",
8919                 "{0}m/s"
8920             },
8921             {
8922                 "7197430242652555942",
8923                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"speed-mile-per-hour\"]/unitPattern",
8924                 "{0}mph"
8925             },
8926             {
8927                 "4855899377081204739",
8928                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"temperature-celsius\"]/unitPattern",
8929                 "{0}°C"
8930             },
8931             {
8932                 "5023691630923340078",
8933                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"temperature-fahrenheit\"]/unitPattern",
8934                 "{0}°"
8935             },
8936             {
8937                 "3480230809647784459",
8938                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"volume-cubic-kilometer\"]/unitPattern",
8939                 "{0}km³"
8940             },
8941             {
8942                 "8252997303312393719",
8943                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"volume-cubic-mile\"]/unitPattern",
8944                 "{0}mi³"
8945             },
8946             {
8947                 "3688004714730682434",
8948                 "//ldml/units/unitLength[@type=\"narrow\"]/unit[@type=\"volume-liter\"]/unitPattern",
8949                 "{0}l"
8950             },
8951             {
8952                 "815248693241592283",
8953                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"acceleration-g-force\"]/unitPattern",
8954                 "{0} G"
8955             },
8956             {
8957                 "3207006491112175387",
8958                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"angle-degree\"]/unitPattern",
8959                 "{0} deg"
8960             },
8961             {
8962                 "7135921289824042794",
8963                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-acre\"]/unitPattern",
8964                 "{0} ac"
8965             },
8966             {
8967                 "1073921653625485590",
8968                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-hectare\"]/unitPattern",
8969                 "{0} ha"
8970             },
8971             {
8972                 "8561080532738776652",
8973                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-square-foot\"]/unitPattern",
8974                 "{0} sq ft"
8975             },
8976             {
8977                 "6672498683799191374",
8978                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-square-kilometer\"]/unitPattern",
8979                 "{0} km²"
8980             },
8981             {
8982                 "8296708455837972408",
8983                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-square-meter\"]/unitPattern",
8984                 "{0} m²"
8985             },
8986             {
8987                 "6116515983207728474",
8988                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"area-square-mile\"]/unitPattern",
8989                 "{0} sq mi"
8990             },
8991             {
8992                 "8976206074243555712",
8993                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-day\"]/unitPattern",
8994                 "{0} days"
8995             },
8996             {
8997                 "1013008321426451630",
8998                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-hour\"]/unitPattern",
8999                 "{0} hrs"
9000             },
9001             {
9002                 "315849163245055787",
9003                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-millisecond\"]/unitPattern",
9004                 "{0} ms"
9005             },
9006             {
9007                 "5725445373646097963",
9008                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-minute\"]/unitPattern",
9009                 "{0} mins"
9010             },
9011             {
9012                 "3524876978919446683",
9013                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-month\"]/unitPattern",
9014                 "{0} mths"
9015             },
9016             {
9017                 "554449689410792579",
9018                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-second\"]/unitPattern",
9019                 "{0} secs"
9020             },
9021             {
9022                 "4882917583739167832",
9023                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-week\"]/unitPattern",
9024                 "{0} wks"
9025             },
9026             {
9027                 "472586723369834380",
9028                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"duration-year\"]/unitPattern",
9029                 "{0} yrs"
9030             },
9031             {
9032                 "2285422905436568924",
9033                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-centimeter\"]/unitPattern",
9034                 "{0} cm"
9035             },
9036             {
9037                 "3294843314278678466",
9038                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-foot\"]/unitPattern",
9039                 "{0} ft"
9040             },
9041             {
9042                 "3821750985615459474",
9043                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-inch\"]/unitPattern",
9044                 "{0} in"
9045             },
9046             {
9047                 "7990792530248711729",
9048                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-kilometer\"]/unitPattern",
9049                 "{0} km"
9050             },
9051             {
9052                 "3618286827065845044",
9053                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-light-year\"]/unitPattern",
9054                 "{0} ly"
9055             },
9056             {
9057                 "7391722380107405697",
9058                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-meter\"]/unitPattern",
9059                 "{0} m"
9060             },
9061             {
9062                 "8384818169426113087",
9063                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-mile\"]/unitPattern",
9064                 "{0} mi"
9065             },
9066             {
9067                 "8624225256024656025",
9068                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-millimeter\"]/unitPattern",
9069                 "{0} mm"
9070             },
9071             {
9072                 "3722348931860289945",
9073                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-picometer\"]/unitPattern",
9074                 "{0} pm"
9075             },
9076             {
9077                 "3063279905753640263",
9078                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"length-yard\"]/unitPattern",
9079                 "{0} yd"
9080             },
9081             {
9082                 "5458923988142490529",
9083                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"mass-gram\"]/unitPattern",
9084                 "{0} g"
9085             },
9086             {
9087                 "486238088722433797",
9088                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"mass-kilogram\"]/unitPattern",
9089                 "{0} kg"
9090             },
9091             {
9092                 "7667455564422560755",
9093                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"mass-ounce\"]/unitPattern",
9094                 "{0} oz"
9095             },
9096             {
9097                 "5381774480241007330",
9098                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"mass-pound\"]/unitPattern",
9099                 "{0} lb"
9100             },
9101             {
9102                 "8159008988661881306",
9103                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"power-horsepower\"]/unitPattern",
9104                 "{0} hp"
9105             },
9106             {
9107                 "6965678794161006202",
9108                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"power-kilowatt\"]/unitPattern",
9109                 "{0} kW"
9110             },
9111             {
9112                 "6030193940287398769",
9113                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"power-watt\"]/unitPattern",
9114                 "{0} W"
9115             },
9116             {
9117                 "4432467229223378824",
9118                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"pressure-hectopascal\"]/unitPattern",
9119                 "{0} hPa"
9120             },
9121             {
9122                 "8872276327365841823",
9123                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"pressure-inch-ofhg\"]/unitPattern",
9124                 "{0} inHg"
9125             },
9126             {
9127                 "1007131876340493048",
9128                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"pressure-millibar\"]/unitPattern",
9129                 "{0} mbar"
9130             },
9131             {
9132                 "1792382274299951330",
9133                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"speed-kilometer-per-hour\"]/unitPattern",
9134                 "{0} kph"
9135             },
9136             {
9137                 "678341565121186083",
9138                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"speed-meter-per-second\"]/unitPattern",
9139                 "{0} m/s"
9140             },
9141             {
9142                 "7248846721273325855",
9143                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"speed-mile-per-hour\"]/unitPattern",
9144                 "{0} mph"
9145             },
9146             {
9147                 "754781288889356689",
9148                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"temperature-celsius\"]/unitPattern",
9149                 "{0}°C"
9150             },
9151             {
9152                 "7114113645466503852",
9153                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"temperature-fahrenheit\"]/unitPattern",
9154                 "{0}°F"
9155             },
9156             {
9157                 "5631033805559719900",
9158                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"volume-cubic-kilometer\"]/unitPattern",
9159                 "{0} km³"
9160             },
9161             {
9162                 "836865631679100158",
9163                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"volume-cubic-mile\"]/unitPattern",
9164                 "{0} mi³"
9165             },
9166             {
9167                 "8915424922284415906",
9168                 "//ldml/units/unitLength[@type=\"short\"]/unit[@type=\"volume-liter\"]/unitPattern",
9169                 "{0} l"
9170             },
9171         };
9172         for (String[] pair : data) {
map.put(pair[0], pair[1])9173             map.put(pair[0], pair[1]);
9174         }
9175     }
9176 }
9177