1   /*
2    * %W% %E%
3    *
4    * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
5    * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6    */
7   
8   package java.util;
9   
10  class LocaleISOData {
11      /**
12       * The 2- and 3-letter ISO 639 language codes.
13       */
14      static final String isoLanguageTable =
15        "aa" + "aar"  // Afar
16      + "ab" + "abk"  // Abkhazian
17      + "ae" + "ave"  // Avestan
18      + "af" + "afr"  // Afrikaans
19      + "ak" + "aka"  // Akan
20      + "am" + "amh"  // Amharic
21      + "an" + "arg"  // Aragonese
22      + "ar" + "ara"  // Arabic
23      + "as" + "asm"  // Assamese
24      + "av" + "ava"  // Avaric
25      + "ay" + "aym"  // Aymara
26      + "az" + "aze"  // Azerbaijani
27      + "ba" + "bak"  // Bashkir
28      + "be" + "bel"  // Belarusian
29      + "bg" + "bul"  // Bulgarian
30      + "bh" + "bih"  // Bihari
31      + "bi" + "bis"  // Bislama
32      + "bm" + "bam"  // Bambara
33      + "bn" + "ben"  // Bengali
34      + "bo" + "bod"  // Tibetan
35      + "br" + "bre"  // Breton
36      + "bs" + "bos"  // Bosnian
37      + "ca" + "cat"  // Catalan
38      + "ce" + "che"  // Chechen
39      + "ch" + "cha"  // Chamorro
40      + "co" + "cos"  // Corsican
41      + "cr" + "cre"  // Cree
42      + "cs" + "ces"  // Czech
43      + "cu" + "chu"  // Church Slavic
44      + "cv" + "chv"  // Chuvash
45      + "cy" + "cym"  // Welsh
46      + "da" + "dan"  // Danish
47      + "de" + "deu"  // German
48      + "dv" + "div"  // Divehi
49      + "dz" + "dzo"  // Dzongkha
50      + "ee" + "ewe"  // Ewe
51      + "el" + "ell"  // Greek
52      + "en" + "eng"  // English
53      + "eo" + "epo"  // Esperanto
54      + "es" + "spa"  // Spanish
55      + "et" + "est"  // Estonian
56      + "eu" + "eus"  // Basque
57      + "fa" + "fas"  // Persian
58      + "ff" + "ful"  // Fulah
59      + "fi" + "fin"  // Finnish
60      + "fj" + "fij"  // Fijian
61      + "fo" + "fao"  // Faroese
62      + "fr" + "fra"  // French
63      + "fy" + "fry"  // Frisian
64      + "ga" + "gle"  // Irish
65      + "gd" + "gla"  // Scottish Gaelic
66      + "gl" + "glg"  // Gallegan
67      + "gn" + "grn"  // Guarani
68      + "gu" + "guj"  // Gujarati
69      + "gv" + "glv"  // Manx
70      + "ha" + "hau"  // Hausa
71      + "he" + "heb"  // Hebrew
72      + "hi" + "hin"  // Hindi
73      + "ho" + "hmo"  // Hiri Motu
74      + "hr" + "hrv"  // Croatian
75      + "ht" + "hat"  // Haitian
76      + "hu" + "hun"  // Hungarian
77      + "hy" + "hye"  // Armenian
78      + "hz" + "her"  // Herero
79      + "ia" + "ina"  // Interlingua
80      + "id" + "ind"  // Indonesian
81      + "ie" + "ile"  // Interlingue
82      + "ig" + "ibo"  // Igbo
83      + "ii" + "iii"  // Sichuan Yi
84      + "ik" + "ipk"  // Inupiaq
85      + "in" + "ind"  // Indonesian (old)
86      + "io" + "ido"  // Ido
87      + "is" + "isl"  // Icelandic
88      + "it" + "ita"  // Italian
89      + "iu" + "iku"  // Inuktitut
90      + "iw" + "heb"  // Hebrew (old)
91      + "ja" + "jpn"  // Japanese
92      + "ji" + "yid"  // Yiddish (old)
93      + "jv" + "jav"  // Javanese
94      + "ka" + "kat"  // Georgian
95      + "kg" + "kon"  // Kongo
96      + "ki" + "kik"  // Kikuyu
97      + "kj" + "kua"  // Kwanyama
98      + "kk" + "kaz"  // Kazakh
99      + "kl" + "kal"  // Greenlandic
100     + "km" + "khm"  // Khmer
101     + "kn" + "kan"  // Kannada
102     + "ko" + "kor"  // Korean
103     + "kr" + "kau"  // Kanuri
104     + "ks" + "kas"  // Kashmiri
105     + "ku" + "kur"  // Kurdish
106     + "kv" + "kom"  // Komi
107     + "kw" + "cor"  // Cornish
108     + "ky" + "kir"  // Kirghiz
109     + "la" + "lat"  // Latin
110     + "lb" + "ltz"  // Luxembourgish
111     + "lg" + "lug"  // Ganda
112     + "li" + "lim"  // Limburgish
113     + "ln" + "lin"  // Lingala
114     + "lo" + "lao"  // Lao
115     + "lt" + "lit"  // Lithuanian
116     + "lu" + "lub"  // Luba-Katanga
117     + "lv" + "lav"  // Latvian
118     + "mg" + "mlg"  // Malagasy
119     + "mh" + "mah"  // Marshallese
120     + "mi" + "mri"  // Maori
121     + "mk" + "mkd"  // Macedonian
122     + "ml" + "mal"  // Malayalam
123     + "mn" + "mon"  // Mongolian
124     + "mo" + "mol"  // Moldavian
125     + "mr" + "mar"  // Marathi
126     + "ms" + "msa"  // Malay
127     + "mt" + "mlt"  // Maltese
128     + "my" + "mya"  // Burmese
129     + "na" + "nau"  // Nauru
130     + "nb" + "nob"  // Norwegian Bokm?l
131     + "nd" + "nde"  // North Ndebele
132     + "ne" + "nep"  // Nepali
133     + "ng" + "ndo"  // Ndonga
134     + "nl" + "nld"  // Dutch
135     + "nn" + "nno"  // Norwegian Nynorsk
136     + "no" + "nor"  // Norwegian
137     + "nr" + "nbl"  // South Ndebele
138     + "nv" + "nav"  // Navajo
139     + "ny" + "nya"  // Nyanja
140     + "oc" + "oci"  // Occitan
141     + "oj" + "oji"  // Ojibwa
142     + "om" + "orm"  // Oromo
143     + "or" + "ori"  // Oriya
144     + "os" + "oss"  // Ossetian
145     + "pa" + "pan"  // Panjabi
146     + "pi" + "pli"  // Pali
147     + "pl" + "pol"  // Polish
148     + "ps" + "pus"  // Pushto
149     + "pt" + "por"  // Portuguese
150     + "qu" + "que"  // Quechua
151     + "rm" + "roh"  // Raeto-Romance
152     + "rn" + "run"  // Rundi
153     + "ro" + "ron"  // Romanian
154     + "ru" + "rus"  // Russian
155     + "rw" + "kin"  // Kinyarwanda
156     + "sa" + "san"  // Sanskrit
157     + "sc" + "srd"  // Sardinian
158     + "sd" + "snd"  // Sindhi
159     + "se" + "sme"  // Northern Sami
160     + "sg" + "sag"  // Sango
161     + "si" + "sin"  // Sinhalese
162     + "sk" + "slk"  // Slovak
163     + "sl" + "slv"  // Slovenian
164     + "sm" + "smo"  // Samoan
165     + "sn" + "sna"  // Shona
166     + "so" + "som"  // Somali
167     + "sq" + "sqi"  // Albanian
168     + "sr" + "srp"  // Serbian
169     + "ss" + "ssw"  // Swati
170     + "st" + "sot"  // Southern Sotho
171     + "su" + "sun"  // Sundanese
172     + "sv" + "swe"  // Swedish
173     + "sw" + "swa"  // Swahili
174     + "ta" + "tam"  // Tamil
175     + "te" + "tel"  // Telugu
176     + "tg" + "tgk"  // Tajik
177     + "th" + "tha"  // Thai
178     + "ti" + "tir"  // Tigrinya
179     + "tk" + "tuk"  // Turkmen
180     + "tl" + "tgl"  // Tagalog
181     + "tn" + "tsn"  // Tswana
182     + "to" + "ton"  // Tonga
183     + "tr" + "tur"  // Turkish
184     + "ts" + "tso"  // Tsonga
185     + "tt" + "tat"  // Tatar
186     + "tw" + "twi"  // Twi
187     + "ty" + "tah"  // Tahitian
188     + "ug" + "uig"  // Uighur
189     + "uk" + "ukr"  // Ukrainian
190     + "ur" + "urd"  // Urdu
191     + "uz" + "uzb"  // Uzbek
192     + "ve" + "ven"  // Venda
193     + "vi" + "vie"  // Vietnamese
194     + "vo" + "vol"  // Volap?k
195     + "wa" + "wln"  // Walloon
196     + "wo" + "wol"  // Wolof
197     + "xh" + "xho"  // Xhosa
198     + "yi" + "yid"  // Yiddish
199     + "yo" + "yor"  // Yoruba
200     + "za" + "zha"  // Zhuang
201     + "zh" + "zho"  // Chinese
202     + "zu" + "zul"  // Zulu
203     ;
204 
205     /**
206      * The 2- and 3-letter ISO 3166 country codes.
207      */
208     static final String isoCountryTable =
209       "AD" + "AND"  // Andorra, Principality of
210     + "AE" + "ARE"  // United Arab Emirates
211     + "AF" + "AFG"  // Afghanistan
212     + "AG" + "ATG"  // Antigua and Barbuda
213     + "AI" + "AIA"  // Anguilla
214     + "AL" + "ALB"  // Albania, People's Socialist Republic of
215     + "AM" + "ARM"  // Armenia
216     + "AN" + "ANT"  // Netherlands Antilles
217     + "AO" + "AGO"  // Angola, Republic of
218     + "AQ" + "ATA"  // Antarctica (the territory South of 60 deg S)
219     + "AR" + "ARG"  // Argentina, Argentine Republic
220     + "AS" + "ASM"  // American Samoa
221     + "AT" + "AUT"  // Austria, Republic of
222     + "AU" + "AUS"  // Australia, Commonwealth of
223     + "AW" + "ABW"  // Aruba
224     + "AX" + "ALA"\u00c5// Åland Islands
225     + "AZ" + "AZE"  // Azerbaijan, Republic of
226     + "BA" + "BIH"  // Bosnia and Herzegovina
227     + "BB" + "BRB"  // Barbados
228     + "BD" + "BGD"  // Bangladesh, People's Republic of
229     + "BE" + "BEL"  // Belgium, Kingdom of
230     + "BF" + "BFA"  // Burkina Faso
231     + "BG" + "BGR"  // Bulgaria, People's Republic of
232     + "BH" + "BHR"  // Bahrain, Kingdom of
233     + "BI" + "BDI"  // Burundi, Republic of
234     + "BJ" + "BEN"  // Benin, People's Republic of
235     + "BL" + "BLM"  // Saint B\u00e9rthélemy
236     + "BM" + "BMU"  // Bermuda
237     + "BN" + "BRN"  // Brunei Darussalam
238     + "BO" + "BOL"  // Bolivia, Republic of
239     + "BR" + "BRA"  // Brazil, Federative Republic of
240     + "BS" + "BHS"  // Bahamas, Commonwealth of the
241     + "BT" + "BTN"  // Bhutan, Kingdom of
242     + "BV" + "BVT"  // Bouvet Island (Bouvetoya)
243     + "BW" + "BWA"  // Botswana, Republic of
244     + "BY" + "BLR"  // Belarus
245     + "BZ" + "BLZ"  // Belize
246     + "CA" + "CAN"  // Canada
247     + "CC" + "CCK"  // Cocos (Keeling) Islands
248     + "CD" + "COD"  // Congo, Democratic Republic of
249     + "CF" + "CAF"  // Central African Republic
250     + "CG" + "COG"  // Congo, People's Republic of
251     + "CH" + "CHE"  // Switzerland, Swiss Confederation
252     + "CI" + "CIV"  // Cote D'Ivoire, Ivory Coast, Republic of the
253     + "CK" + "COK"  // Cook Islands
254     + "CL" + "CHL"  // Chile, Republic of
255     + "CM" + "CMR"  // Cameroon, United Republic of
256     + "CN" + "CHN"  // China, People's Republic of
257     + "CO" + "COL"  // Colombia, Republic of
258     + "CR" + "CRI"  // Costa Rica, Republic of
259     + "CS" + "SCG"  // Serbia and Montenegro
260     + "CU" + "CUB"  // Cuba, Republic of
261     + "CV" + "CPV"  // Cape Verde, Republic of
262     + "CX" + "CXR"  // Christmas Island
263     + "CY" + "CYP"  // Cyprus, Republic of
264     + "CZ" + "CZE"  // Czech Republic
265     + "DE" + "DEU"  // Germany
266     + "DJ" + "DJI"  // Djibouti, Republic of
267     + "DK" + "DNK"  // Denmark, Kingdom of
268     + "DM" + "DMA"  // Dominica, Commonwealth of
269     + "DO" + "DOM"  // Dominican Republic
270     + "DZ" + "DZA"  // Algeria, People's Democratic Republic of
271     + "EC" + "ECU"  // Ecuador, Republic of
272     + "EE" + "EST"  // Estonia
273     + "EG" + "EGY"  // Egypt, Arab Republic of
274     + "EH" + "ESH"  // Western Sahara
275     + "ER" + "ERI"  // Eritrea
276     + "ES" + "ESP"  // Spain, Spanish State
277     + "ET" + "ETH"  // Ethiopia
278     + "FI" + "FIN"  // Finland, Republic of
279     + "FJ" + "FJI"  // Fiji, Republic of the Fiji Islands
280     + "FK" + "FLK"  // Falkland Islands (Malvinas)
281     + "FM" + "FSM"  // Micronesia, Federated States of
282     + "FO" + "FRO"  // Faeroe Islands
283     + "FR" + "FRA"  // France, French Republic
284     + "GA" + "GAB"  // Gabon, Gabonese Republic
285     + "GB" + "GBR"  // United Kingdom of Great Britain & N. Ireland
286     + "GD" + "GRD"  // Grenada
287     + "GE" + "GEO"  // Georgia
288     + "GF" + "GUF"  // French Guiana
289         + "GG" + "GGY"  // Guernsey
290     + "GH" + "GHA"  // Ghana, Republic of
291     + "GI" + "GIB"  // Gibraltar
292     + "GL" + "GRL"  // Greenland
293     + "GM" + "GMB"  // Gambia, Republic of the
294     + "GN" + "GIN"  // Guinea, Revolutionary People's Rep'c of
295     + "GP" + "GLP"  // Guadaloupe
296     + "GQ" + "GNQ"  // Equatorial Guinea, Republic of
297     + "GR" + "GRC"  // Greece, Hellenic Republic
298     + "GS" + "SGS"  // South Georgia and the South Sandwich Islands
299     + "GT" + "GTM"  // Guatemala, Republic of
300     + "GU" + "GUM"  // Guam
301     + "GW" + "GNB"  // Guinea-Bissau, Republic of
302     + "GY" + "GUY"  // Guyana, Republic of
303     + "HK" + "HKG"  // Hong Kong, Special Administrative Region of China
304     + "HM" + "HMD"  // Heard and McDonald Islands
305     + "HN" + "HND"  // Honduras, Republic of
306     + "HR" + "HRV"  // Hrvatska (Croatia)
307     + "HT" + "HTI"  // Haiti, Republic of
308     + "HU" + "HUN"  // Hungary, Hungarian People's Republic
309     + "ID" + "IDN"  // Indonesia, Republic of
310     + "IE" + "IRL"  // Ireland
311     + "IL" + "ISR"  // Israel, State of
312         + "IM" + "IMN"  // Isle of Man
313     + "IN" + "IND"  // India, Republic of
314     + "IO" + "IOT"  // British Indian Ocean Territory (Chagos Archipelago)
315     + "IQ" + "IRQ"  // Iraq, Republic of
316     + "IR" + "IRN"  // Iran, Islamic Republic of
317     + "IS" + "ISL"  // Iceland, Republic of
318     + "IT" + "ITA"  // Italy, Italian Republic
319         + "JE" + "JEY"  // Jersey
320     + "JM" + "JAM"  // Jamaica
321     + "JO" + "JOR"  // Jordan, Hashemite Kingdom of
322     + "JP" + "JPN"  // Japan
323     + "KE" + "KEN"  // Kenya, Republic of
324     + "KG" + "KGZ"  // Kyrgyz Republic
325     + "KH" + "KHM"  // Cambodia, Kingdom of
326     + "KI" + "KIR"  // Kiribati, Republic of
327     + "KM" + "COM"  // Comoros, Union of the
328     + "KN" + "KNA"  // St. Kitts and Nevis
329     + "KP" + "PRK"  // Korea, Democratic People's Republic of
330     + "KR" + "KOR"  // Korea, Republic of
331     + "KW" + "KWT"  // Kuwait, State of
332     + "KY" + "CYM"  // Cayman Islands
333     + "KZ" + "KAZ"  // Kazakhstan, Republic of
334     + "LA" + "LAO"  // Lao People's Democratic Republic
335     + "LB" + "LBN"  // Lebanon, Lebanese Republic
336     + "LC" + "LCA"  // St. Lucia
337     + "LI" + "LIE"  // Liechtenstein, Principality of
338     + "LK" + "LKA"  // Sri Lanka, Democratic Socialist Republic of
339     + "LR" + "LBR"  // Liberia, Republic of
340     + "LS" + "LSO"  // Lesotho, Kingdom of
341     + "LT" + "LTU"  // Lithuania
342     + "LU" + "LUX"  // Luxembourg, Grand Duchy of
343     + "LV" + "LVA"  // Latvia
344     + "LY" + "LBY"  // Libyan Arab Jamahiriya
345     + "MA" + "MAR"  // Morocco, Kingdom of
346     + "MC" + "MCO"  // Monaco, Principality of
347     + "MD" + "MDA"  // Moldova, Republic of
348     + "ME" + "MNE"  // Montenegro, Republic of
349         + "MF" + "MAF"  // Saint Martin
350     + "MG" + "MDG"  // Madagascar, Republic of
351     + "MH" + "MHL"  // Marshall Islands
352     + "MK" + "MKD"  // Macedonia, the former Yugoslav Republic of
353     + "ML" + "MLI"  // Mali, Republic of
354     + "MM" + "MMR"  // Myanmar
355     + "MN" + "MNG"  // Mongolia, Mongolian People's Republic
356     + "MO" + "MAC"  // Macao, Special Administrative Region of China
357     + "MP" + "MNP"  // Northern Mariana Islands
358     + "MQ" + "MTQ"  // Martinique
359     + "MR" + "MRT"  // Mauritania, Islamic Republic of
360     + "MS" + "MSR"  // Montserrat
361     + "MT" + "MLT"  // Malta, Republic of
362     + "MU" + "MUS"  // Mauritius
363     + "MV" + "MDV"  // Maldives, Republic of
364     + "MW" + "MWI"  // Malawi, Republic of
365     + "MX" + "MEX"  // Mexico, United Mexican States
366     + "MY" + "MYS"  // Malaysia
367     + "MZ" + "MOZ"  // Mozambique, People's Republic of
368     + "NA" + "NAM"  // Namibia
369     + "NC" + "NCL"  // New Caledonia
370     + "NE" + "NER"  // Niger, Republic of the
371     + "NF" + "NFK"  // Norfolk Island
372     + "NG" + "NGA"  // Nigeria, Federal Republic of
373     + "NI" + "NIC"  // Nicaragua, Republic of
374     + "NL" + "NLD"  // Netherlands, Kingdom of the
375     + "NO" + "NOR"  // Norway, Kingdom of
376     + "NP" + "NPL"  // Nepal, Kingdom of
377     + "NR" + "NRU"  // Nauru, Republic of
378     + "NU" + "NIU"  // Niue, Republic of
379     + "NZ" + "NZL"  // New Zealand
380     + "OM" + "OMN"  // Oman, Sultanate of
381     + "PA" + "PAN"  // Panama, Republic of
382     + "PE" + "PER"  // Peru, Republic of
383     + "PF" + "PYF"  // French Polynesia
384     + "PG" + "PNG"  // Papua New Guinea
385     + "PH" + "PHL"  // Philippines, Republic of the
386     + "PK" + "PAK"  // Pakistan, Islamic Republic of
387     + "PL" + "POL"  // Poland, Polish People's Republic
388     + "PM" + "SPM"  // St. Pierre and Miquelon
389     + "PN" + "PCN"  // Pitcairn Island
390     + "PR" + "PRI"  // Puerto Rico
391     + "PS" + "PSE"  // Palestinian Territory, Occupied
392     + "PT" + "PRT"  // Portugal, Portuguese Republic
393     + "PW" + "PLW"  // Palau
394     + "PY" + "PRY"  // Paraguay, Republic of
395     + "QA" + "QAT"  // Qatar, State of
396     + "RE" + "REU"  // Reunion
397     + "RO" + "ROU"  // Romania, Socialist Republic of
398     + "RS" + "SRB"  // Serbia, Republic of
399     + "RU" + "RUS"  // Russian Federation
400     + "RW" + "RWA"  // Rwanda, Rwandese Republic
401     + "SA" + "SAU"  // Saudi Arabia, Kingdom of
402     + "SB" + "SLB"  // Solomon Islands
403     + "SC" + "SYC"  // Seychelles, Republic of
404     + "SD" + "SDN"  // Sudan, Democratic Republic of the
405     + "SE" + "SWE"  // Sweden, Kingdom of
406     + "SG" + "SGP"  // Singapore, Republic of
407     + "SH" + "SHN"  // St. Helena
408     + "SI" + "SVN"  // Slovenia
409     + "SJ" + "SJM"  // Svalbard & Jan Mayen Islands
410     + "SK" + "SVK"  // Slovakia (Slovak Republic)
411     + "SL" + "SLE"  // Sierra Leone, Republic of
412     + "SM" + "SMR"  // San Marino, Republic of
413     + "SN" + "SEN"  // Senegal, Republic of
414     + "SO" + "SOM"  // Somalia, Somali Republic
415     + "SR" + "SUR"  // Suriname, Republic of
416     + "ST" + "STP"  // Sao Tome and Principe, Democratic Republic of
417     + "SV" + "SLV"  // El Salvador, Republic of
418     + "SY" + "SYR"  // Syrian Arab Republic
419     + "SZ" + "SWZ"  // Swaziland, Kingdom of
420     + "TC" + "TCA"  // Turks and Caicos Islands
421     + "TD" + "TCD"  // Chad, Republic of
422     + "TF" + "ATF"  // French Southern Territories
423     + "TG" + "TGO"  // Togo, Togolese Republic
424     + "TH" + "THA"  // Thailand, Kingdom of
425     + "TJ" + "TJK"  // Tajikistan
426     + "TK" + "TKL"  // Tokelau (Tokelau Islands)
427     + "TL" + "TLS"  // Timor-Leste, Democratic Republic of
428     + "TM" + "TKM"  // Turkmenistan
429     + "TN" + "TUN"  // Tunisia, Republic of
430     + "TO" + "TON"  // Tonga, Kingdom of
431     + "TR" + "TUR"  // Turkey, Republic of
432     + "TT" + "TTO"  // Trinidad and Tobago, Republic of
433     + "TV" + "TUV"  // Tuvalu
434     + "TW" + "TWN"  // Taiwan, Province of China
435     + "TZ" + "TZA"  // Tanzania, United Republic of
436     + "UA" + "UKR"  // Ukraine
437     + "UG" + "UGA"  // Uganda, Republic of
438     + "UM" + "UMI"  // United States Minor Outlying Islands
439     + "US" + "USA"  // United States of America
440     + "UY" + "URY"  // Uruguay, Eastern Republic of
441     + "UZ" + "UZB"  // Uzbekistan
442     + "VA" + "VAT"  // Holy See (Vatican City State)
443     + "VC" + "VCT"  // St. Vincent and the Grenadines
444     + "VE" + "VEN"  // Venezuela, Bolivarian Republic of
445     + "VG" + "VGB"  // British Virgin Islands
446     + "VI" + "VIR"  // US Virgin Islands
447     + "VN" + "VNM"  // Viet Nam, Socialist Republic of
448     + "VU" + "VUT"  // Vanuatu
449     + "WF" + "WLF"  // Wallis and Futuna Islands
450     + "WS" + "WSM"  // Samoa, Independent State of
451     + "YE" + "YEM"  // Yemen
452     + "YT" + "MYT"  // Mayotte
453     + "ZA" + "ZAF"  // South Africa, Republic of
454     + "ZM" + "ZMB"  // Zambia, Republic of
455     + "ZW" + "ZWE"  // Zimbabwe
456     ;
457 
458     private LocaleISOData() {
459     }
460 }
461