mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
427 lines
5.6 KiB
Java
427 lines
5.6 KiB
Java
![]() |
/*
|
||
|
* @(#) $(JCGO)/goclsp/clsp_res/gnu/java/locale/LocaleData.java -
|
||
|
* Copyright (C) 2001-2010 Ivan Maidanski <ivmai@mail.ru>
|
||
|
* Distributed under the Terms of GNU Classpath License.
|
||
|
* Project: JCGO (http://www.ivmaisoft.com/jcgo/)
|
||
|
* File content origin: GNU Classpath v0.93 scripts
|
||
|
*/
|
||
|
|
||
|
/* LocaleData.java --
|
||
|
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||
|
|
||
|
This file is part of GNU Classpath.
|
||
|
|
||
|
GNU Classpath is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU General Public License as published by
|
||
|
the Free Software Foundation; either version 2, or (at your option)
|
||
|
any later version.
|
||
|
|
||
|
GNU Classpath is distributed in the hope that it will be useful, but
|
||
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with GNU Classpath; see the file COPYING. If not, write to the
|
||
|
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||
|
02110-1301 USA.
|
||
|
|
||
|
Linking this library statically or dynamically with other modules is
|
||
|
making a combined work based on this library. Thus, the terms and
|
||
|
conditions of the GNU General Public License cover the whole
|
||
|
combination.
|
||
|
|
||
|
As a special exception, the copyright holders of this library give you
|
||
|
permission to link this library with independent modules to produce an
|
||
|
executable, regardless of the license terms of these independent
|
||
|
modules, and to copy and distribute the resulting executable under
|
||
|
terms of your choice, provided that you also meet, for each linked
|
||
|
independent module, the terms and conditions of the license of that
|
||
|
module. An independent module is a module which is not derived from
|
||
|
or based on this library. If you modify this library, you may extend
|
||
|
this exception to your version of the library, but you are not
|
||
|
obligated to do so. If you do not wish to do so, delete this
|
||
|
exception statement from your version. */
|
||
|
|
||
|
package gnu.java.locale;
|
||
|
|
||
|
final class LocaleData
|
||
|
{
|
||
|
|
||
|
public static final String[] localeNames =
|
||
|
{
|
||
|
"aa",
|
||
|
"aa_DJ",
|
||
|
"aa_ER",
|
||
|
"aa_ER_SAAHO",
|
||
|
"aa_ET",
|
||
|
"ab",
|
||
|
"ab_AB",
|
||
|
"ae",
|
||
|
"af",
|
||
|
"af_ZA",
|
||
|
"ak",
|
||
|
"am",
|
||
|
"am_ET",
|
||
|
"an",
|
||
|
"ar",
|
||
|
"ar_DZ",
|
||
|
"ar_JO",
|
||
|
"ar_LB",
|
||
|
"ar_MA",
|
||
|
"ar_QA",
|
||
|
"ar_SA",
|
||
|
"ar_SY",
|
||
|
"ar_TN",
|
||
|
"ar_YE",
|
||
|
"as",
|
||
|
"as_IN",
|
||
|
"av",
|
||
|
"ay",
|
||
|
"az",
|
||
|
// "az_Cyrl",
|
||
|
"ba",
|
||
|
"be",
|
||
|
"be_BY",
|
||
|
"bg",
|
||
|
"bg_BG",
|
||
|
"bh",
|
||
|
"bi",
|
||
|
"bm",
|
||
|
"bn",
|
||
|
"bn_IN",
|
||
|
"bo",
|
||
|
"br",
|
||
|
"bs",
|
||
|
"byn",
|
||
|
"byn_ER",
|
||
|
"ca",
|
||
|
"ca_ES",
|
||
|
"ce",
|
||
|
"ch",
|
||
|
"co",
|
||
|
"cr",
|
||
|
"cs",
|
||
|
"cs_CZ",
|
||
|
"cu",
|
||
|
"cv",
|
||
|
"cy",
|
||
|
"cy_GB",
|
||
|
"da",
|
||
|
"da_DK",
|
||
|
"de",
|
||
|
"de_AT",
|
||
|
"de_BE",
|
||
|
"de_CH",
|
||
|
"de_DE",
|
||
|
"de_LI",
|
||
|
"de_LU",
|
||
|
"dv",
|
||
|
"dv_MV",
|
||
|
"dz",
|
||
|
"dz_BT",
|
||
|
"ee",
|
||
|
"el",
|
||
|
"el_CY",
|
||
|
"el_GR",
|
||
|
"en",
|
||
|
"en_AS",
|
||
|
"en_AU",
|
||
|
"en_BE",
|
||
|
"en_BW",
|
||
|
"en_BZ",
|
||
|
"en_CA",
|
||
|
"en_GB",
|
||
|
"en_GU",
|
||
|
"en_HK",
|
||
|
"en_IE",
|
||
|
"en_IN",
|
||
|
"en_MH",
|
||
|
"en_MP",
|
||
|
"en_MT",
|
||
|
"en_NZ",
|
||
|
"en_PH",
|
||
|
"en_PK",
|
||
|
"en_SG",
|
||
|
"en_UM",
|
||
|
"en_US",
|
||
|
"en_US_POSIX",
|
||
|
"en_VI",
|
||
|
"en_ZA",
|
||
|
"en_ZW",
|
||
|
"eo",
|
||
|
"es",
|
||
|
"es_AR",
|
||
|
"es_BO",
|
||
|
"es_CL",
|
||
|
"es_CO",
|
||
|
"es_CR",
|
||
|
"es_DO",
|
||
|
"es_EC",
|
||
|
"es_ES",
|
||
|
"es_GT",
|
||
|
"es_HN",
|
||
|
"es_MX",
|
||
|
"es_NI",
|
||
|
"es_PA",
|
||
|
"es_PE",
|
||
|
"es_PR",
|
||
|
"es_PY",
|
||
|
"es_SV",
|
||
|
"es_US",
|
||
|
"es_UY",
|
||
|
"es_VE",
|
||
|
"et",
|
||
|
"et_EE",
|
||
|
"eu",
|
||
|
"eu_ES",
|
||
|
"fa",
|
||
|
"fa_AF",
|
||
|
"fa_IR",
|
||
|
"ff",
|
||
|
"fi",
|
||
|
"fi_FI",
|
||
|
"fj",
|
||
|
"fo",
|
||
|
"fo_FO",
|
||
|
"fr",
|
||
|
"fr_BE",
|
||
|
"fr_CA",
|
||
|
"fr_CH",
|
||
|
"fr_LU",
|
||
|
"fy",
|
||
|
"ga",
|
||
|
"ga_IE",
|
||
|
"gd",
|
||
|
"gez",
|
||
|
"gez_ER",
|
||
|
"gez_ET",
|
||
|
"gl",
|
||
|
"gl_ES",
|
||
|
"gn",
|
||
|
"gu",
|
||
|
"gu_IN",
|
||
|
"gv",
|
||
|
"gv_GB",
|
||
|
"ha",
|
||
|
"haw",
|
||
|
"haw_US",
|
||
|
"he",
|
||
|
"he_IL",
|
||
|
"hi",
|
||
|
"hi_IN",
|
||
|
"ho",
|
||
|
"hr",
|
||
|
"ht",
|
||
|
"hu",
|
||
|
"hu_HU",
|
||
|
"hy",
|
||
|
"hy_AM",
|
||
|
"hy_AM_REVISED",
|
||
|
"hz",
|
||
|
"ia",
|
||
|
"id",
|
||
|
"id_ID",
|
||
|
"ie",
|
||
|
"ig",
|
||
|
"ii",
|
||
|
"ik",
|
||
|
"io",
|
||
|
"is",
|
||
|
"is_IS",
|
||
|
"it",
|
||
|
"it_CH",
|
||
|
"it_IT",
|
||
|
"iu",
|
||
|
"ja",
|
||
|
"ja_JP",
|
||
|
"jv",
|
||
|
"ka",
|
||
|
"kg",
|
||
|
"ki",
|
||
|
"kj",
|
||
|
"kk",
|
||
|
"kk_KZ",
|
||
|
"kl",
|
||
|
"kl_GL",
|
||
|
"km",
|
||
|
"km_KH",
|
||
|
"kn",
|
||
|
"kn_IN",
|
||
|
"ko",
|
||
|
"ko_KR",
|
||
|
"kok",
|
||
|
"kok_IN",
|
||
|
"kr",
|
||
|
"ks",
|
||
|
"ku",
|
||
|
"kv",
|
||
|
"kw",
|
||
|
"kw_GB",
|
||
|
"ky",
|
||
|
"la",
|
||
|
"lb",
|
||
|
"lg",
|
||
|
"li",
|
||
|
"ln",
|
||
|
"lo",
|
||
|
"lo_LA",
|
||
|
"lt",
|
||
|
"lt_LT",
|
||
|
"lu",
|
||
|
"lv",
|
||
|
"lv_LV",
|
||
|
"mg",
|
||
|
"mh",
|
||
|
"mi",
|
||
|
"mk",
|
||
|
"ml",
|
||
|
"ml_IN",
|
||
|
"mn",
|
||
|
"mo",
|
||
|
"mr",
|
||
|
"mr_IN",
|
||
|
"ms",
|
||
|
"ms_BN",
|
||
|
"ms_MY",
|
||
|
"mt",
|
||
|
"mt_MT",
|
||
|
"my",
|
||
|
"na",
|
||
|
"nb",
|
||
|
"nb_NO",
|
||
|
"nd",
|
||
|
"ne",
|
||
|
"ng",
|
||
|
"nl",
|
||
|
"nl_BE",
|
||
|
"nl_NL",
|
||
|
"nn",
|
||
|
"nn_NO",
|
||
|
"no",
|
||
|
"nr",
|
||
|
"nv",
|
||
|
"ny",
|
||
|
"oc",
|
||
|
"oj",
|
||
|
"om",
|
||
|
"om_ET",
|
||
|
"om_KE",
|
||
|
"or",
|
||
|
"or_IN",
|
||
|
"os",
|
||
|
"pa",
|
||
|
"pa_IN",
|
||
|
"pi",
|
||
|
"pl",
|
||
|
"pl_PL",
|
||
|
"ps",
|
||
|
"ps_AF",
|
||
|
"pt",
|
||
|
"pt_BR",
|
||
|
"pt_PT",
|
||
|
"qu",
|
||
|
"rm",
|
||
|
"rn",
|
||
|
"ro",
|
||
|
"ro_RO",
|
||
|
"ru",
|
||
|
"ru_RU",
|
||
|
"ru_UA",
|
||
|
"rw",
|
||
|
"sa",
|
||
|
"sa_IN",
|
||
|
"sc",
|
||
|
"sd",
|
||
|
"se",
|
||
|
"sg",
|
||
|
"si",
|
||
|
"sid",
|
||
|
"sid_ET",
|
||
|
"sk",
|
||
|
"sk_SK",
|
||
|
"sl",
|
||
|
"sl_SI",
|
||
|
"sm",
|
||
|
"sn",
|
||
|
"so",
|
||
|
"so_DJ",
|
||
|
"so_ET",
|
||
|
"so_KE",
|
||
|
"so_SO",
|
||
|
"sq",
|
||
|
"sq_AL",
|
||
|
"sr",
|
||
|
"sr_BA_Cyrl",
|
||
|
"sr_BA_Latn",
|
||
|
// "sr_Cyrl",
|
||
|
// "sr_Latn",
|
||
|
"st",
|
||
|
"su",
|
||
|
"sv",
|
||
|
"sv_FI",
|
||
|
"sv_SE",
|
||
|
"sw",
|
||
|
"sw_KE",
|
||
|
"sw_TZ",
|
||
|
"syr",
|
||
|
"syr_SY",
|
||
|
"ta",
|
||
|
"ta_IN",
|
||
|
"te",
|
||
|
"te_IN",
|
||
|
"tg",
|
||
|
"th",
|
||
|
"th_TH",
|
||
|
"ti",
|
||
|
"ti_ER",
|
||
|
"ti_ET",
|
||
|
"tig",
|
||
|
"tig_ER",
|
||
|
"tk",
|
||
|
"tl",
|
||
|
"tn",
|
||
|
"to",
|
||
|
"tr",
|
||
|
"tr_TR",
|
||
|
"ts",
|
||
|
"tt",
|
||
|
"tt_RU",
|
||
|
"tw",
|
||
|
"ty",
|
||
|
"ug",
|
||
|
"uk",
|
||
|
"uk_UA",
|
||
|
"ur",
|
||
|
"uz",
|
||
|
"uz_AF_Arab",
|
||
|
// "uz_Arab",
|
||
|
// "uz_Latn",
|
||
|
"ve",
|
||
|
"vi",
|
||
|
"vo",
|
||
|
"wa",
|
||
|
"wal",
|
||
|
"wal_ET",
|
||
|
"wo",
|
||
|
"xh",
|
||
|
"yi",
|
||
|
"yo",
|
||
|
"za",
|
||
|
"zh",
|
||
|
"zh_CN_Hans",
|
||
|
"zh_HK_Hant",
|
||
|
// "zh_Hant",
|
||
|
"zh_MO_Hant",
|
||
|
"zh_SG_Hans",
|
||
|
"zh_TW_Hant",
|
||
|
"zu",
|
||
|
};
|
||
|
|
||
|
public static final String[] collatorLocaleNames =
|
||
|
{
|
||
|
};
|
||
|
|
||
|
private LocaleData() {}
|
||
|
}
|