@supernovan/zipcode-validator 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kotlin/kotlin-kotlin-stdlib.js +2671 -0
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -0
- package/kotlin/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +15 -0
- package/kotlin/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map +1 -0
- package/kotlin/zipcode-validator.js +3119 -0
- package/kotlin/zipcode-validator.js.map +1 -0
- package/package.json +13 -0
|
@@ -0,0 +1,3119 @@
|
|
|
1
|
+
(function (factory) {
|
|
2
|
+
if (typeof define === 'function' && define.amd)
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js'], factory);
|
|
4
|
+
else if (typeof exports === 'object')
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
|
|
6
|
+
else {
|
|
7
|
+
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'se.codesmart.zipcode-validator:shared'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'se.codesmart.zipcode-validator:shared'.");
|
|
9
|
+
}
|
|
10
|
+
globalThis['se.codesmart.zipcode-validator:shared'] = factory(typeof globalThis['se.codesmart.zipcode-validator:shared'] === 'undefined' ? {} : globalThis['se.codesmart.zipcode-validator:shared'], globalThis['kotlin-kotlin-stdlib']);
|
|
11
|
+
}
|
|
12
|
+
}(function (_, kotlin_kotlin) {
|
|
13
|
+
'use strict';
|
|
14
|
+
//region block: imports
|
|
15
|
+
var THROW_IAE = kotlin_kotlin.$_$.n;
|
|
16
|
+
var Unit_instance = kotlin_kotlin.$_$.c;
|
|
17
|
+
var Enum = kotlin_kotlin.$_$.l;
|
|
18
|
+
var protoOf = kotlin_kotlin.$_$.h;
|
|
19
|
+
var defineProp = kotlin_kotlin.$_$.d;
|
|
20
|
+
var initMetadataForClass = kotlin_kotlin.$_$.e;
|
|
21
|
+
var VOID = kotlin_kotlin.$_$.a;
|
|
22
|
+
var noWhenBranchMatchedException = kotlin_kotlin.$_$.o;
|
|
23
|
+
var initMetadataForObject = kotlin_kotlin.$_$.f;
|
|
24
|
+
var isBlank = kotlin_kotlin.$_$.j;
|
|
25
|
+
var THROW_CCE = kotlin_kotlin.$_$.m;
|
|
26
|
+
var isCharSequence = kotlin_kotlin.$_$.g;
|
|
27
|
+
var trim = kotlin_kotlin.$_$.k;
|
|
28
|
+
var toString = kotlin_kotlin.$_$.i;
|
|
29
|
+
var Regex_init_$Create$ = kotlin_kotlin.$_$.b;
|
|
30
|
+
//endregion
|
|
31
|
+
//region block: pre-declaration
|
|
32
|
+
initMetadataForClass(CountryCode, 'CountryCode', VOID, Enum);
|
|
33
|
+
initMetadataForObject(ZipCodeFormat, 'ZipCodeFormat');
|
|
34
|
+
initMetadataForObject(ZipValidator, 'ZipValidator');
|
|
35
|
+
//endregion
|
|
36
|
+
var CountryCode_AD_instance;
|
|
37
|
+
var CountryCode_AE_instance;
|
|
38
|
+
var CountryCode_AF_instance;
|
|
39
|
+
var CountryCode_AG_instance;
|
|
40
|
+
var CountryCode_AI_instance;
|
|
41
|
+
var CountryCode_AL_instance;
|
|
42
|
+
var CountryCode_AM_instance;
|
|
43
|
+
var CountryCode_AO_instance;
|
|
44
|
+
var CountryCode_AQ_instance;
|
|
45
|
+
var CountryCode_AR_instance;
|
|
46
|
+
var CountryCode_AS_instance;
|
|
47
|
+
var CountryCode_AT_instance;
|
|
48
|
+
var CountryCode_AU_instance;
|
|
49
|
+
var CountryCode_AW_instance;
|
|
50
|
+
var CountryCode_AX_instance;
|
|
51
|
+
var CountryCode_AZ_instance;
|
|
52
|
+
var CountryCode_BA_instance;
|
|
53
|
+
var CountryCode_BB_instance;
|
|
54
|
+
var CountryCode_BD_instance;
|
|
55
|
+
var CountryCode_BE_instance;
|
|
56
|
+
var CountryCode_BF_instance;
|
|
57
|
+
var CountryCode_BG_instance;
|
|
58
|
+
var CountryCode_BH_instance;
|
|
59
|
+
var CountryCode_BI_instance;
|
|
60
|
+
var CountryCode_BJ_instance;
|
|
61
|
+
var CountryCode_BL_instance;
|
|
62
|
+
var CountryCode_BM_instance;
|
|
63
|
+
var CountryCode_BN_instance;
|
|
64
|
+
var CountryCode_BO_instance;
|
|
65
|
+
var CountryCode_BQ_instance;
|
|
66
|
+
var CountryCode_BR_instance;
|
|
67
|
+
var CountryCode_BS_instance;
|
|
68
|
+
var CountryCode_BT_instance;
|
|
69
|
+
var CountryCode_BV_instance;
|
|
70
|
+
var CountryCode_BW_instance;
|
|
71
|
+
var CountryCode_BY_instance;
|
|
72
|
+
var CountryCode_BZ_instance;
|
|
73
|
+
var CountryCode_CA_instance;
|
|
74
|
+
var CountryCode_CC_instance;
|
|
75
|
+
var CountryCode_CD_instance;
|
|
76
|
+
var CountryCode_CF_instance;
|
|
77
|
+
var CountryCode_CG_instance;
|
|
78
|
+
var CountryCode_CH_instance;
|
|
79
|
+
var CountryCode_CI_instance;
|
|
80
|
+
var CountryCode_CK_instance;
|
|
81
|
+
var CountryCode_CL_instance;
|
|
82
|
+
var CountryCode_CM_instance;
|
|
83
|
+
var CountryCode_CN_instance;
|
|
84
|
+
var CountryCode_CO_instance;
|
|
85
|
+
var CountryCode_CR_instance;
|
|
86
|
+
var CountryCode_CU_instance;
|
|
87
|
+
var CountryCode_CV_instance;
|
|
88
|
+
var CountryCode_CW_instance;
|
|
89
|
+
var CountryCode_CX_instance;
|
|
90
|
+
var CountryCode_CY_instance;
|
|
91
|
+
var CountryCode_CZ_instance;
|
|
92
|
+
var CountryCode_DE_instance;
|
|
93
|
+
var CountryCode_DJ_instance;
|
|
94
|
+
var CountryCode_DK_instance;
|
|
95
|
+
var CountryCode_DM_instance;
|
|
96
|
+
var CountryCode_DO_instance;
|
|
97
|
+
var CountryCode_DZ_instance;
|
|
98
|
+
var CountryCode_EC_instance;
|
|
99
|
+
var CountryCode_EE_instance;
|
|
100
|
+
var CountryCode_EG_instance;
|
|
101
|
+
var CountryCode_EH_instance;
|
|
102
|
+
var CountryCode_ER_instance;
|
|
103
|
+
var CountryCode_ES_instance;
|
|
104
|
+
var CountryCode_ET_instance;
|
|
105
|
+
var CountryCode_FI_instance;
|
|
106
|
+
var CountryCode_FJ_instance;
|
|
107
|
+
var CountryCode_FK_instance;
|
|
108
|
+
var CountryCode_FM_instance;
|
|
109
|
+
var CountryCode_FO_instance;
|
|
110
|
+
var CountryCode_FR_instance;
|
|
111
|
+
var CountryCode_GA_instance;
|
|
112
|
+
var CountryCode_GB_instance;
|
|
113
|
+
var CountryCode_GD_instance;
|
|
114
|
+
var CountryCode_GE_instance;
|
|
115
|
+
var CountryCode_GF_instance;
|
|
116
|
+
var CountryCode_GG_instance;
|
|
117
|
+
var CountryCode_GH_instance;
|
|
118
|
+
var CountryCode_GI_instance;
|
|
119
|
+
var CountryCode_GL_instance;
|
|
120
|
+
var CountryCode_GM_instance;
|
|
121
|
+
var CountryCode_GN_instance;
|
|
122
|
+
var CountryCode_GP_instance;
|
|
123
|
+
var CountryCode_GQ_instance;
|
|
124
|
+
var CountryCode_GR_instance;
|
|
125
|
+
var CountryCode_GS_instance;
|
|
126
|
+
var CountryCode_GT_instance;
|
|
127
|
+
var CountryCode_GU_instance;
|
|
128
|
+
var CountryCode_GW_instance;
|
|
129
|
+
var CountryCode_GY_instance;
|
|
130
|
+
var CountryCode_HK_instance;
|
|
131
|
+
var CountryCode_HM_instance;
|
|
132
|
+
var CountryCode_HN_instance;
|
|
133
|
+
var CountryCode_HR_instance;
|
|
134
|
+
var CountryCode_HT_instance;
|
|
135
|
+
var CountryCode_HU_instance;
|
|
136
|
+
var CountryCode_ID_instance;
|
|
137
|
+
var CountryCode_IE_instance;
|
|
138
|
+
var CountryCode_IL_instance;
|
|
139
|
+
var CountryCode_IM_instance;
|
|
140
|
+
var CountryCode_IN_instance;
|
|
141
|
+
var CountryCode_IO_instance;
|
|
142
|
+
var CountryCode_IQ_instance;
|
|
143
|
+
var CountryCode_IR_instance;
|
|
144
|
+
var CountryCode_IS_instance;
|
|
145
|
+
var CountryCode_IT_instance;
|
|
146
|
+
var CountryCode_JE_instance;
|
|
147
|
+
var CountryCode_JM_instance;
|
|
148
|
+
var CountryCode_JO_instance;
|
|
149
|
+
var CountryCode_JP_instance;
|
|
150
|
+
var CountryCode_KE_instance;
|
|
151
|
+
var CountryCode_KG_instance;
|
|
152
|
+
var CountryCode_KH_instance;
|
|
153
|
+
var CountryCode_KI_instance;
|
|
154
|
+
var CountryCode_KM_instance;
|
|
155
|
+
var CountryCode_KN_instance;
|
|
156
|
+
var CountryCode_KP_instance;
|
|
157
|
+
var CountryCode_KR_instance;
|
|
158
|
+
var CountryCode_KW_instance;
|
|
159
|
+
var CountryCode_KY_instance;
|
|
160
|
+
var CountryCode_KZ_instance;
|
|
161
|
+
var CountryCode_LA_instance;
|
|
162
|
+
var CountryCode_LB_instance;
|
|
163
|
+
var CountryCode_LC_instance;
|
|
164
|
+
var CountryCode_LI_instance;
|
|
165
|
+
var CountryCode_LK_instance;
|
|
166
|
+
var CountryCode_LR_instance;
|
|
167
|
+
var CountryCode_LS_instance;
|
|
168
|
+
var CountryCode_LT_instance;
|
|
169
|
+
var CountryCode_LU_instance;
|
|
170
|
+
var CountryCode_LV_instance;
|
|
171
|
+
var CountryCode_LY_instance;
|
|
172
|
+
var CountryCode_MA_instance;
|
|
173
|
+
var CountryCode_MC_instance;
|
|
174
|
+
var CountryCode_MD_instance;
|
|
175
|
+
var CountryCode_ME_instance;
|
|
176
|
+
var CountryCode_MF_instance;
|
|
177
|
+
var CountryCode_MG_instance;
|
|
178
|
+
var CountryCode_MH_instance;
|
|
179
|
+
var CountryCode_MK_instance;
|
|
180
|
+
var CountryCode_ML_instance;
|
|
181
|
+
var CountryCode_MM_instance;
|
|
182
|
+
var CountryCode_MN_instance;
|
|
183
|
+
var CountryCode_MO_instance;
|
|
184
|
+
var CountryCode_MP_instance;
|
|
185
|
+
var CountryCode_MQ_instance;
|
|
186
|
+
var CountryCode_MR_instance;
|
|
187
|
+
var CountryCode_MS_instance;
|
|
188
|
+
var CountryCode_MT_instance;
|
|
189
|
+
var CountryCode_MU_instance;
|
|
190
|
+
var CountryCode_MV_instance;
|
|
191
|
+
var CountryCode_MW_instance;
|
|
192
|
+
var CountryCode_MX_instance;
|
|
193
|
+
var CountryCode_MY_instance;
|
|
194
|
+
var CountryCode_MZ_instance;
|
|
195
|
+
var CountryCode_NA_instance;
|
|
196
|
+
var CountryCode_NC_instance;
|
|
197
|
+
var CountryCode_NE_instance;
|
|
198
|
+
var CountryCode_NF_instance;
|
|
199
|
+
var CountryCode_NG_instance;
|
|
200
|
+
var CountryCode_NI_instance;
|
|
201
|
+
var CountryCode_NL_instance;
|
|
202
|
+
var CountryCode_NO_instance;
|
|
203
|
+
var CountryCode_NP_instance;
|
|
204
|
+
var CountryCode_NR_instance;
|
|
205
|
+
var CountryCode_NU_instance;
|
|
206
|
+
var CountryCode_NZ_instance;
|
|
207
|
+
var CountryCode_OM_instance;
|
|
208
|
+
var CountryCode_PA_instance;
|
|
209
|
+
var CountryCode_PE_instance;
|
|
210
|
+
var CountryCode_PF_instance;
|
|
211
|
+
var CountryCode_PG_instance;
|
|
212
|
+
var CountryCode_PH_instance;
|
|
213
|
+
var CountryCode_PK_instance;
|
|
214
|
+
var CountryCode_PL_instance;
|
|
215
|
+
var CountryCode_PM_instance;
|
|
216
|
+
var CountryCode_PN_instance;
|
|
217
|
+
var CountryCode_PR_instance;
|
|
218
|
+
var CountryCode_PS_instance;
|
|
219
|
+
var CountryCode_PT_instance;
|
|
220
|
+
var CountryCode_PW_instance;
|
|
221
|
+
var CountryCode_PY_instance;
|
|
222
|
+
var CountryCode_QA_instance;
|
|
223
|
+
var CountryCode_RE_instance;
|
|
224
|
+
var CountryCode_RO_instance;
|
|
225
|
+
var CountryCode_RS_instance;
|
|
226
|
+
var CountryCode_RU_instance;
|
|
227
|
+
var CountryCode_RW_instance;
|
|
228
|
+
var CountryCode_SA_instance;
|
|
229
|
+
var CountryCode_SB_instance;
|
|
230
|
+
var CountryCode_SC_instance;
|
|
231
|
+
var CountryCode_SD_instance;
|
|
232
|
+
var CountryCode_SE_instance;
|
|
233
|
+
var CountryCode_SG_instance;
|
|
234
|
+
var CountryCode_SH_instance;
|
|
235
|
+
var CountryCode_SI_instance;
|
|
236
|
+
var CountryCode_SJ_instance;
|
|
237
|
+
var CountryCode_SK_instance;
|
|
238
|
+
var CountryCode_SL_instance;
|
|
239
|
+
var CountryCode_SM_instance;
|
|
240
|
+
var CountryCode_SN_instance;
|
|
241
|
+
var CountryCode_SO_instance;
|
|
242
|
+
var CountryCode_SR_instance;
|
|
243
|
+
var CountryCode_SS_instance;
|
|
244
|
+
var CountryCode_ST_instance;
|
|
245
|
+
var CountryCode_SV_instance;
|
|
246
|
+
var CountryCode_SX_instance;
|
|
247
|
+
var CountryCode_SY_instance;
|
|
248
|
+
var CountryCode_SZ_instance;
|
|
249
|
+
var CountryCode_TC_instance;
|
|
250
|
+
var CountryCode_TD_instance;
|
|
251
|
+
var CountryCode_TF_instance;
|
|
252
|
+
var CountryCode_TG_instance;
|
|
253
|
+
var CountryCode_TH_instance;
|
|
254
|
+
var CountryCode_TJ_instance;
|
|
255
|
+
var CountryCode_TK_instance;
|
|
256
|
+
var CountryCode_TL_instance;
|
|
257
|
+
var CountryCode_TM_instance;
|
|
258
|
+
var CountryCode_TN_instance;
|
|
259
|
+
var CountryCode_TO_instance;
|
|
260
|
+
var CountryCode_TR_instance;
|
|
261
|
+
var CountryCode_TT_instance;
|
|
262
|
+
var CountryCode_TV_instance;
|
|
263
|
+
var CountryCode_TW_instance;
|
|
264
|
+
var CountryCode_TZ_instance;
|
|
265
|
+
var CountryCode_UA_instance;
|
|
266
|
+
var CountryCode_UG_instance;
|
|
267
|
+
var CountryCode_UM_instance;
|
|
268
|
+
var CountryCode_US_instance;
|
|
269
|
+
var CountryCode_UY_instance;
|
|
270
|
+
var CountryCode_UZ_instance;
|
|
271
|
+
var CountryCode_VA_instance;
|
|
272
|
+
var CountryCode_VC_instance;
|
|
273
|
+
var CountryCode_VE_instance;
|
|
274
|
+
var CountryCode_VG_instance;
|
|
275
|
+
var CountryCode_VI_instance;
|
|
276
|
+
var CountryCode_VN_instance;
|
|
277
|
+
var CountryCode_VU_instance;
|
|
278
|
+
var CountryCode_WF_instance;
|
|
279
|
+
var CountryCode_WS_instance;
|
|
280
|
+
var CountryCode_YE_instance;
|
|
281
|
+
var CountryCode_YT_instance;
|
|
282
|
+
var CountryCode_ZA_instance;
|
|
283
|
+
var CountryCode_ZM_instance;
|
|
284
|
+
var CountryCode_ZW_instance;
|
|
285
|
+
function values() {
|
|
286
|
+
return [CountryCode_AD_getInstance(), CountryCode_AE_getInstance(), CountryCode_AF_getInstance(), CountryCode_AG_getInstance(), CountryCode_AI_getInstance(), CountryCode_AL_getInstance(), CountryCode_AM_getInstance(), CountryCode_AO_getInstance(), CountryCode_AQ_getInstance(), CountryCode_AR_getInstance(), CountryCode_AS_getInstance(), CountryCode_AT_getInstance(), CountryCode_AU_getInstance(), CountryCode_AW_getInstance(), CountryCode_AX_getInstance(), CountryCode_AZ_getInstance(), CountryCode_BA_getInstance(), CountryCode_BB_getInstance(), CountryCode_BD_getInstance(), CountryCode_BE_getInstance(), CountryCode_BF_getInstance(), CountryCode_BG_getInstance(), CountryCode_BH_getInstance(), CountryCode_BI_getInstance(), CountryCode_BJ_getInstance(), CountryCode_BL_getInstance(), CountryCode_BM_getInstance(), CountryCode_BN_getInstance(), CountryCode_BO_getInstance(), CountryCode_BQ_getInstance(), CountryCode_BR_getInstance(), CountryCode_BS_getInstance(), CountryCode_BT_getInstance(), CountryCode_BV_getInstance(), CountryCode_BW_getInstance(), CountryCode_BY_getInstance(), CountryCode_BZ_getInstance(), CountryCode_CA_getInstance(), CountryCode_CC_getInstance(), CountryCode_CD_getInstance(), CountryCode_CF_getInstance(), CountryCode_CG_getInstance(), CountryCode_CH_getInstance(), CountryCode_CI_getInstance(), CountryCode_CK_getInstance(), CountryCode_CL_getInstance(), CountryCode_CM_getInstance(), CountryCode_CN_getInstance(), CountryCode_CO_getInstance(), CountryCode_CR_getInstance(), CountryCode_CU_getInstance(), CountryCode_CV_getInstance(), CountryCode_CW_getInstance(), CountryCode_CX_getInstance(), CountryCode_CY_getInstance(), CountryCode_CZ_getInstance(), CountryCode_DE_getInstance(), CountryCode_DJ_getInstance(), CountryCode_DK_getInstance(), CountryCode_DM_getInstance(), CountryCode_DO_getInstance(), CountryCode_DZ_getInstance(), CountryCode_EC_getInstance(), CountryCode_EE_getInstance(), CountryCode_EG_getInstance(), CountryCode_EH_getInstance(), CountryCode_ER_getInstance(), CountryCode_ES_getInstance(), CountryCode_ET_getInstance(), CountryCode_FI_getInstance(), CountryCode_FJ_getInstance(), CountryCode_FK_getInstance(), CountryCode_FM_getInstance(), CountryCode_FO_getInstance(), CountryCode_FR_getInstance(), CountryCode_GA_getInstance(), CountryCode_GB_getInstance(), CountryCode_GD_getInstance(), CountryCode_GE_getInstance(), CountryCode_GF_getInstance(), CountryCode_GG_getInstance(), CountryCode_GH_getInstance(), CountryCode_GI_getInstance(), CountryCode_GL_getInstance(), CountryCode_GM_getInstance(), CountryCode_GN_getInstance(), CountryCode_GP_getInstance(), CountryCode_GQ_getInstance(), CountryCode_GR_getInstance(), CountryCode_GS_getInstance(), CountryCode_GT_getInstance(), CountryCode_GU_getInstance(), CountryCode_GW_getInstance(), CountryCode_GY_getInstance(), CountryCode_HK_getInstance(), CountryCode_HM_getInstance(), CountryCode_HN_getInstance(), CountryCode_HR_getInstance(), CountryCode_HT_getInstance(), CountryCode_HU_getInstance(), CountryCode_ID_getInstance(), CountryCode_IE_getInstance(), CountryCode_IL_getInstance(), CountryCode_IM_getInstance(), CountryCode_IN_getInstance(), CountryCode_IO_getInstance(), CountryCode_IQ_getInstance(), CountryCode_IR_getInstance(), CountryCode_IS_getInstance(), CountryCode_IT_getInstance(), CountryCode_JE_getInstance(), CountryCode_JM_getInstance(), CountryCode_JO_getInstance(), CountryCode_JP_getInstance(), CountryCode_KE_getInstance(), CountryCode_KG_getInstance(), CountryCode_KH_getInstance(), CountryCode_KI_getInstance(), CountryCode_KM_getInstance(), CountryCode_KN_getInstance(), CountryCode_KP_getInstance(), CountryCode_KR_getInstance(), CountryCode_KW_getInstance(), CountryCode_KY_getInstance(), CountryCode_KZ_getInstance(), CountryCode_LA_getInstance(), CountryCode_LB_getInstance(), CountryCode_LC_getInstance(), CountryCode_LI_getInstance(), CountryCode_LK_getInstance(), CountryCode_LR_getInstance(), CountryCode_LS_getInstance(), CountryCode_LT_getInstance(), CountryCode_LU_getInstance(), CountryCode_LV_getInstance(), CountryCode_LY_getInstance(), CountryCode_MA_getInstance(), CountryCode_MC_getInstance(), CountryCode_MD_getInstance(), CountryCode_ME_getInstance(), CountryCode_MF_getInstance(), CountryCode_MG_getInstance(), CountryCode_MH_getInstance(), CountryCode_MK_getInstance(), CountryCode_ML_getInstance(), CountryCode_MM_getInstance(), CountryCode_MN_getInstance(), CountryCode_MO_getInstance(), CountryCode_MP_getInstance(), CountryCode_MQ_getInstance(), CountryCode_MR_getInstance(), CountryCode_MS_getInstance(), CountryCode_MT_getInstance(), CountryCode_MU_getInstance(), CountryCode_MV_getInstance(), CountryCode_MW_getInstance(), CountryCode_MX_getInstance(), CountryCode_MY_getInstance(), CountryCode_MZ_getInstance(), CountryCode_NA_getInstance(), CountryCode_NC_getInstance(), CountryCode_NE_getInstance(), CountryCode_NF_getInstance(), CountryCode_NG_getInstance(), CountryCode_NI_getInstance(), CountryCode_NL_getInstance(), CountryCode_NO_getInstance(), CountryCode_NP_getInstance(), CountryCode_NR_getInstance(), CountryCode_NU_getInstance(), CountryCode_NZ_getInstance(), CountryCode_OM_getInstance(), CountryCode_PA_getInstance(), CountryCode_PE_getInstance(), CountryCode_PF_getInstance(), CountryCode_PG_getInstance(), CountryCode_PH_getInstance(), CountryCode_PK_getInstance(), CountryCode_PL_getInstance(), CountryCode_PM_getInstance(), CountryCode_PN_getInstance(), CountryCode_PR_getInstance(), CountryCode_PS_getInstance(), CountryCode_PT_getInstance(), CountryCode_PW_getInstance(), CountryCode_PY_getInstance(), CountryCode_QA_getInstance(), CountryCode_RE_getInstance(), CountryCode_RO_getInstance(), CountryCode_RS_getInstance(), CountryCode_RU_getInstance(), CountryCode_RW_getInstance(), CountryCode_SA_getInstance(), CountryCode_SB_getInstance(), CountryCode_SC_getInstance(), CountryCode_SD_getInstance(), CountryCode_SE_getInstance(), CountryCode_SG_getInstance(), CountryCode_SH_getInstance(), CountryCode_SI_getInstance(), CountryCode_SJ_getInstance(), CountryCode_SK_getInstance(), CountryCode_SL_getInstance(), CountryCode_SM_getInstance(), CountryCode_SN_getInstance(), CountryCode_SO_getInstance(), CountryCode_SR_getInstance(), CountryCode_SS_getInstance(), CountryCode_ST_getInstance(), CountryCode_SV_getInstance(), CountryCode_SX_getInstance(), CountryCode_SY_getInstance(), CountryCode_SZ_getInstance(), CountryCode_TC_getInstance(), CountryCode_TD_getInstance(), CountryCode_TF_getInstance(), CountryCode_TG_getInstance(), CountryCode_TH_getInstance(), CountryCode_TJ_getInstance(), CountryCode_TK_getInstance(), CountryCode_TL_getInstance(), CountryCode_TM_getInstance(), CountryCode_TN_getInstance(), CountryCode_TO_getInstance(), CountryCode_TR_getInstance(), CountryCode_TT_getInstance(), CountryCode_TV_getInstance(), CountryCode_TW_getInstance(), CountryCode_TZ_getInstance(), CountryCode_UA_getInstance(), CountryCode_UG_getInstance(), CountryCode_UM_getInstance(), CountryCode_US_getInstance(), CountryCode_UY_getInstance(), CountryCode_UZ_getInstance(), CountryCode_VA_getInstance(), CountryCode_VC_getInstance(), CountryCode_VE_getInstance(), CountryCode_VG_getInstance(), CountryCode_VI_getInstance(), CountryCode_VN_getInstance(), CountryCode_VU_getInstance(), CountryCode_WF_getInstance(), CountryCode_WS_getInstance(), CountryCode_YE_getInstance(), CountryCode_YT_getInstance(), CountryCode_ZA_getInstance(), CountryCode_ZM_getInstance(), CountryCode_ZW_getInstance()];
|
|
287
|
+
}
|
|
288
|
+
function valueOf(value) {
|
|
289
|
+
switch (value) {
|
|
290
|
+
case 'AD':
|
|
291
|
+
return CountryCode_AD_getInstance();
|
|
292
|
+
case 'AE':
|
|
293
|
+
return CountryCode_AE_getInstance();
|
|
294
|
+
case 'AF':
|
|
295
|
+
return CountryCode_AF_getInstance();
|
|
296
|
+
case 'AG':
|
|
297
|
+
return CountryCode_AG_getInstance();
|
|
298
|
+
case 'AI':
|
|
299
|
+
return CountryCode_AI_getInstance();
|
|
300
|
+
case 'AL':
|
|
301
|
+
return CountryCode_AL_getInstance();
|
|
302
|
+
case 'AM':
|
|
303
|
+
return CountryCode_AM_getInstance();
|
|
304
|
+
case 'AO':
|
|
305
|
+
return CountryCode_AO_getInstance();
|
|
306
|
+
case 'AQ':
|
|
307
|
+
return CountryCode_AQ_getInstance();
|
|
308
|
+
case 'AR':
|
|
309
|
+
return CountryCode_AR_getInstance();
|
|
310
|
+
case 'AS':
|
|
311
|
+
return CountryCode_AS_getInstance();
|
|
312
|
+
case 'AT':
|
|
313
|
+
return CountryCode_AT_getInstance();
|
|
314
|
+
case 'AU':
|
|
315
|
+
return CountryCode_AU_getInstance();
|
|
316
|
+
case 'AW':
|
|
317
|
+
return CountryCode_AW_getInstance();
|
|
318
|
+
case 'AX':
|
|
319
|
+
return CountryCode_AX_getInstance();
|
|
320
|
+
case 'AZ':
|
|
321
|
+
return CountryCode_AZ_getInstance();
|
|
322
|
+
case 'BA':
|
|
323
|
+
return CountryCode_BA_getInstance();
|
|
324
|
+
case 'BB':
|
|
325
|
+
return CountryCode_BB_getInstance();
|
|
326
|
+
case 'BD':
|
|
327
|
+
return CountryCode_BD_getInstance();
|
|
328
|
+
case 'BE':
|
|
329
|
+
return CountryCode_BE_getInstance();
|
|
330
|
+
case 'BF':
|
|
331
|
+
return CountryCode_BF_getInstance();
|
|
332
|
+
case 'BG':
|
|
333
|
+
return CountryCode_BG_getInstance();
|
|
334
|
+
case 'BH':
|
|
335
|
+
return CountryCode_BH_getInstance();
|
|
336
|
+
case 'BI':
|
|
337
|
+
return CountryCode_BI_getInstance();
|
|
338
|
+
case 'BJ':
|
|
339
|
+
return CountryCode_BJ_getInstance();
|
|
340
|
+
case 'BL':
|
|
341
|
+
return CountryCode_BL_getInstance();
|
|
342
|
+
case 'BM':
|
|
343
|
+
return CountryCode_BM_getInstance();
|
|
344
|
+
case 'BN':
|
|
345
|
+
return CountryCode_BN_getInstance();
|
|
346
|
+
case 'BO':
|
|
347
|
+
return CountryCode_BO_getInstance();
|
|
348
|
+
case 'BQ':
|
|
349
|
+
return CountryCode_BQ_getInstance();
|
|
350
|
+
case 'BR':
|
|
351
|
+
return CountryCode_BR_getInstance();
|
|
352
|
+
case 'BS':
|
|
353
|
+
return CountryCode_BS_getInstance();
|
|
354
|
+
case 'BT':
|
|
355
|
+
return CountryCode_BT_getInstance();
|
|
356
|
+
case 'BV':
|
|
357
|
+
return CountryCode_BV_getInstance();
|
|
358
|
+
case 'BW':
|
|
359
|
+
return CountryCode_BW_getInstance();
|
|
360
|
+
case 'BY':
|
|
361
|
+
return CountryCode_BY_getInstance();
|
|
362
|
+
case 'BZ':
|
|
363
|
+
return CountryCode_BZ_getInstance();
|
|
364
|
+
case 'CA':
|
|
365
|
+
return CountryCode_CA_getInstance();
|
|
366
|
+
case 'CC':
|
|
367
|
+
return CountryCode_CC_getInstance();
|
|
368
|
+
case 'CD':
|
|
369
|
+
return CountryCode_CD_getInstance();
|
|
370
|
+
case 'CF':
|
|
371
|
+
return CountryCode_CF_getInstance();
|
|
372
|
+
case 'CG':
|
|
373
|
+
return CountryCode_CG_getInstance();
|
|
374
|
+
case 'CH':
|
|
375
|
+
return CountryCode_CH_getInstance();
|
|
376
|
+
case 'CI':
|
|
377
|
+
return CountryCode_CI_getInstance();
|
|
378
|
+
case 'CK':
|
|
379
|
+
return CountryCode_CK_getInstance();
|
|
380
|
+
case 'CL':
|
|
381
|
+
return CountryCode_CL_getInstance();
|
|
382
|
+
case 'CM':
|
|
383
|
+
return CountryCode_CM_getInstance();
|
|
384
|
+
case 'CN':
|
|
385
|
+
return CountryCode_CN_getInstance();
|
|
386
|
+
case 'CO':
|
|
387
|
+
return CountryCode_CO_getInstance();
|
|
388
|
+
case 'CR':
|
|
389
|
+
return CountryCode_CR_getInstance();
|
|
390
|
+
case 'CU':
|
|
391
|
+
return CountryCode_CU_getInstance();
|
|
392
|
+
case 'CV':
|
|
393
|
+
return CountryCode_CV_getInstance();
|
|
394
|
+
case 'CW':
|
|
395
|
+
return CountryCode_CW_getInstance();
|
|
396
|
+
case 'CX':
|
|
397
|
+
return CountryCode_CX_getInstance();
|
|
398
|
+
case 'CY':
|
|
399
|
+
return CountryCode_CY_getInstance();
|
|
400
|
+
case 'CZ':
|
|
401
|
+
return CountryCode_CZ_getInstance();
|
|
402
|
+
case 'DE':
|
|
403
|
+
return CountryCode_DE_getInstance();
|
|
404
|
+
case 'DJ':
|
|
405
|
+
return CountryCode_DJ_getInstance();
|
|
406
|
+
case 'DK':
|
|
407
|
+
return CountryCode_DK_getInstance();
|
|
408
|
+
case 'DM':
|
|
409
|
+
return CountryCode_DM_getInstance();
|
|
410
|
+
case 'DO':
|
|
411
|
+
return CountryCode_DO_getInstance();
|
|
412
|
+
case 'DZ':
|
|
413
|
+
return CountryCode_DZ_getInstance();
|
|
414
|
+
case 'EC':
|
|
415
|
+
return CountryCode_EC_getInstance();
|
|
416
|
+
case 'EE':
|
|
417
|
+
return CountryCode_EE_getInstance();
|
|
418
|
+
case 'EG':
|
|
419
|
+
return CountryCode_EG_getInstance();
|
|
420
|
+
case 'EH':
|
|
421
|
+
return CountryCode_EH_getInstance();
|
|
422
|
+
case 'ER':
|
|
423
|
+
return CountryCode_ER_getInstance();
|
|
424
|
+
case 'ES':
|
|
425
|
+
return CountryCode_ES_getInstance();
|
|
426
|
+
case 'ET':
|
|
427
|
+
return CountryCode_ET_getInstance();
|
|
428
|
+
case 'FI':
|
|
429
|
+
return CountryCode_FI_getInstance();
|
|
430
|
+
case 'FJ':
|
|
431
|
+
return CountryCode_FJ_getInstance();
|
|
432
|
+
case 'FK':
|
|
433
|
+
return CountryCode_FK_getInstance();
|
|
434
|
+
case 'FM':
|
|
435
|
+
return CountryCode_FM_getInstance();
|
|
436
|
+
case 'FO':
|
|
437
|
+
return CountryCode_FO_getInstance();
|
|
438
|
+
case 'FR':
|
|
439
|
+
return CountryCode_FR_getInstance();
|
|
440
|
+
case 'GA':
|
|
441
|
+
return CountryCode_GA_getInstance();
|
|
442
|
+
case 'GB':
|
|
443
|
+
return CountryCode_GB_getInstance();
|
|
444
|
+
case 'GD':
|
|
445
|
+
return CountryCode_GD_getInstance();
|
|
446
|
+
case 'GE':
|
|
447
|
+
return CountryCode_GE_getInstance();
|
|
448
|
+
case 'GF':
|
|
449
|
+
return CountryCode_GF_getInstance();
|
|
450
|
+
case 'GG':
|
|
451
|
+
return CountryCode_GG_getInstance();
|
|
452
|
+
case 'GH':
|
|
453
|
+
return CountryCode_GH_getInstance();
|
|
454
|
+
case 'GI':
|
|
455
|
+
return CountryCode_GI_getInstance();
|
|
456
|
+
case 'GL':
|
|
457
|
+
return CountryCode_GL_getInstance();
|
|
458
|
+
case 'GM':
|
|
459
|
+
return CountryCode_GM_getInstance();
|
|
460
|
+
case 'GN':
|
|
461
|
+
return CountryCode_GN_getInstance();
|
|
462
|
+
case 'GP':
|
|
463
|
+
return CountryCode_GP_getInstance();
|
|
464
|
+
case 'GQ':
|
|
465
|
+
return CountryCode_GQ_getInstance();
|
|
466
|
+
case 'GR':
|
|
467
|
+
return CountryCode_GR_getInstance();
|
|
468
|
+
case 'GS':
|
|
469
|
+
return CountryCode_GS_getInstance();
|
|
470
|
+
case 'GT':
|
|
471
|
+
return CountryCode_GT_getInstance();
|
|
472
|
+
case 'GU':
|
|
473
|
+
return CountryCode_GU_getInstance();
|
|
474
|
+
case 'GW':
|
|
475
|
+
return CountryCode_GW_getInstance();
|
|
476
|
+
case 'GY':
|
|
477
|
+
return CountryCode_GY_getInstance();
|
|
478
|
+
case 'HK':
|
|
479
|
+
return CountryCode_HK_getInstance();
|
|
480
|
+
case 'HM':
|
|
481
|
+
return CountryCode_HM_getInstance();
|
|
482
|
+
case 'HN':
|
|
483
|
+
return CountryCode_HN_getInstance();
|
|
484
|
+
case 'HR':
|
|
485
|
+
return CountryCode_HR_getInstance();
|
|
486
|
+
case 'HT':
|
|
487
|
+
return CountryCode_HT_getInstance();
|
|
488
|
+
case 'HU':
|
|
489
|
+
return CountryCode_HU_getInstance();
|
|
490
|
+
case 'ID':
|
|
491
|
+
return CountryCode_ID_getInstance();
|
|
492
|
+
case 'IE':
|
|
493
|
+
return CountryCode_IE_getInstance();
|
|
494
|
+
case 'IL':
|
|
495
|
+
return CountryCode_IL_getInstance();
|
|
496
|
+
case 'IM':
|
|
497
|
+
return CountryCode_IM_getInstance();
|
|
498
|
+
case 'IN':
|
|
499
|
+
return CountryCode_IN_getInstance();
|
|
500
|
+
case 'IO':
|
|
501
|
+
return CountryCode_IO_getInstance();
|
|
502
|
+
case 'IQ':
|
|
503
|
+
return CountryCode_IQ_getInstance();
|
|
504
|
+
case 'IR':
|
|
505
|
+
return CountryCode_IR_getInstance();
|
|
506
|
+
case 'IS':
|
|
507
|
+
return CountryCode_IS_getInstance();
|
|
508
|
+
case 'IT':
|
|
509
|
+
return CountryCode_IT_getInstance();
|
|
510
|
+
case 'JE':
|
|
511
|
+
return CountryCode_JE_getInstance();
|
|
512
|
+
case 'JM':
|
|
513
|
+
return CountryCode_JM_getInstance();
|
|
514
|
+
case 'JO':
|
|
515
|
+
return CountryCode_JO_getInstance();
|
|
516
|
+
case 'JP':
|
|
517
|
+
return CountryCode_JP_getInstance();
|
|
518
|
+
case 'KE':
|
|
519
|
+
return CountryCode_KE_getInstance();
|
|
520
|
+
case 'KG':
|
|
521
|
+
return CountryCode_KG_getInstance();
|
|
522
|
+
case 'KH':
|
|
523
|
+
return CountryCode_KH_getInstance();
|
|
524
|
+
case 'KI':
|
|
525
|
+
return CountryCode_KI_getInstance();
|
|
526
|
+
case 'KM':
|
|
527
|
+
return CountryCode_KM_getInstance();
|
|
528
|
+
case 'KN':
|
|
529
|
+
return CountryCode_KN_getInstance();
|
|
530
|
+
case 'KP':
|
|
531
|
+
return CountryCode_KP_getInstance();
|
|
532
|
+
case 'KR':
|
|
533
|
+
return CountryCode_KR_getInstance();
|
|
534
|
+
case 'KW':
|
|
535
|
+
return CountryCode_KW_getInstance();
|
|
536
|
+
case 'KY':
|
|
537
|
+
return CountryCode_KY_getInstance();
|
|
538
|
+
case 'KZ':
|
|
539
|
+
return CountryCode_KZ_getInstance();
|
|
540
|
+
case 'LA':
|
|
541
|
+
return CountryCode_LA_getInstance();
|
|
542
|
+
case 'LB':
|
|
543
|
+
return CountryCode_LB_getInstance();
|
|
544
|
+
case 'LC':
|
|
545
|
+
return CountryCode_LC_getInstance();
|
|
546
|
+
case 'LI':
|
|
547
|
+
return CountryCode_LI_getInstance();
|
|
548
|
+
case 'LK':
|
|
549
|
+
return CountryCode_LK_getInstance();
|
|
550
|
+
case 'LR':
|
|
551
|
+
return CountryCode_LR_getInstance();
|
|
552
|
+
case 'LS':
|
|
553
|
+
return CountryCode_LS_getInstance();
|
|
554
|
+
case 'LT':
|
|
555
|
+
return CountryCode_LT_getInstance();
|
|
556
|
+
case 'LU':
|
|
557
|
+
return CountryCode_LU_getInstance();
|
|
558
|
+
case 'LV':
|
|
559
|
+
return CountryCode_LV_getInstance();
|
|
560
|
+
case 'LY':
|
|
561
|
+
return CountryCode_LY_getInstance();
|
|
562
|
+
case 'MA':
|
|
563
|
+
return CountryCode_MA_getInstance();
|
|
564
|
+
case 'MC':
|
|
565
|
+
return CountryCode_MC_getInstance();
|
|
566
|
+
case 'MD':
|
|
567
|
+
return CountryCode_MD_getInstance();
|
|
568
|
+
case 'ME':
|
|
569
|
+
return CountryCode_ME_getInstance();
|
|
570
|
+
case 'MF':
|
|
571
|
+
return CountryCode_MF_getInstance();
|
|
572
|
+
case 'MG':
|
|
573
|
+
return CountryCode_MG_getInstance();
|
|
574
|
+
case 'MH':
|
|
575
|
+
return CountryCode_MH_getInstance();
|
|
576
|
+
case 'MK':
|
|
577
|
+
return CountryCode_MK_getInstance();
|
|
578
|
+
case 'ML':
|
|
579
|
+
return CountryCode_ML_getInstance();
|
|
580
|
+
case 'MM':
|
|
581
|
+
return CountryCode_MM_getInstance();
|
|
582
|
+
case 'MN':
|
|
583
|
+
return CountryCode_MN_getInstance();
|
|
584
|
+
case 'MO':
|
|
585
|
+
return CountryCode_MO_getInstance();
|
|
586
|
+
case 'MP':
|
|
587
|
+
return CountryCode_MP_getInstance();
|
|
588
|
+
case 'MQ':
|
|
589
|
+
return CountryCode_MQ_getInstance();
|
|
590
|
+
case 'MR':
|
|
591
|
+
return CountryCode_MR_getInstance();
|
|
592
|
+
case 'MS':
|
|
593
|
+
return CountryCode_MS_getInstance();
|
|
594
|
+
case 'MT':
|
|
595
|
+
return CountryCode_MT_getInstance();
|
|
596
|
+
case 'MU':
|
|
597
|
+
return CountryCode_MU_getInstance();
|
|
598
|
+
case 'MV':
|
|
599
|
+
return CountryCode_MV_getInstance();
|
|
600
|
+
case 'MW':
|
|
601
|
+
return CountryCode_MW_getInstance();
|
|
602
|
+
case 'MX':
|
|
603
|
+
return CountryCode_MX_getInstance();
|
|
604
|
+
case 'MY':
|
|
605
|
+
return CountryCode_MY_getInstance();
|
|
606
|
+
case 'MZ':
|
|
607
|
+
return CountryCode_MZ_getInstance();
|
|
608
|
+
case 'NA':
|
|
609
|
+
return CountryCode_NA_getInstance();
|
|
610
|
+
case 'NC':
|
|
611
|
+
return CountryCode_NC_getInstance();
|
|
612
|
+
case 'NE':
|
|
613
|
+
return CountryCode_NE_getInstance();
|
|
614
|
+
case 'NF':
|
|
615
|
+
return CountryCode_NF_getInstance();
|
|
616
|
+
case 'NG':
|
|
617
|
+
return CountryCode_NG_getInstance();
|
|
618
|
+
case 'NI':
|
|
619
|
+
return CountryCode_NI_getInstance();
|
|
620
|
+
case 'NL':
|
|
621
|
+
return CountryCode_NL_getInstance();
|
|
622
|
+
case 'NO':
|
|
623
|
+
return CountryCode_NO_getInstance();
|
|
624
|
+
case 'NP':
|
|
625
|
+
return CountryCode_NP_getInstance();
|
|
626
|
+
case 'NR':
|
|
627
|
+
return CountryCode_NR_getInstance();
|
|
628
|
+
case 'NU':
|
|
629
|
+
return CountryCode_NU_getInstance();
|
|
630
|
+
case 'NZ':
|
|
631
|
+
return CountryCode_NZ_getInstance();
|
|
632
|
+
case 'OM':
|
|
633
|
+
return CountryCode_OM_getInstance();
|
|
634
|
+
case 'PA':
|
|
635
|
+
return CountryCode_PA_getInstance();
|
|
636
|
+
case 'PE':
|
|
637
|
+
return CountryCode_PE_getInstance();
|
|
638
|
+
case 'PF':
|
|
639
|
+
return CountryCode_PF_getInstance();
|
|
640
|
+
case 'PG':
|
|
641
|
+
return CountryCode_PG_getInstance();
|
|
642
|
+
case 'PH':
|
|
643
|
+
return CountryCode_PH_getInstance();
|
|
644
|
+
case 'PK':
|
|
645
|
+
return CountryCode_PK_getInstance();
|
|
646
|
+
case 'PL':
|
|
647
|
+
return CountryCode_PL_getInstance();
|
|
648
|
+
case 'PM':
|
|
649
|
+
return CountryCode_PM_getInstance();
|
|
650
|
+
case 'PN':
|
|
651
|
+
return CountryCode_PN_getInstance();
|
|
652
|
+
case 'PR':
|
|
653
|
+
return CountryCode_PR_getInstance();
|
|
654
|
+
case 'PS':
|
|
655
|
+
return CountryCode_PS_getInstance();
|
|
656
|
+
case 'PT':
|
|
657
|
+
return CountryCode_PT_getInstance();
|
|
658
|
+
case 'PW':
|
|
659
|
+
return CountryCode_PW_getInstance();
|
|
660
|
+
case 'PY':
|
|
661
|
+
return CountryCode_PY_getInstance();
|
|
662
|
+
case 'QA':
|
|
663
|
+
return CountryCode_QA_getInstance();
|
|
664
|
+
case 'RE':
|
|
665
|
+
return CountryCode_RE_getInstance();
|
|
666
|
+
case 'RO':
|
|
667
|
+
return CountryCode_RO_getInstance();
|
|
668
|
+
case 'RS':
|
|
669
|
+
return CountryCode_RS_getInstance();
|
|
670
|
+
case 'RU':
|
|
671
|
+
return CountryCode_RU_getInstance();
|
|
672
|
+
case 'RW':
|
|
673
|
+
return CountryCode_RW_getInstance();
|
|
674
|
+
case 'SA':
|
|
675
|
+
return CountryCode_SA_getInstance();
|
|
676
|
+
case 'SB':
|
|
677
|
+
return CountryCode_SB_getInstance();
|
|
678
|
+
case 'SC':
|
|
679
|
+
return CountryCode_SC_getInstance();
|
|
680
|
+
case 'SD':
|
|
681
|
+
return CountryCode_SD_getInstance();
|
|
682
|
+
case 'SE':
|
|
683
|
+
return CountryCode_SE_getInstance();
|
|
684
|
+
case 'SG':
|
|
685
|
+
return CountryCode_SG_getInstance();
|
|
686
|
+
case 'SH':
|
|
687
|
+
return CountryCode_SH_getInstance();
|
|
688
|
+
case 'SI':
|
|
689
|
+
return CountryCode_SI_getInstance();
|
|
690
|
+
case 'SJ':
|
|
691
|
+
return CountryCode_SJ_getInstance();
|
|
692
|
+
case 'SK':
|
|
693
|
+
return CountryCode_SK_getInstance();
|
|
694
|
+
case 'SL':
|
|
695
|
+
return CountryCode_SL_getInstance();
|
|
696
|
+
case 'SM':
|
|
697
|
+
return CountryCode_SM_getInstance();
|
|
698
|
+
case 'SN':
|
|
699
|
+
return CountryCode_SN_getInstance();
|
|
700
|
+
case 'SO':
|
|
701
|
+
return CountryCode_SO_getInstance();
|
|
702
|
+
case 'SR':
|
|
703
|
+
return CountryCode_SR_getInstance();
|
|
704
|
+
case 'SS':
|
|
705
|
+
return CountryCode_SS_getInstance();
|
|
706
|
+
case 'ST':
|
|
707
|
+
return CountryCode_ST_getInstance();
|
|
708
|
+
case 'SV':
|
|
709
|
+
return CountryCode_SV_getInstance();
|
|
710
|
+
case 'SX':
|
|
711
|
+
return CountryCode_SX_getInstance();
|
|
712
|
+
case 'SY':
|
|
713
|
+
return CountryCode_SY_getInstance();
|
|
714
|
+
case 'SZ':
|
|
715
|
+
return CountryCode_SZ_getInstance();
|
|
716
|
+
case 'TC':
|
|
717
|
+
return CountryCode_TC_getInstance();
|
|
718
|
+
case 'TD':
|
|
719
|
+
return CountryCode_TD_getInstance();
|
|
720
|
+
case 'TF':
|
|
721
|
+
return CountryCode_TF_getInstance();
|
|
722
|
+
case 'TG':
|
|
723
|
+
return CountryCode_TG_getInstance();
|
|
724
|
+
case 'TH':
|
|
725
|
+
return CountryCode_TH_getInstance();
|
|
726
|
+
case 'TJ':
|
|
727
|
+
return CountryCode_TJ_getInstance();
|
|
728
|
+
case 'TK':
|
|
729
|
+
return CountryCode_TK_getInstance();
|
|
730
|
+
case 'TL':
|
|
731
|
+
return CountryCode_TL_getInstance();
|
|
732
|
+
case 'TM':
|
|
733
|
+
return CountryCode_TM_getInstance();
|
|
734
|
+
case 'TN':
|
|
735
|
+
return CountryCode_TN_getInstance();
|
|
736
|
+
case 'TO':
|
|
737
|
+
return CountryCode_TO_getInstance();
|
|
738
|
+
case 'TR':
|
|
739
|
+
return CountryCode_TR_getInstance();
|
|
740
|
+
case 'TT':
|
|
741
|
+
return CountryCode_TT_getInstance();
|
|
742
|
+
case 'TV':
|
|
743
|
+
return CountryCode_TV_getInstance();
|
|
744
|
+
case 'TW':
|
|
745
|
+
return CountryCode_TW_getInstance();
|
|
746
|
+
case 'TZ':
|
|
747
|
+
return CountryCode_TZ_getInstance();
|
|
748
|
+
case 'UA':
|
|
749
|
+
return CountryCode_UA_getInstance();
|
|
750
|
+
case 'UG':
|
|
751
|
+
return CountryCode_UG_getInstance();
|
|
752
|
+
case 'UM':
|
|
753
|
+
return CountryCode_UM_getInstance();
|
|
754
|
+
case 'US':
|
|
755
|
+
return CountryCode_US_getInstance();
|
|
756
|
+
case 'UY':
|
|
757
|
+
return CountryCode_UY_getInstance();
|
|
758
|
+
case 'UZ':
|
|
759
|
+
return CountryCode_UZ_getInstance();
|
|
760
|
+
case 'VA':
|
|
761
|
+
return CountryCode_VA_getInstance();
|
|
762
|
+
case 'VC':
|
|
763
|
+
return CountryCode_VC_getInstance();
|
|
764
|
+
case 'VE':
|
|
765
|
+
return CountryCode_VE_getInstance();
|
|
766
|
+
case 'VG':
|
|
767
|
+
return CountryCode_VG_getInstance();
|
|
768
|
+
case 'VI':
|
|
769
|
+
return CountryCode_VI_getInstance();
|
|
770
|
+
case 'VN':
|
|
771
|
+
return CountryCode_VN_getInstance();
|
|
772
|
+
case 'VU':
|
|
773
|
+
return CountryCode_VU_getInstance();
|
|
774
|
+
case 'WF':
|
|
775
|
+
return CountryCode_WF_getInstance();
|
|
776
|
+
case 'WS':
|
|
777
|
+
return CountryCode_WS_getInstance();
|
|
778
|
+
case 'YE':
|
|
779
|
+
return CountryCode_YE_getInstance();
|
|
780
|
+
case 'YT':
|
|
781
|
+
return CountryCode_YT_getInstance();
|
|
782
|
+
case 'ZA':
|
|
783
|
+
return CountryCode_ZA_getInstance();
|
|
784
|
+
case 'ZM':
|
|
785
|
+
return CountryCode_ZM_getInstance();
|
|
786
|
+
case 'ZW':
|
|
787
|
+
return CountryCode_ZW_getInstance();
|
|
788
|
+
default:
|
|
789
|
+
CountryCode_initEntries();
|
|
790
|
+
THROW_IAE('No enum constant se.codesmart.models.CountryCode.' + value);
|
|
791
|
+
break;
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
var CountryCode_entriesInitialized;
|
|
795
|
+
function CountryCode_initEntries() {
|
|
796
|
+
if (CountryCode_entriesInitialized)
|
|
797
|
+
return Unit_instance;
|
|
798
|
+
CountryCode_entriesInitialized = true;
|
|
799
|
+
CountryCode_AD_instance = new CountryCode('AD', 0);
|
|
800
|
+
CountryCode_AE_instance = new CountryCode('AE', 1);
|
|
801
|
+
CountryCode_AF_instance = new CountryCode('AF', 2);
|
|
802
|
+
CountryCode_AG_instance = new CountryCode('AG', 3);
|
|
803
|
+
CountryCode_AI_instance = new CountryCode('AI', 4);
|
|
804
|
+
CountryCode_AL_instance = new CountryCode('AL', 5);
|
|
805
|
+
CountryCode_AM_instance = new CountryCode('AM', 6);
|
|
806
|
+
CountryCode_AO_instance = new CountryCode('AO', 7);
|
|
807
|
+
CountryCode_AQ_instance = new CountryCode('AQ', 8);
|
|
808
|
+
CountryCode_AR_instance = new CountryCode('AR', 9);
|
|
809
|
+
CountryCode_AS_instance = new CountryCode('AS', 10);
|
|
810
|
+
CountryCode_AT_instance = new CountryCode('AT', 11);
|
|
811
|
+
CountryCode_AU_instance = new CountryCode('AU', 12);
|
|
812
|
+
CountryCode_AW_instance = new CountryCode('AW', 13);
|
|
813
|
+
CountryCode_AX_instance = new CountryCode('AX', 14);
|
|
814
|
+
CountryCode_AZ_instance = new CountryCode('AZ', 15);
|
|
815
|
+
CountryCode_BA_instance = new CountryCode('BA', 16);
|
|
816
|
+
CountryCode_BB_instance = new CountryCode('BB', 17);
|
|
817
|
+
CountryCode_BD_instance = new CountryCode('BD', 18);
|
|
818
|
+
CountryCode_BE_instance = new CountryCode('BE', 19);
|
|
819
|
+
CountryCode_BF_instance = new CountryCode('BF', 20);
|
|
820
|
+
CountryCode_BG_instance = new CountryCode('BG', 21);
|
|
821
|
+
CountryCode_BH_instance = new CountryCode('BH', 22);
|
|
822
|
+
CountryCode_BI_instance = new CountryCode('BI', 23);
|
|
823
|
+
CountryCode_BJ_instance = new CountryCode('BJ', 24);
|
|
824
|
+
CountryCode_BL_instance = new CountryCode('BL', 25);
|
|
825
|
+
CountryCode_BM_instance = new CountryCode('BM', 26);
|
|
826
|
+
CountryCode_BN_instance = new CountryCode('BN', 27);
|
|
827
|
+
CountryCode_BO_instance = new CountryCode('BO', 28);
|
|
828
|
+
CountryCode_BQ_instance = new CountryCode('BQ', 29);
|
|
829
|
+
CountryCode_BR_instance = new CountryCode('BR', 30);
|
|
830
|
+
CountryCode_BS_instance = new CountryCode('BS', 31);
|
|
831
|
+
CountryCode_BT_instance = new CountryCode('BT', 32);
|
|
832
|
+
CountryCode_BV_instance = new CountryCode('BV', 33);
|
|
833
|
+
CountryCode_BW_instance = new CountryCode('BW', 34);
|
|
834
|
+
CountryCode_BY_instance = new CountryCode('BY', 35);
|
|
835
|
+
CountryCode_BZ_instance = new CountryCode('BZ', 36);
|
|
836
|
+
CountryCode_CA_instance = new CountryCode('CA', 37);
|
|
837
|
+
CountryCode_CC_instance = new CountryCode('CC', 38);
|
|
838
|
+
CountryCode_CD_instance = new CountryCode('CD', 39);
|
|
839
|
+
CountryCode_CF_instance = new CountryCode('CF', 40);
|
|
840
|
+
CountryCode_CG_instance = new CountryCode('CG', 41);
|
|
841
|
+
CountryCode_CH_instance = new CountryCode('CH', 42);
|
|
842
|
+
CountryCode_CI_instance = new CountryCode('CI', 43);
|
|
843
|
+
CountryCode_CK_instance = new CountryCode('CK', 44);
|
|
844
|
+
CountryCode_CL_instance = new CountryCode('CL', 45);
|
|
845
|
+
CountryCode_CM_instance = new CountryCode('CM', 46);
|
|
846
|
+
CountryCode_CN_instance = new CountryCode('CN', 47);
|
|
847
|
+
CountryCode_CO_instance = new CountryCode('CO', 48);
|
|
848
|
+
CountryCode_CR_instance = new CountryCode('CR', 49);
|
|
849
|
+
CountryCode_CU_instance = new CountryCode('CU', 50);
|
|
850
|
+
CountryCode_CV_instance = new CountryCode('CV', 51);
|
|
851
|
+
CountryCode_CW_instance = new CountryCode('CW', 52);
|
|
852
|
+
CountryCode_CX_instance = new CountryCode('CX', 53);
|
|
853
|
+
CountryCode_CY_instance = new CountryCode('CY', 54);
|
|
854
|
+
CountryCode_CZ_instance = new CountryCode('CZ', 55);
|
|
855
|
+
CountryCode_DE_instance = new CountryCode('DE', 56);
|
|
856
|
+
CountryCode_DJ_instance = new CountryCode('DJ', 57);
|
|
857
|
+
CountryCode_DK_instance = new CountryCode('DK', 58);
|
|
858
|
+
CountryCode_DM_instance = new CountryCode('DM', 59);
|
|
859
|
+
CountryCode_DO_instance = new CountryCode('DO', 60);
|
|
860
|
+
CountryCode_DZ_instance = new CountryCode('DZ', 61);
|
|
861
|
+
CountryCode_EC_instance = new CountryCode('EC', 62);
|
|
862
|
+
CountryCode_EE_instance = new CountryCode('EE', 63);
|
|
863
|
+
CountryCode_EG_instance = new CountryCode('EG', 64);
|
|
864
|
+
CountryCode_EH_instance = new CountryCode('EH', 65);
|
|
865
|
+
CountryCode_ER_instance = new CountryCode('ER', 66);
|
|
866
|
+
CountryCode_ES_instance = new CountryCode('ES', 67);
|
|
867
|
+
CountryCode_ET_instance = new CountryCode('ET', 68);
|
|
868
|
+
CountryCode_FI_instance = new CountryCode('FI', 69);
|
|
869
|
+
CountryCode_FJ_instance = new CountryCode('FJ', 70);
|
|
870
|
+
CountryCode_FK_instance = new CountryCode('FK', 71);
|
|
871
|
+
CountryCode_FM_instance = new CountryCode('FM', 72);
|
|
872
|
+
CountryCode_FO_instance = new CountryCode('FO', 73);
|
|
873
|
+
CountryCode_FR_instance = new CountryCode('FR', 74);
|
|
874
|
+
CountryCode_GA_instance = new CountryCode('GA', 75);
|
|
875
|
+
CountryCode_GB_instance = new CountryCode('GB', 76);
|
|
876
|
+
CountryCode_GD_instance = new CountryCode('GD', 77);
|
|
877
|
+
CountryCode_GE_instance = new CountryCode('GE', 78);
|
|
878
|
+
CountryCode_GF_instance = new CountryCode('GF', 79);
|
|
879
|
+
CountryCode_GG_instance = new CountryCode('GG', 80);
|
|
880
|
+
CountryCode_GH_instance = new CountryCode('GH', 81);
|
|
881
|
+
CountryCode_GI_instance = new CountryCode('GI', 82);
|
|
882
|
+
CountryCode_GL_instance = new CountryCode('GL', 83);
|
|
883
|
+
CountryCode_GM_instance = new CountryCode('GM', 84);
|
|
884
|
+
CountryCode_GN_instance = new CountryCode('GN', 85);
|
|
885
|
+
CountryCode_GP_instance = new CountryCode('GP', 86);
|
|
886
|
+
CountryCode_GQ_instance = new CountryCode('GQ', 87);
|
|
887
|
+
CountryCode_GR_instance = new CountryCode('GR', 88);
|
|
888
|
+
CountryCode_GS_instance = new CountryCode('GS', 89);
|
|
889
|
+
CountryCode_GT_instance = new CountryCode('GT', 90);
|
|
890
|
+
CountryCode_GU_instance = new CountryCode('GU', 91);
|
|
891
|
+
CountryCode_GW_instance = new CountryCode('GW', 92);
|
|
892
|
+
CountryCode_GY_instance = new CountryCode('GY', 93);
|
|
893
|
+
CountryCode_HK_instance = new CountryCode('HK', 94);
|
|
894
|
+
CountryCode_HM_instance = new CountryCode('HM', 95);
|
|
895
|
+
CountryCode_HN_instance = new CountryCode('HN', 96);
|
|
896
|
+
CountryCode_HR_instance = new CountryCode('HR', 97);
|
|
897
|
+
CountryCode_HT_instance = new CountryCode('HT', 98);
|
|
898
|
+
CountryCode_HU_instance = new CountryCode('HU', 99);
|
|
899
|
+
CountryCode_ID_instance = new CountryCode('ID', 100);
|
|
900
|
+
CountryCode_IE_instance = new CountryCode('IE', 101);
|
|
901
|
+
CountryCode_IL_instance = new CountryCode('IL', 102);
|
|
902
|
+
CountryCode_IM_instance = new CountryCode('IM', 103);
|
|
903
|
+
CountryCode_IN_instance = new CountryCode('IN', 104);
|
|
904
|
+
CountryCode_IO_instance = new CountryCode('IO', 105);
|
|
905
|
+
CountryCode_IQ_instance = new CountryCode('IQ', 106);
|
|
906
|
+
CountryCode_IR_instance = new CountryCode('IR', 107);
|
|
907
|
+
CountryCode_IS_instance = new CountryCode('IS', 108);
|
|
908
|
+
CountryCode_IT_instance = new CountryCode('IT', 109);
|
|
909
|
+
CountryCode_JE_instance = new CountryCode('JE', 110);
|
|
910
|
+
CountryCode_JM_instance = new CountryCode('JM', 111);
|
|
911
|
+
CountryCode_JO_instance = new CountryCode('JO', 112);
|
|
912
|
+
CountryCode_JP_instance = new CountryCode('JP', 113);
|
|
913
|
+
CountryCode_KE_instance = new CountryCode('KE', 114);
|
|
914
|
+
CountryCode_KG_instance = new CountryCode('KG', 115);
|
|
915
|
+
CountryCode_KH_instance = new CountryCode('KH', 116);
|
|
916
|
+
CountryCode_KI_instance = new CountryCode('KI', 117);
|
|
917
|
+
CountryCode_KM_instance = new CountryCode('KM', 118);
|
|
918
|
+
CountryCode_KN_instance = new CountryCode('KN', 119);
|
|
919
|
+
CountryCode_KP_instance = new CountryCode('KP', 120);
|
|
920
|
+
CountryCode_KR_instance = new CountryCode('KR', 121);
|
|
921
|
+
CountryCode_KW_instance = new CountryCode('KW', 122);
|
|
922
|
+
CountryCode_KY_instance = new CountryCode('KY', 123);
|
|
923
|
+
CountryCode_KZ_instance = new CountryCode('KZ', 124);
|
|
924
|
+
CountryCode_LA_instance = new CountryCode('LA', 125);
|
|
925
|
+
CountryCode_LB_instance = new CountryCode('LB', 126);
|
|
926
|
+
CountryCode_LC_instance = new CountryCode('LC', 127);
|
|
927
|
+
CountryCode_LI_instance = new CountryCode('LI', 128);
|
|
928
|
+
CountryCode_LK_instance = new CountryCode('LK', 129);
|
|
929
|
+
CountryCode_LR_instance = new CountryCode('LR', 130);
|
|
930
|
+
CountryCode_LS_instance = new CountryCode('LS', 131);
|
|
931
|
+
CountryCode_LT_instance = new CountryCode('LT', 132);
|
|
932
|
+
CountryCode_LU_instance = new CountryCode('LU', 133);
|
|
933
|
+
CountryCode_LV_instance = new CountryCode('LV', 134);
|
|
934
|
+
CountryCode_LY_instance = new CountryCode('LY', 135);
|
|
935
|
+
CountryCode_MA_instance = new CountryCode('MA', 136);
|
|
936
|
+
CountryCode_MC_instance = new CountryCode('MC', 137);
|
|
937
|
+
CountryCode_MD_instance = new CountryCode('MD', 138);
|
|
938
|
+
CountryCode_ME_instance = new CountryCode('ME', 139);
|
|
939
|
+
CountryCode_MF_instance = new CountryCode('MF', 140);
|
|
940
|
+
CountryCode_MG_instance = new CountryCode('MG', 141);
|
|
941
|
+
CountryCode_MH_instance = new CountryCode('MH', 142);
|
|
942
|
+
CountryCode_MK_instance = new CountryCode('MK', 143);
|
|
943
|
+
CountryCode_ML_instance = new CountryCode('ML', 144);
|
|
944
|
+
CountryCode_MM_instance = new CountryCode('MM', 145);
|
|
945
|
+
CountryCode_MN_instance = new CountryCode('MN', 146);
|
|
946
|
+
CountryCode_MO_instance = new CountryCode('MO', 147);
|
|
947
|
+
CountryCode_MP_instance = new CountryCode('MP', 148);
|
|
948
|
+
CountryCode_MQ_instance = new CountryCode('MQ', 149);
|
|
949
|
+
CountryCode_MR_instance = new CountryCode('MR', 150);
|
|
950
|
+
CountryCode_MS_instance = new CountryCode('MS', 151);
|
|
951
|
+
CountryCode_MT_instance = new CountryCode('MT', 152);
|
|
952
|
+
CountryCode_MU_instance = new CountryCode('MU', 153);
|
|
953
|
+
CountryCode_MV_instance = new CountryCode('MV', 154);
|
|
954
|
+
CountryCode_MW_instance = new CountryCode('MW', 155);
|
|
955
|
+
CountryCode_MX_instance = new CountryCode('MX', 156);
|
|
956
|
+
CountryCode_MY_instance = new CountryCode('MY', 157);
|
|
957
|
+
CountryCode_MZ_instance = new CountryCode('MZ', 158);
|
|
958
|
+
CountryCode_NA_instance = new CountryCode('NA', 159);
|
|
959
|
+
CountryCode_NC_instance = new CountryCode('NC', 160);
|
|
960
|
+
CountryCode_NE_instance = new CountryCode('NE', 161);
|
|
961
|
+
CountryCode_NF_instance = new CountryCode('NF', 162);
|
|
962
|
+
CountryCode_NG_instance = new CountryCode('NG', 163);
|
|
963
|
+
CountryCode_NI_instance = new CountryCode('NI', 164);
|
|
964
|
+
CountryCode_NL_instance = new CountryCode('NL', 165);
|
|
965
|
+
CountryCode_NO_instance = new CountryCode('NO', 166);
|
|
966
|
+
CountryCode_NP_instance = new CountryCode('NP', 167);
|
|
967
|
+
CountryCode_NR_instance = new CountryCode('NR', 168);
|
|
968
|
+
CountryCode_NU_instance = new CountryCode('NU', 169);
|
|
969
|
+
CountryCode_NZ_instance = new CountryCode('NZ', 170);
|
|
970
|
+
CountryCode_OM_instance = new CountryCode('OM', 171);
|
|
971
|
+
CountryCode_PA_instance = new CountryCode('PA', 172);
|
|
972
|
+
CountryCode_PE_instance = new CountryCode('PE', 173);
|
|
973
|
+
CountryCode_PF_instance = new CountryCode('PF', 174);
|
|
974
|
+
CountryCode_PG_instance = new CountryCode('PG', 175);
|
|
975
|
+
CountryCode_PH_instance = new CountryCode('PH', 176);
|
|
976
|
+
CountryCode_PK_instance = new CountryCode('PK', 177);
|
|
977
|
+
CountryCode_PL_instance = new CountryCode('PL', 178);
|
|
978
|
+
CountryCode_PM_instance = new CountryCode('PM', 179);
|
|
979
|
+
CountryCode_PN_instance = new CountryCode('PN', 180);
|
|
980
|
+
CountryCode_PR_instance = new CountryCode('PR', 181);
|
|
981
|
+
CountryCode_PS_instance = new CountryCode('PS', 182);
|
|
982
|
+
CountryCode_PT_instance = new CountryCode('PT', 183);
|
|
983
|
+
CountryCode_PW_instance = new CountryCode('PW', 184);
|
|
984
|
+
CountryCode_PY_instance = new CountryCode('PY', 185);
|
|
985
|
+
CountryCode_QA_instance = new CountryCode('QA', 186);
|
|
986
|
+
CountryCode_RE_instance = new CountryCode('RE', 187);
|
|
987
|
+
CountryCode_RO_instance = new CountryCode('RO', 188);
|
|
988
|
+
CountryCode_RS_instance = new CountryCode('RS', 189);
|
|
989
|
+
CountryCode_RU_instance = new CountryCode('RU', 190);
|
|
990
|
+
CountryCode_RW_instance = new CountryCode('RW', 191);
|
|
991
|
+
CountryCode_SA_instance = new CountryCode('SA', 192);
|
|
992
|
+
CountryCode_SB_instance = new CountryCode('SB', 193);
|
|
993
|
+
CountryCode_SC_instance = new CountryCode('SC', 194);
|
|
994
|
+
CountryCode_SD_instance = new CountryCode('SD', 195);
|
|
995
|
+
CountryCode_SE_instance = new CountryCode('SE', 196);
|
|
996
|
+
CountryCode_SG_instance = new CountryCode('SG', 197);
|
|
997
|
+
CountryCode_SH_instance = new CountryCode('SH', 198);
|
|
998
|
+
CountryCode_SI_instance = new CountryCode('SI', 199);
|
|
999
|
+
CountryCode_SJ_instance = new CountryCode('SJ', 200);
|
|
1000
|
+
CountryCode_SK_instance = new CountryCode('SK', 201);
|
|
1001
|
+
CountryCode_SL_instance = new CountryCode('SL', 202);
|
|
1002
|
+
CountryCode_SM_instance = new CountryCode('SM', 203);
|
|
1003
|
+
CountryCode_SN_instance = new CountryCode('SN', 204);
|
|
1004
|
+
CountryCode_SO_instance = new CountryCode('SO', 205);
|
|
1005
|
+
CountryCode_SR_instance = new CountryCode('SR', 206);
|
|
1006
|
+
CountryCode_SS_instance = new CountryCode('SS', 207);
|
|
1007
|
+
CountryCode_ST_instance = new CountryCode('ST', 208);
|
|
1008
|
+
CountryCode_SV_instance = new CountryCode('SV', 209);
|
|
1009
|
+
CountryCode_SX_instance = new CountryCode('SX', 210);
|
|
1010
|
+
CountryCode_SY_instance = new CountryCode('SY', 211);
|
|
1011
|
+
CountryCode_SZ_instance = new CountryCode('SZ', 212);
|
|
1012
|
+
CountryCode_TC_instance = new CountryCode('TC', 213);
|
|
1013
|
+
CountryCode_TD_instance = new CountryCode('TD', 214);
|
|
1014
|
+
CountryCode_TF_instance = new CountryCode('TF', 215);
|
|
1015
|
+
CountryCode_TG_instance = new CountryCode('TG', 216);
|
|
1016
|
+
CountryCode_TH_instance = new CountryCode('TH', 217);
|
|
1017
|
+
CountryCode_TJ_instance = new CountryCode('TJ', 218);
|
|
1018
|
+
CountryCode_TK_instance = new CountryCode('TK', 219);
|
|
1019
|
+
CountryCode_TL_instance = new CountryCode('TL', 220);
|
|
1020
|
+
CountryCode_TM_instance = new CountryCode('TM', 221);
|
|
1021
|
+
CountryCode_TN_instance = new CountryCode('TN', 222);
|
|
1022
|
+
CountryCode_TO_instance = new CountryCode('TO', 223);
|
|
1023
|
+
CountryCode_TR_instance = new CountryCode('TR', 224);
|
|
1024
|
+
CountryCode_TT_instance = new CountryCode('TT', 225);
|
|
1025
|
+
CountryCode_TV_instance = new CountryCode('TV', 226);
|
|
1026
|
+
CountryCode_TW_instance = new CountryCode('TW', 227);
|
|
1027
|
+
CountryCode_TZ_instance = new CountryCode('TZ', 228);
|
|
1028
|
+
CountryCode_UA_instance = new CountryCode('UA', 229);
|
|
1029
|
+
CountryCode_UG_instance = new CountryCode('UG', 230);
|
|
1030
|
+
CountryCode_UM_instance = new CountryCode('UM', 231);
|
|
1031
|
+
CountryCode_US_instance = new CountryCode('US', 232);
|
|
1032
|
+
CountryCode_UY_instance = new CountryCode('UY', 233);
|
|
1033
|
+
CountryCode_UZ_instance = new CountryCode('UZ', 234);
|
|
1034
|
+
CountryCode_VA_instance = new CountryCode('VA', 235);
|
|
1035
|
+
CountryCode_VC_instance = new CountryCode('VC', 236);
|
|
1036
|
+
CountryCode_VE_instance = new CountryCode('VE', 237);
|
|
1037
|
+
CountryCode_VG_instance = new CountryCode('VG', 238);
|
|
1038
|
+
CountryCode_VI_instance = new CountryCode('VI', 239);
|
|
1039
|
+
CountryCode_VN_instance = new CountryCode('VN', 240);
|
|
1040
|
+
CountryCode_VU_instance = new CountryCode('VU', 241);
|
|
1041
|
+
CountryCode_WF_instance = new CountryCode('WF', 242);
|
|
1042
|
+
CountryCode_WS_instance = new CountryCode('WS', 243);
|
|
1043
|
+
CountryCode_YE_instance = new CountryCode('YE', 244);
|
|
1044
|
+
CountryCode_YT_instance = new CountryCode('YT', 245);
|
|
1045
|
+
CountryCode_ZA_instance = new CountryCode('ZA', 246);
|
|
1046
|
+
CountryCode_ZM_instance = new CountryCode('ZM', 247);
|
|
1047
|
+
CountryCode_ZW_instance = new CountryCode('ZW', 248);
|
|
1048
|
+
}
|
|
1049
|
+
function CountryCode(name, ordinal) {
|
|
1050
|
+
Enum.call(this, name, ordinal);
|
|
1051
|
+
}
|
|
1052
|
+
function CountryCode_AD_getInstance() {
|
|
1053
|
+
CountryCode_initEntries();
|
|
1054
|
+
return CountryCode_AD_instance;
|
|
1055
|
+
}
|
|
1056
|
+
function CountryCode_AE_getInstance() {
|
|
1057
|
+
CountryCode_initEntries();
|
|
1058
|
+
return CountryCode_AE_instance;
|
|
1059
|
+
}
|
|
1060
|
+
function CountryCode_AF_getInstance() {
|
|
1061
|
+
CountryCode_initEntries();
|
|
1062
|
+
return CountryCode_AF_instance;
|
|
1063
|
+
}
|
|
1064
|
+
function CountryCode_AG_getInstance() {
|
|
1065
|
+
CountryCode_initEntries();
|
|
1066
|
+
return CountryCode_AG_instance;
|
|
1067
|
+
}
|
|
1068
|
+
function CountryCode_AI_getInstance() {
|
|
1069
|
+
CountryCode_initEntries();
|
|
1070
|
+
return CountryCode_AI_instance;
|
|
1071
|
+
}
|
|
1072
|
+
function CountryCode_AL_getInstance() {
|
|
1073
|
+
CountryCode_initEntries();
|
|
1074
|
+
return CountryCode_AL_instance;
|
|
1075
|
+
}
|
|
1076
|
+
function CountryCode_AM_getInstance() {
|
|
1077
|
+
CountryCode_initEntries();
|
|
1078
|
+
return CountryCode_AM_instance;
|
|
1079
|
+
}
|
|
1080
|
+
function CountryCode_AO_getInstance() {
|
|
1081
|
+
CountryCode_initEntries();
|
|
1082
|
+
return CountryCode_AO_instance;
|
|
1083
|
+
}
|
|
1084
|
+
function CountryCode_AQ_getInstance() {
|
|
1085
|
+
CountryCode_initEntries();
|
|
1086
|
+
return CountryCode_AQ_instance;
|
|
1087
|
+
}
|
|
1088
|
+
function CountryCode_AR_getInstance() {
|
|
1089
|
+
CountryCode_initEntries();
|
|
1090
|
+
return CountryCode_AR_instance;
|
|
1091
|
+
}
|
|
1092
|
+
function CountryCode_AS_getInstance() {
|
|
1093
|
+
CountryCode_initEntries();
|
|
1094
|
+
return CountryCode_AS_instance;
|
|
1095
|
+
}
|
|
1096
|
+
function CountryCode_AT_getInstance() {
|
|
1097
|
+
CountryCode_initEntries();
|
|
1098
|
+
return CountryCode_AT_instance;
|
|
1099
|
+
}
|
|
1100
|
+
function CountryCode_AU_getInstance() {
|
|
1101
|
+
CountryCode_initEntries();
|
|
1102
|
+
return CountryCode_AU_instance;
|
|
1103
|
+
}
|
|
1104
|
+
function CountryCode_AW_getInstance() {
|
|
1105
|
+
CountryCode_initEntries();
|
|
1106
|
+
return CountryCode_AW_instance;
|
|
1107
|
+
}
|
|
1108
|
+
function CountryCode_AX_getInstance() {
|
|
1109
|
+
CountryCode_initEntries();
|
|
1110
|
+
return CountryCode_AX_instance;
|
|
1111
|
+
}
|
|
1112
|
+
function CountryCode_AZ_getInstance() {
|
|
1113
|
+
CountryCode_initEntries();
|
|
1114
|
+
return CountryCode_AZ_instance;
|
|
1115
|
+
}
|
|
1116
|
+
function CountryCode_BA_getInstance() {
|
|
1117
|
+
CountryCode_initEntries();
|
|
1118
|
+
return CountryCode_BA_instance;
|
|
1119
|
+
}
|
|
1120
|
+
function CountryCode_BB_getInstance() {
|
|
1121
|
+
CountryCode_initEntries();
|
|
1122
|
+
return CountryCode_BB_instance;
|
|
1123
|
+
}
|
|
1124
|
+
function CountryCode_BD_getInstance() {
|
|
1125
|
+
CountryCode_initEntries();
|
|
1126
|
+
return CountryCode_BD_instance;
|
|
1127
|
+
}
|
|
1128
|
+
function CountryCode_BE_getInstance() {
|
|
1129
|
+
CountryCode_initEntries();
|
|
1130
|
+
return CountryCode_BE_instance;
|
|
1131
|
+
}
|
|
1132
|
+
function CountryCode_BF_getInstance() {
|
|
1133
|
+
CountryCode_initEntries();
|
|
1134
|
+
return CountryCode_BF_instance;
|
|
1135
|
+
}
|
|
1136
|
+
function CountryCode_BG_getInstance() {
|
|
1137
|
+
CountryCode_initEntries();
|
|
1138
|
+
return CountryCode_BG_instance;
|
|
1139
|
+
}
|
|
1140
|
+
function CountryCode_BH_getInstance() {
|
|
1141
|
+
CountryCode_initEntries();
|
|
1142
|
+
return CountryCode_BH_instance;
|
|
1143
|
+
}
|
|
1144
|
+
function CountryCode_BI_getInstance() {
|
|
1145
|
+
CountryCode_initEntries();
|
|
1146
|
+
return CountryCode_BI_instance;
|
|
1147
|
+
}
|
|
1148
|
+
function CountryCode_BJ_getInstance() {
|
|
1149
|
+
CountryCode_initEntries();
|
|
1150
|
+
return CountryCode_BJ_instance;
|
|
1151
|
+
}
|
|
1152
|
+
function CountryCode_BL_getInstance() {
|
|
1153
|
+
CountryCode_initEntries();
|
|
1154
|
+
return CountryCode_BL_instance;
|
|
1155
|
+
}
|
|
1156
|
+
function CountryCode_BM_getInstance() {
|
|
1157
|
+
CountryCode_initEntries();
|
|
1158
|
+
return CountryCode_BM_instance;
|
|
1159
|
+
}
|
|
1160
|
+
function CountryCode_BN_getInstance() {
|
|
1161
|
+
CountryCode_initEntries();
|
|
1162
|
+
return CountryCode_BN_instance;
|
|
1163
|
+
}
|
|
1164
|
+
function CountryCode_BO_getInstance() {
|
|
1165
|
+
CountryCode_initEntries();
|
|
1166
|
+
return CountryCode_BO_instance;
|
|
1167
|
+
}
|
|
1168
|
+
function CountryCode_BQ_getInstance() {
|
|
1169
|
+
CountryCode_initEntries();
|
|
1170
|
+
return CountryCode_BQ_instance;
|
|
1171
|
+
}
|
|
1172
|
+
function CountryCode_BR_getInstance() {
|
|
1173
|
+
CountryCode_initEntries();
|
|
1174
|
+
return CountryCode_BR_instance;
|
|
1175
|
+
}
|
|
1176
|
+
function CountryCode_BS_getInstance() {
|
|
1177
|
+
CountryCode_initEntries();
|
|
1178
|
+
return CountryCode_BS_instance;
|
|
1179
|
+
}
|
|
1180
|
+
function CountryCode_BT_getInstance() {
|
|
1181
|
+
CountryCode_initEntries();
|
|
1182
|
+
return CountryCode_BT_instance;
|
|
1183
|
+
}
|
|
1184
|
+
function CountryCode_BV_getInstance() {
|
|
1185
|
+
CountryCode_initEntries();
|
|
1186
|
+
return CountryCode_BV_instance;
|
|
1187
|
+
}
|
|
1188
|
+
function CountryCode_BW_getInstance() {
|
|
1189
|
+
CountryCode_initEntries();
|
|
1190
|
+
return CountryCode_BW_instance;
|
|
1191
|
+
}
|
|
1192
|
+
function CountryCode_BY_getInstance() {
|
|
1193
|
+
CountryCode_initEntries();
|
|
1194
|
+
return CountryCode_BY_instance;
|
|
1195
|
+
}
|
|
1196
|
+
function CountryCode_BZ_getInstance() {
|
|
1197
|
+
CountryCode_initEntries();
|
|
1198
|
+
return CountryCode_BZ_instance;
|
|
1199
|
+
}
|
|
1200
|
+
function CountryCode_CA_getInstance() {
|
|
1201
|
+
CountryCode_initEntries();
|
|
1202
|
+
return CountryCode_CA_instance;
|
|
1203
|
+
}
|
|
1204
|
+
function CountryCode_CC_getInstance() {
|
|
1205
|
+
CountryCode_initEntries();
|
|
1206
|
+
return CountryCode_CC_instance;
|
|
1207
|
+
}
|
|
1208
|
+
function CountryCode_CD_getInstance() {
|
|
1209
|
+
CountryCode_initEntries();
|
|
1210
|
+
return CountryCode_CD_instance;
|
|
1211
|
+
}
|
|
1212
|
+
function CountryCode_CF_getInstance() {
|
|
1213
|
+
CountryCode_initEntries();
|
|
1214
|
+
return CountryCode_CF_instance;
|
|
1215
|
+
}
|
|
1216
|
+
function CountryCode_CG_getInstance() {
|
|
1217
|
+
CountryCode_initEntries();
|
|
1218
|
+
return CountryCode_CG_instance;
|
|
1219
|
+
}
|
|
1220
|
+
function CountryCode_CH_getInstance() {
|
|
1221
|
+
CountryCode_initEntries();
|
|
1222
|
+
return CountryCode_CH_instance;
|
|
1223
|
+
}
|
|
1224
|
+
function CountryCode_CI_getInstance() {
|
|
1225
|
+
CountryCode_initEntries();
|
|
1226
|
+
return CountryCode_CI_instance;
|
|
1227
|
+
}
|
|
1228
|
+
function CountryCode_CK_getInstance() {
|
|
1229
|
+
CountryCode_initEntries();
|
|
1230
|
+
return CountryCode_CK_instance;
|
|
1231
|
+
}
|
|
1232
|
+
function CountryCode_CL_getInstance() {
|
|
1233
|
+
CountryCode_initEntries();
|
|
1234
|
+
return CountryCode_CL_instance;
|
|
1235
|
+
}
|
|
1236
|
+
function CountryCode_CM_getInstance() {
|
|
1237
|
+
CountryCode_initEntries();
|
|
1238
|
+
return CountryCode_CM_instance;
|
|
1239
|
+
}
|
|
1240
|
+
function CountryCode_CN_getInstance() {
|
|
1241
|
+
CountryCode_initEntries();
|
|
1242
|
+
return CountryCode_CN_instance;
|
|
1243
|
+
}
|
|
1244
|
+
function CountryCode_CO_getInstance() {
|
|
1245
|
+
CountryCode_initEntries();
|
|
1246
|
+
return CountryCode_CO_instance;
|
|
1247
|
+
}
|
|
1248
|
+
function CountryCode_CR_getInstance() {
|
|
1249
|
+
CountryCode_initEntries();
|
|
1250
|
+
return CountryCode_CR_instance;
|
|
1251
|
+
}
|
|
1252
|
+
function CountryCode_CU_getInstance() {
|
|
1253
|
+
CountryCode_initEntries();
|
|
1254
|
+
return CountryCode_CU_instance;
|
|
1255
|
+
}
|
|
1256
|
+
function CountryCode_CV_getInstance() {
|
|
1257
|
+
CountryCode_initEntries();
|
|
1258
|
+
return CountryCode_CV_instance;
|
|
1259
|
+
}
|
|
1260
|
+
function CountryCode_CW_getInstance() {
|
|
1261
|
+
CountryCode_initEntries();
|
|
1262
|
+
return CountryCode_CW_instance;
|
|
1263
|
+
}
|
|
1264
|
+
function CountryCode_CX_getInstance() {
|
|
1265
|
+
CountryCode_initEntries();
|
|
1266
|
+
return CountryCode_CX_instance;
|
|
1267
|
+
}
|
|
1268
|
+
function CountryCode_CY_getInstance() {
|
|
1269
|
+
CountryCode_initEntries();
|
|
1270
|
+
return CountryCode_CY_instance;
|
|
1271
|
+
}
|
|
1272
|
+
function CountryCode_CZ_getInstance() {
|
|
1273
|
+
CountryCode_initEntries();
|
|
1274
|
+
return CountryCode_CZ_instance;
|
|
1275
|
+
}
|
|
1276
|
+
function CountryCode_DE_getInstance() {
|
|
1277
|
+
CountryCode_initEntries();
|
|
1278
|
+
return CountryCode_DE_instance;
|
|
1279
|
+
}
|
|
1280
|
+
function CountryCode_DJ_getInstance() {
|
|
1281
|
+
CountryCode_initEntries();
|
|
1282
|
+
return CountryCode_DJ_instance;
|
|
1283
|
+
}
|
|
1284
|
+
function CountryCode_DK_getInstance() {
|
|
1285
|
+
CountryCode_initEntries();
|
|
1286
|
+
return CountryCode_DK_instance;
|
|
1287
|
+
}
|
|
1288
|
+
function CountryCode_DM_getInstance() {
|
|
1289
|
+
CountryCode_initEntries();
|
|
1290
|
+
return CountryCode_DM_instance;
|
|
1291
|
+
}
|
|
1292
|
+
function CountryCode_DO_getInstance() {
|
|
1293
|
+
CountryCode_initEntries();
|
|
1294
|
+
return CountryCode_DO_instance;
|
|
1295
|
+
}
|
|
1296
|
+
function CountryCode_DZ_getInstance() {
|
|
1297
|
+
CountryCode_initEntries();
|
|
1298
|
+
return CountryCode_DZ_instance;
|
|
1299
|
+
}
|
|
1300
|
+
function CountryCode_EC_getInstance() {
|
|
1301
|
+
CountryCode_initEntries();
|
|
1302
|
+
return CountryCode_EC_instance;
|
|
1303
|
+
}
|
|
1304
|
+
function CountryCode_EE_getInstance() {
|
|
1305
|
+
CountryCode_initEntries();
|
|
1306
|
+
return CountryCode_EE_instance;
|
|
1307
|
+
}
|
|
1308
|
+
function CountryCode_EG_getInstance() {
|
|
1309
|
+
CountryCode_initEntries();
|
|
1310
|
+
return CountryCode_EG_instance;
|
|
1311
|
+
}
|
|
1312
|
+
function CountryCode_EH_getInstance() {
|
|
1313
|
+
CountryCode_initEntries();
|
|
1314
|
+
return CountryCode_EH_instance;
|
|
1315
|
+
}
|
|
1316
|
+
function CountryCode_ER_getInstance() {
|
|
1317
|
+
CountryCode_initEntries();
|
|
1318
|
+
return CountryCode_ER_instance;
|
|
1319
|
+
}
|
|
1320
|
+
function CountryCode_ES_getInstance() {
|
|
1321
|
+
CountryCode_initEntries();
|
|
1322
|
+
return CountryCode_ES_instance;
|
|
1323
|
+
}
|
|
1324
|
+
function CountryCode_ET_getInstance() {
|
|
1325
|
+
CountryCode_initEntries();
|
|
1326
|
+
return CountryCode_ET_instance;
|
|
1327
|
+
}
|
|
1328
|
+
function CountryCode_FI_getInstance() {
|
|
1329
|
+
CountryCode_initEntries();
|
|
1330
|
+
return CountryCode_FI_instance;
|
|
1331
|
+
}
|
|
1332
|
+
function CountryCode_FJ_getInstance() {
|
|
1333
|
+
CountryCode_initEntries();
|
|
1334
|
+
return CountryCode_FJ_instance;
|
|
1335
|
+
}
|
|
1336
|
+
function CountryCode_FK_getInstance() {
|
|
1337
|
+
CountryCode_initEntries();
|
|
1338
|
+
return CountryCode_FK_instance;
|
|
1339
|
+
}
|
|
1340
|
+
function CountryCode_FM_getInstance() {
|
|
1341
|
+
CountryCode_initEntries();
|
|
1342
|
+
return CountryCode_FM_instance;
|
|
1343
|
+
}
|
|
1344
|
+
function CountryCode_FO_getInstance() {
|
|
1345
|
+
CountryCode_initEntries();
|
|
1346
|
+
return CountryCode_FO_instance;
|
|
1347
|
+
}
|
|
1348
|
+
function CountryCode_FR_getInstance() {
|
|
1349
|
+
CountryCode_initEntries();
|
|
1350
|
+
return CountryCode_FR_instance;
|
|
1351
|
+
}
|
|
1352
|
+
function CountryCode_GA_getInstance() {
|
|
1353
|
+
CountryCode_initEntries();
|
|
1354
|
+
return CountryCode_GA_instance;
|
|
1355
|
+
}
|
|
1356
|
+
function CountryCode_GB_getInstance() {
|
|
1357
|
+
CountryCode_initEntries();
|
|
1358
|
+
return CountryCode_GB_instance;
|
|
1359
|
+
}
|
|
1360
|
+
function CountryCode_GD_getInstance() {
|
|
1361
|
+
CountryCode_initEntries();
|
|
1362
|
+
return CountryCode_GD_instance;
|
|
1363
|
+
}
|
|
1364
|
+
function CountryCode_GE_getInstance() {
|
|
1365
|
+
CountryCode_initEntries();
|
|
1366
|
+
return CountryCode_GE_instance;
|
|
1367
|
+
}
|
|
1368
|
+
function CountryCode_GF_getInstance() {
|
|
1369
|
+
CountryCode_initEntries();
|
|
1370
|
+
return CountryCode_GF_instance;
|
|
1371
|
+
}
|
|
1372
|
+
function CountryCode_GG_getInstance() {
|
|
1373
|
+
CountryCode_initEntries();
|
|
1374
|
+
return CountryCode_GG_instance;
|
|
1375
|
+
}
|
|
1376
|
+
function CountryCode_GH_getInstance() {
|
|
1377
|
+
CountryCode_initEntries();
|
|
1378
|
+
return CountryCode_GH_instance;
|
|
1379
|
+
}
|
|
1380
|
+
function CountryCode_GI_getInstance() {
|
|
1381
|
+
CountryCode_initEntries();
|
|
1382
|
+
return CountryCode_GI_instance;
|
|
1383
|
+
}
|
|
1384
|
+
function CountryCode_GL_getInstance() {
|
|
1385
|
+
CountryCode_initEntries();
|
|
1386
|
+
return CountryCode_GL_instance;
|
|
1387
|
+
}
|
|
1388
|
+
function CountryCode_GM_getInstance() {
|
|
1389
|
+
CountryCode_initEntries();
|
|
1390
|
+
return CountryCode_GM_instance;
|
|
1391
|
+
}
|
|
1392
|
+
function CountryCode_GN_getInstance() {
|
|
1393
|
+
CountryCode_initEntries();
|
|
1394
|
+
return CountryCode_GN_instance;
|
|
1395
|
+
}
|
|
1396
|
+
function CountryCode_GP_getInstance() {
|
|
1397
|
+
CountryCode_initEntries();
|
|
1398
|
+
return CountryCode_GP_instance;
|
|
1399
|
+
}
|
|
1400
|
+
function CountryCode_GQ_getInstance() {
|
|
1401
|
+
CountryCode_initEntries();
|
|
1402
|
+
return CountryCode_GQ_instance;
|
|
1403
|
+
}
|
|
1404
|
+
function CountryCode_GR_getInstance() {
|
|
1405
|
+
CountryCode_initEntries();
|
|
1406
|
+
return CountryCode_GR_instance;
|
|
1407
|
+
}
|
|
1408
|
+
function CountryCode_GS_getInstance() {
|
|
1409
|
+
CountryCode_initEntries();
|
|
1410
|
+
return CountryCode_GS_instance;
|
|
1411
|
+
}
|
|
1412
|
+
function CountryCode_GT_getInstance() {
|
|
1413
|
+
CountryCode_initEntries();
|
|
1414
|
+
return CountryCode_GT_instance;
|
|
1415
|
+
}
|
|
1416
|
+
function CountryCode_GU_getInstance() {
|
|
1417
|
+
CountryCode_initEntries();
|
|
1418
|
+
return CountryCode_GU_instance;
|
|
1419
|
+
}
|
|
1420
|
+
function CountryCode_GW_getInstance() {
|
|
1421
|
+
CountryCode_initEntries();
|
|
1422
|
+
return CountryCode_GW_instance;
|
|
1423
|
+
}
|
|
1424
|
+
function CountryCode_GY_getInstance() {
|
|
1425
|
+
CountryCode_initEntries();
|
|
1426
|
+
return CountryCode_GY_instance;
|
|
1427
|
+
}
|
|
1428
|
+
function CountryCode_HK_getInstance() {
|
|
1429
|
+
CountryCode_initEntries();
|
|
1430
|
+
return CountryCode_HK_instance;
|
|
1431
|
+
}
|
|
1432
|
+
function CountryCode_HM_getInstance() {
|
|
1433
|
+
CountryCode_initEntries();
|
|
1434
|
+
return CountryCode_HM_instance;
|
|
1435
|
+
}
|
|
1436
|
+
function CountryCode_HN_getInstance() {
|
|
1437
|
+
CountryCode_initEntries();
|
|
1438
|
+
return CountryCode_HN_instance;
|
|
1439
|
+
}
|
|
1440
|
+
function CountryCode_HR_getInstance() {
|
|
1441
|
+
CountryCode_initEntries();
|
|
1442
|
+
return CountryCode_HR_instance;
|
|
1443
|
+
}
|
|
1444
|
+
function CountryCode_HT_getInstance() {
|
|
1445
|
+
CountryCode_initEntries();
|
|
1446
|
+
return CountryCode_HT_instance;
|
|
1447
|
+
}
|
|
1448
|
+
function CountryCode_HU_getInstance() {
|
|
1449
|
+
CountryCode_initEntries();
|
|
1450
|
+
return CountryCode_HU_instance;
|
|
1451
|
+
}
|
|
1452
|
+
function CountryCode_ID_getInstance() {
|
|
1453
|
+
CountryCode_initEntries();
|
|
1454
|
+
return CountryCode_ID_instance;
|
|
1455
|
+
}
|
|
1456
|
+
function CountryCode_IE_getInstance() {
|
|
1457
|
+
CountryCode_initEntries();
|
|
1458
|
+
return CountryCode_IE_instance;
|
|
1459
|
+
}
|
|
1460
|
+
function CountryCode_IL_getInstance() {
|
|
1461
|
+
CountryCode_initEntries();
|
|
1462
|
+
return CountryCode_IL_instance;
|
|
1463
|
+
}
|
|
1464
|
+
function CountryCode_IM_getInstance() {
|
|
1465
|
+
CountryCode_initEntries();
|
|
1466
|
+
return CountryCode_IM_instance;
|
|
1467
|
+
}
|
|
1468
|
+
function CountryCode_IN_getInstance() {
|
|
1469
|
+
CountryCode_initEntries();
|
|
1470
|
+
return CountryCode_IN_instance;
|
|
1471
|
+
}
|
|
1472
|
+
function CountryCode_IO_getInstance() {
|
|
1473
|
+
CountryCode_initEntries();
|
|
1474
|
+
return CountryCode_IO_instance;
|
|
1475
|
+
}
|
|
1476
|
+
function CountryCode_IQ_getInstance() {
|
|
1477
|
+
CountryCode_initEntries();
|
|
1478
|
+
return CountryCode_IQ_instance;
|
|
1479
|
+
}
|
|
1480
|
+
function CountryCode_IR_getInstance() {
|
|
1481
|
+
CountryCode_initEntries();
|
|
1482
|
+
return CountryCode_IR_instance;
|
|
1483
|
+
}
|
|
1484
|
+
function CountryCode_IS_getInstance() {
|
|
1485
|
+
CountryCode_initEntries();
|
|
1486
|
+
return CountryCode_IS_instance;
|
|
1487
|
+
}
|
|
1488
|
+
function CountryCode_IT_getInstance() {
|
|
1489
|
+
CountryCode_initEntries();
|
|
1490
|
+
return CountryCode_IT_instance;
|
|
1491
|
+
}
|
|
1492
|
+
function CountryCode_JE_getInstance() {
|
|
1493
|
+
CountryCode_initEntries();
|
|
1494
|
+
return CountryCode_JE_instance;
|
|
1495
|
+
}
|
|
1496
|
+
function CountryCode_JM_getInstance() {
|
|
1497
|
+
CountryCode_initEntries();
|
|
1498
|
+
return CountryCode_JM_instance;
|
|
1499
|
+
}
|
|
1500
|
+
function CountryCode_JO_getInstance() {
|
|
1501
|
+
CountryCode_initEntries();
|
|
1502
|
+
return CountryCode_JO_instance;
|
|
1503
|
+
}
|
|
1504
|
+
function CountryCode_JP_getInstance() {
|
|
1505
|
+
CountryCode_initEntries();
|
|
1506
|
+
return CountryCode_JP_instance;
|
|
1507
|
+
}
|
|
1508
|
+
function CountryCode_KE_getInstance() {
|
|
1509
|
+
CountryCode_initEntries();
|
|
1510
|
+
return CountryCode_KE_instance;
|
|
1511
|
+
}
|
|
1512
|
+
function CountryCode_KG_getInstance() {
|
|
1513
|
+
CountryCode_initEntries();
|
|
1514
|
+
return CountryCode_KG_instance;
|
|
1515
|
+
}
|
|
1516
|
+
function CountryCode_KH_getInstance() {
|
|
1517
|
+
CountryCode_initEntries();
|
|
1518
|
+
return CountryCode_KH_instance;
|
|
1519
|
+
}
|
|
1520
|
+
function CountryCode_KI_getInstance() {
|
|
1521
|
+
CountryCode_initEntries();
|
|
1522
|
+
return CountryCode_KI_instance;
|
|
1523
|
+
}
|
|
1524
|
+
function CountryCode_KM_getInstance() {
|
|
1525
|
+
CountryCode_initEntries();
|
|
1526
|
+
return CountryCode_KM_instance;
|
|
1527
|
+
}
|
|
1528
|
+
function CountryCode_KN_getInstance() {
|
|
1529
|
+
CountryCode_initEntries();
|
|
1530
|
+
return CountryCode_KN_instance;
|
|
1531
|
+
}
|
|
1532
|
+
function CountryCode_KP_getInstance() {
|
|
1533
|
+
CountryCode_initEntries();
|
|
1534
|
+
return CountryCode_KP_instance;
|
|
1535
|
+
}
|
|
1536
|
+
function CountryCode_KR_getInstance() {
|
|
1537
|
+
CountryCode_initEntries();
|
|
1538
|
+
return CountryCode_KR_instance;
|
|
1539
|
+
}
|
|
1540
|
+
function CountryCode_KW_getInstance() {
|
|
1541
|
+
CountryCode_initEntries();
|
|
1542
|
+
return CountryCode_KW_instance;
|
|
1543
|
+
}
|
|
1544
|
+
function CountryCode_KY_getInstance() {
|
|
1545
|
+
CountryCode_initEntries();
|
|
1546
|
+
return CountryCode_KY_instance;
|
|
1547
|
+
}
|
|
1548
|
+
function CountryCode_KZ_getInstance() {
|
|
1549
|
+
CountryCode_initEntries();
|
|
1550
|
+
return CountryCode_KZ_instance;
|
|
1551
|
+
}
|
|
1552
|
+
function CountryCode_LA_getInstance() {
|
|
1553
|
+
CountryCode_initEntries();
|
|
1554
|
+
return CountryCode_LA_instance;
|
|
1555
|
+
}
|
|
1556
|
+
function CountryCode_LB_getInstance() {
|
|
1557
|
+
CountryCode_initEntries();
|
|
1558
|
+
return CountryCode_LB_instance;
|
|
1559
|
+
}
|
|
1560
|
+
function CountryCode_LC_getInstance() {
|
|
1561
|
+
CountryCode_initEntries();
|
|
1562
|
+
return CountryCode_LC_instance;
|
|
1563
|
+
}
|
|
1564
|
+
function CountryCode_LI_getInstance() {
|
|
1565
|
+
CountryCode_initEntries();
|
|
1566
|
+
return CountryCode_LI_instance;
|
|
1567
|
+
}
|
|
1568
|
+
function CountryCode_LK_getInstance() {
|
|
1569
|
+
CountryCode_initEntries();
|
|
1570
|
+
return CountryCode_LK_instance;
|
|
1571
|
+
}
|
|
1572
|
+
function CountryCode_LR_getInstance() {
|
|
1573
|
+
CountryCode_initEntries();
|
|
1574
|
+
return CountryCode_LR_instance;
|
|
1575
|
+
}
|
|
1576
|
+
function CountryCode_LS_getInstance() {
|
|
1577
|
+
CountryCode_initEntries();
|
|
1578
|
+
return CountryCode_LS_instance;
|
|
1579
|
+
}
|
|
1580
|
+
function CountryCode_LT_getInstance() {
|
|
1581
|
+
CountryCode_initEntries();
|
|
1582
|
+
return CountryCode_LT_instance;
|
|
1583
|
+
}
|
|
1584
|
+
function CountryCode_LU_getInstance() {
|
|
1585
|
+
CountryCode_initEntries();
|
|
1586
|
+
return CountryCode_LU_instance;
|
|
1587
|
+
}
|
|
1588
|
+
function CountryCode_LV_getInstance() {
|
|
1589
|
+
CountryCode_initEntries();
|
|
1590
|
+
return CountryCode_LV_instance;
|
|
1591
|
+
}
|
|
1592
|
+
function CountryCode_LY_getInstance() {
|
|
1593
|
+
CountryCode_initEntries();
|
|
1594
|
+
return CountryCode_LY_instance;
|
|
1595
|
+
}
|
|
1596
|
+
function CountryCode_MA_getInstance() {
|
|
1597
|
+
CountryCode_initEntries();
|
|
1598
|
+
return CountryCode_MA_instance;
|
|
1599
|
+
}
|
|
1600
|
+
function CountryCode_MC_getInstance() {
|
|
1601
|
+
CountryCode_initEntries();
|
|
1602
|
+
return CountryCode_MC_instance;
|
|
1603
|
+
}
|
|
1604
|
+
function CountryCode_MD_getInstance() {
|
|
1605
|
+
CountryCode_initEntries();
|
|
1606
|
+
return CountryCode_MD_instance;
|
|
1607
|
+
}
|
|
1608
|
+
function CountryCode_ME_getInstance() {
|
|
1609
|
+
CountryCode_initEntries();
|
|
1610
|
+
return CountryCode_ME_instance;
|
|
1611
|
+
}
|
|
1612
|
+
function CountryCode_MF_getInstance() {
|
|
1613
|
+
CountryCode_initEntries();
|
|
1614
|
+
return CountryCode_MF_instance;
|
|
1615
|
+
}
|
|
1616
|
+
function CountryCode_MG_getInstance() {
|
|
1617
|
+
CountryCode_initEntries();
|
|
1618
|
+
return CountryCode_MG_instance;
|
|
1619
|
+
}
|
|
1620
|
+
function CountryCode_MH_getInstance() {
|
|
1621
|
+
CountryCode_initEntries();
|
|
1622
|
+
return CountryCode_MH_instance;
|
|
1623
|
+
}
|
|
1624
|
+
function CountryCode_MK_getInstance() {
|
|
1625
|
+
CountryCode_initEntries();
|
|
1626
|
+
return CountryCode_MK_instance;
|
|
1627
|
+
}
|
|
1628
|
+
function CountryCode_ML_getInstance() {
|
|
1629
|
+
CountryCode_initEntries();
|
|
1630
|
+
return CountryCode_ML_instance;
|
|
1631
|
+
}
|
|
1632
|
+
function CountryCode_MM_getInstance() {
|
|
1633
|
+
CountryCode_initEntries();
|
|
1634
|
+
return CountryCode_MM_instance;
|
|
1635
|
+
}
|
|
1636
|
+
function CountryCode_MN_getInstance() {
|
|
1637
|
+
CountryCode_initEntries();
|
|
1638
|
+
return CountryCode_MN_instance;
|
|
1639
|
+
}
|
|
1640
|
+
function CountryCode_MO_getInstance() {
|
|
1641
|
+
CountryCode_initEntries();
|
|
1642
|
+
return CountryCode_MO_instance;
|
|
1643
|
+
}
|
|
1644
|
+
function CountryCode_MP_getInstance() {
|
|
1645
|
+
CountryCode_initEntries();
|
|
1646
|
+
return CountryCode_MP_instance;
|
|
1647
|
+
}
|
|
1648
|
+
function CountryCode_MQ_getInstance() {
|
|
1649
|
+
CountryCode_initEntries();
|
|
1650
|
+
return CountryCode_MQ_instance;
|
|
1651
|
+
}
|
|
1652
|
+
function CountryCode_MR_getInstance() {
|
|
1653
|
+
CountryCode_initEntries();
|
|
1654
|
+
return CountryCode_MR_instance;
|
|
1655
|
+
}
|
|
1656
|
+
function CountryCode_MS_getInstance() {
|
|
1657
|
+
CountryCode_initEntries();
|
|
1658
|
+
return CountryCode_MS_instance;
|
|
1659
|
+
}
|
|
1660
|
+
function CountryCode_MT_getInstance() {
|
|
1661
|
+
CountryCode_initEntries();
|
|
1662
|
+
return CountryCode_MT_instance;
|
|
1663
|
+
}
|
|
1664
|
+
function CountryCode_MU_getInstance() {
|
|
1665
|
+
CountryCode_initEntries();
|
|
1666
|
+
return CountryCode_MU_instance;
|
|
1667
|
+
}
|
|
1668
|
+
function CountryCode_MV_getInstance() {
|
|
1669
|
+
CountryCode_initEntries();
|
|
1670
|
+
return CountryCode_MV_instance;
|
|
1671
|
+
}
|
|
1672
|
+
function CountryCode_MW_getInstance() {
|
|
1673
|
+
CountryCode_initEntries();
|
|
1674
|
+
return CountryCode_MW_instance;
|
|
1675
|
+
}
|
|
1676
|
+
function CountryCode_MX_getInstance() {
|
|
1677
|
+
CountryCode_initEntries();
|
|
1678
|
+
return CountryCode_MX_instance;
|
|
1679
|
+
}
|
|
1680
|
+
function CountryCode_MY_getInstance() {
|
|
1681
|
+
CountryCode_initEntries();
|
|
1682
|
+
return CountryCode_MY_instance;
|
|
1683
|
+
}
|
|
1684
|
+
function CountryCode_MZ_getInstance() {
|
|
1685
|
+
CountryCode_initEntries();
|
|
1686
|
+
return CountryCode_MZ_instance;
|
|
1687
|
+
}
|
|
1688
|
+
function CountryCode_NA_getInstance() {
|
|
1689
|
+
CountryCode_initEntries();
|
|
1690
|
+
return CountryCode_NA_instance;
|
|
1691
|
+
}
|
|
1692
|
+
function CountryCode_NC_getInstance() {
|
|
1693
|
+
CountryCode_initEntries();
|
|
1694
|
+
return CountryCode_NC_instance;
|
|
1695
|
+
}
|
|
1696
|
+
function CountryCode_NE_getInstance() {
|
|
1697
|
+
CountryCode_initEntries();
|
|
1698
|
+
return CountryCode_NE_instance;
|
|
1699
|
+
}
|
|
1700
|
+
function CountryCode_NF_getInstance() {
|
|
1701
|
+
CountryCode_initEntries();
|
|
1702
|
+
return CountryCode_NF_instance;
|
|
1703
|
+
}
|
|
1704
|
+
function CountryCode_NG_getInstance() {
|
|
1705
|
+
CountryCode_initEntries();
|
|
1706
|
+
return CountryCode_NG_instance;
|
|
1707
|
+
}
|
|
1708
|
+
function CountryCode_NI_getInstance() {
|
|
1709
|
+
CountryCode_initEntries();
|
|
1710
|
+
return CountryCode_NI_instance;
|
|
1711
|
+
}
|
|
1712
|
+
function CountryCode_NL_getInstance() {
|
|
1713
|
+
CountryCode_initEntries();
|
|
1714
|
+
return CountryCode_NL_instance;
|
|
1715
|
+
}
|
|
1716
|
+
function CountryCode_NO_getInstance() {
|
|
1717
|
+
CountryCode_initEntries();
|
|
1718
|
+
return CountryCode_NO_instance;
|
|
1719
|
+
}
|
|
1720
|
+
function CountryCode_NP_getInstance() {
|
|
1721
|
+
CountryCode_initEntries();
|
|
1722
|
+
return CountryCode_NP_instance;
|
|
1723
|
+
}
|
|
1724
|
+
function CountryCode_NR_getInstance() {
|
|
1725
|
+
CountryCode_initEntries();
|
|
1726
|
+
return CountryCode_NR_instance;
|
|
1727
|
+
}
|
|
1728
|
+
function CountryCode_NU_getInstance() {
|
|
1729
|
+
CountryCode_initEntries();
|
|
1730
|
+
return CountryCode_NU_instance;
|
|
1731
|
+
}
|
|
1732
|
+
function CountryCode_NZ_getInstance() {
|
|
1733
|
+
CountryCode_initEntries();
|
|
1734
|
+
return CountryCode_NZ_instance;
|
|
1735
|
+
}
|
|
1736
|
+
function CountryCode_OM_getInstance() {
|
|
1737
|
+
CountryCode_initEntries();
|
|
1738
|
+
return CountryCode_OM_instance;
|
|
1739
|
+
}
|
|
1740
|
+
function CountryCode_PA_getInstance() {
|
|
1741
|
+
CountryCode_initEntries();
|
|
1742
|
+
return CountryCode_PA_instance;
|
|
1743
|
+
}
|
|
1744
|
+
function CountryCode_PE_getInstance() {
|
|
1745
|
+
CountryCode_initEntries();
|
|
1746
|
+
return CountryCode_PE_instance;
|
|
1747
|
+
}
|
|
1748
|
+
function CountryCode_PF_getInstance() {
|
|
1749
|
+
CountryCode_initEntries();
|
|
1750
|
+
return CountryCode_PF_instance;
|
|
1751
|
+
}
|
|
1752
|
+
function CountryCode_PG_getInstance() {
|
|
1753
|
+
CountryCode_initEntries();
|
|
1754
|
+
return CountryCode_PG_instance;
|
|
1755
|
+
}
|
|
1756
|
+
function CountryCode_PH_getInstance() {
|
|
1757
|
+
CountryCode_initEntries();
|
|
1758
|
+
return CountryCode_PH_instance;
|
|
1759
|
+
}
|
|
1760
|
+
function CountryCode_PK_getInstance() {
|
|
1761
|
+
CountryCode_initEntries();
|
|
1762
|
+
return CountryCode_PK_instance;
|
|
1763
|
+
}
|
|
1764
|
+
function CountryCode_PL_getInstance() {
|
|
1765
|
+
CountryCode_initEntries();
|
|
1766
|
+
return CountryCode_PL_instance;
|
|
1767
|
+
}
|
|
1768
|
+
function CountryCode_PM_getInstance() {
|
|
1769
|
+
CountryCode_initEntries();
|
|
1770
|
+
return CountryCode_PM_instance;
|
|
1771
|
+
}
|
|
1772
|
+
function CountryCode_PN_getInstance() {
|
|
1773
|
+
CountryCode_initEntries();
|
|
1774
|
+
return CountryCode_PN_instance;
|
|
1775
|
+
}
|
|
1776
|
+
function CountryCode_PR_getInstance() {
|
|
1777
|
+
CountryCode_initEntries();
|
|
1778
|
+
return CountryCode_PR_instance;
|
|
1779
|
+
}
|
|
1780
|
+
function CountryCode_PS_getInstance() {
|
|
1781
|
+
CountryCode_initEntries();
|
|
1782
|
+
return CountryCode_PS_instance;
|
|
1783
|
+
}
|
|
1784
|
+
function CountryCode_PT_getInstance() {
|
|
1785
|
+
CountryCode_initEntries();
|
|
1786
|
+
return CountryCode_PT_instance;
|
|
1787
|
+
}
|
|
1788
|
+
function CountryCode_PW_getInstance() {
|
|
1789
|
+
CountryCode_initEntries();
|
|
1790
|
+
return CountryCode_PW_instance;
|
|
1791
|
+
}
|
|
1792
|
+
function CountryCode_PY_getInstance() {
|
|
1793
|
+
CountryCode_initEntries();
|
|
1794
|
+
return CountryCode_PY_instance;
|
|
1795
|
+
}
|
|
1796
|
+
function CountryCode_QA_getInstance() {
|
|
1797
|
+
CountryCode_initEntries();
|
|
1798
|
+
return CountryCode_QA_instance;
|
|
1799
|
+
}
|
|
1800
|
+
function CountryCode_RE_getInstance() {
|
|
1801
|
+
CountryCode_initEntries();
|
|
1802
|
+
return CountryCode_RE_instance;
|
|
1803
|
+
}
|
|
1804
|
+
function CountryCode_RO_getInstance() {
|
|
1805
|
+
CountryCode_initEntries();
|
|
1806
|
+
return CountryCode_RO_instance;
|
|
1807
|
+
}
|
|
1808
|
+
function CountryCode_RS_getInstance() {
|
|
1809
|
+
CountryCode_initEntries();
|
|
1810
|
+
return CountryCode_RS_instance;
|
|
1811
|
+
}
|
|
1812
|
+
function CountryCode_RU_getInstance() {
|
|
1813
|
+
CountryCode_initEntries();
|
|
1814
|
+
return CountryCode_RU_instance;
|
|
1815
|
+
}
|
|
1816
|
+
function CountryCode_RW_getInstance() {
|
|
1817
|
+
CountryCode_initEntries();
|
|
1818
|
+
return CountryCode_RW_instance;
|
|
1819
|
+
}
|
|
1820
|
+
function CountryCode_SA_getInstance() {
|
|
1821
|
+
CountryCode_initEntries();
|
|
1822
|
+
return CountryCode_SA_instance;
|
|
1823
|
+
}
|
|
1824
|
+
function CountryCode_SB_getInstance() {
|
|
1825
|
+
CountryCode_initEntries();
|
|
1826
|
+
return CountryCode_SB_instance;
|
|
1827
|
+
}
|
|
1828
|
+
function CountryCode_SC_getInstance() {
|
|
1829
|
+
CountryCode_initEntries();
|
|
1830
|
+
return CountryCode_SC_instance;
|
|
1831
|
+
}
|
|
1832
|
+
function CountryCode_SD_getInstance() {
|
|
1833
|
+
CountryCode_initEntries();
|
|
1834
|
+
return CountryCode_SD_instance;
|
|
1835
|
+
}
|
|
1836
|
+
function CountryCode_SE_getInstance() {
|
|
1837
|
+
CountryCode_initEntries();
|
|
1838
|
+
return CountryCode_SE_instance;
|
|
1839
|
+
}
|
|
1840
|
+
function CountryCode_SG_getInstance() {
|
|
1841
|
+
CountryCode_initEntries();
|
|
1842
|
+
return CountryCode_SG_instance;
|
|
1843
|
+
}
|
|
1844
|
+
function CountryCode_SH_getInstance() {
|
|
1845
|
+
CountryCode_initEntries();
|
|
1846
|
+
return CountryCode_SH_instance;
|
|
1847
|
+
}
|
|
1848
|
+
function CountryCode_SI_getInstance() {
|
|
1849
|
+
CountryCode_initEntries();
|
|
1850
|
+
return CountryCode_SI_instance;
|
|
1851
|
+
}
|
|
1852
|
+
function CountryCode_SJ_getInstance() {
|
|
1853
|
+
CountryCode_initEntries();
|
|
1854
|
+
return CountryCode_SJ_instance;
|
|
1855
|
+
}
|
|
1856
|
+
function CountryCode_SK_getInstance() {
|
|
1857
|
+
CountryCode_initEntries();
|
|
1858
|
+
return CountryCode_SK_instance;
|
|
1859
|
+
}
|
|
1860
|
+
function CountryCode_SL_getInstance() {
|
|
1861
|
+
CountryCode_initEntries();
|
|
1862
|
+
return CountryCode_SL_instance;
|
|
1863
|
+
}
|
|
1864
|
+
function CountryCode_SM_getInstance() {
|
|
1865
|
+
CountryCode_initEntries();
|
|
1866
|
+
return CountryCode_SM_instance;
|
|
1867
|
+
}
|
|
1868
|
+
function CountryCode_SN_getInstance() {
|
|
1869
|
+
CountryCode_initEntries();
|
|
1870
|
+
return CountryCode_SN_instance;
|
|
1871
|
+
}
|
|
1872
|
+
function CountryCode_SO_getInstance() {
|
|
1873
|
+
CountryCode_initEntries();
|
|
1874
|
+
return CountryCode_SO_instance;
|
|
1875
|
+
}
|
|
1876
|
+
function CountryCode_SR_getInstance() {
|
|
1877
|
+
CountryCode_initEntries();
|
|
1878
|
+
return CountryCode_SR_instance;
|
|
1879
|
+
}
|
|
1880
|
+
function CountryCode_SS_getInstance() {
|
|
1881
|
+
CountryCode_initEntries();
|
|
1882
|
+
return CountryCode_SS_instance;
|
|
1883
|
+
}
|
|
1884
|
+
function CountryCode_ST_getInstance() {
|
|
1885
|
+
CountryCode_initEntries();
|
|
1886
|
+
return CountryCode_ST_instance;
|
|
1887
|
+
}
|
|
1888
|
+
function CountryCode_SV_getInstance() {
|
|
1889
|
+
CountryCode_initEntries();
|
|
1890
|
+
return CountryCode_SV_instance;
|
|
1891
|
+
}
|
|
1892
|
+
function CountryCode_SX_getInstance() {
|
|
1893
|
+
CountryCode_initEntries();
|
|
1894
|
+
return CountryCode_SX_instance;
|
|
1895
|
+
}
|
|
1896
|
+
function CountryCode_SY_getInstance() {
|
|
1897
|
+
CountryCode_initEntries();
|
|
1898
|
+
return CountryCode_SY_instance;
|
|
1899
|
+
}
|
|
1900
|
+
function CountryCode_SZ_getInstance() {
|
|
1901
|
+
CountryCode_initEntries();
|
|
1902
|
+
return CountryCode_SZ_instance;
|
|
1903
|
+
}
|
|
1904
|
+
function CountryCode_TC_getInstance() {
|
|
1905
|
+
CountryCode_initEntries();
|
|
1906
|
+
return CountryCode_TC_instance;
|
|
1907
|
+
}
|
|
1908
|
+
function CountryCode_TD_getInstance() {
|
|
1909
|
+
CountryCode_initEntries();
|
|
1910
|
+
return CountryCode_TD_instance;
|
|
1911
|
+
}
|
|
1912
|
+
function CountryCode_TF_getInstance() {
|
|
1913
|
+
CountryCode_initEntries();
|
|
1914
|
+
return CountryCode_TF_instance;
|
|
1915
|
+
}
|
|
1916
|
+
function CountryCode_TG_getInstance() {
|
|
1917
|
+
CountryCode_initEntries();
|
|
1918
|
+
return CountryCode_TG_instance;
|
|
1919
|
+
}
|
|
1920
|
+
function CountryCode_TH_getInstance() {
|
|
1921
|
+
CountryCode_initEntries();
|
|
1922
|
+
return CountryCode_TH_instance;
|
|
1923
|
+
}
|
|
1924
|
+
function CountryCode_TJ_getInstance() {
|
|
1925
|
+
CountryCode_initEntries();
|
|
1926
|
+
return CountryCode_TJ_instance;
|
|
1927
|
+
}
|
|
1928
|
+
function CountryCode_TK_getInstance() {
|
|
1929
|
+
CountryCode_initEntries();
|
|
1930
|
+
return CountryCode_TK_instance;
|
|
1931
|
+
}
|
|
1932
|
+
function CountryCode_TL_getInstance() {
|
|
1933
|
+
CountryCode_initEntries();
|
|
1934
|
+
return CountryCode_TL_instance;
|
|
1935
|
+
}
|
|
1936
|
+
function CountryCode_TM_getInstance() {
|
|
1937
|
+
CountryCode_initEntries();
|
|
1938
|
+
return CountryCode_TM_instance;
|
|
1939
|
+
}
|
|
1940
|
+
function CountryCode_TN_getInstance() {
|
|
1941
|
+
CountryCode_initEntries();
|
|
1942
|
+
return CountryCode_TN_instance;
|
|
1943
|
+
}
|
|
1944
|
+
function CountryCode_TO_getInstance() {
|
|
1945
|
+
CountryCode_initEntries();
|
|
1946
|
+
return CountryCode_TO_instance;
|
|
1947
|
+
}
|
|
1948
|
+
function CountryCode_TR_getInstance() {
|
|
1949
|
+
CountryCode_initEntries();
|
|
1950
|
+
return CountryCode_TR_instance;
|
|
1951
|
+
}
|
|
1952
|
+
function CountryCode_TT_getInstance() {
|
|
1953
|
+
CountryCode_initEntries();
|
|
1954
|
+
return CountryCode_TT_instance;
|
|
1955
|
+
}
|
|
1956
|
+
function CountryCode_TV_getInstance() {
|
|
1957
|
+
CountryCode_initEntries();
|
|
1958
|
+
return CountryCode_TV_instance;
|
|
1959
|
+
}
|
|
1960
|
+
function CountryCode_TW_getInstance() {
|
|
1961
|
+
CountryCode_initEntries();
|
|
1962
|
+
return CountryCode_TW_instance;
|
|
1963
|
+
}
|
|
1964
|
+
function CountryCode_TZ_getInstance() {
|
|
1965
|
+
CountryCode_initEntries();
|
|
1966
|
+
return CountryCode_TZ_instance;
|
|
1967
|
+
}
|
|
1968
|
+
function CountryCode_UA_getInstance() {
|
|
1969
|
+
CountryCode_initEntries();
|
|
1970
|
+
return CountryCode_UA_instance;
|
|
1971
|
+
}
|
|
1972
|
+
function CountryCode_UG_getInstance() {
|
|
1973
|
+
CountryCode_initEntries();
|
|
1974
|
+
return CountryCode_UG_instance;
|
|
1975
|
+
}
|
|
1976
|
+
function CountryCode_UM_getInstance() {
|
|
1977
|
+
CountryCode_initEntries();
|
|
1978
|
+
return CountryCode_UM_instance;
|
|
1979
|
+
}
|
|
1980
|
+
function CountryCode_US_getInstance() {
|
|
1981
|
+
CountryCode_initEntries();
|
|
1982
|
+
return CountryCode_US_instance;
|
|
1983
|
+
}
|
|
1984
|
+
function CountryCode_UY_getInstance() {
|
|
1985
|
+
CountryCode_initEntries();
|
|
1986
|
+
return CountryCode_UY_instance;
|
|
1987
|
+
}
|
|
1988
|
+
function CountryCode_UZ_getInstance() {
|
|
1989
|
+
CountryCode_initEntries();
|
|
1990
|
+
return CountryCode_UZ_instance;
|
|
1991
|
+
}
|
|
1992
|
+
function CountryCode_VA_getInstance() {
|
|
1993
|
+
CountryCode_initEntries();
|
|
1994
|
+
return CountryCode_VA_instance;
|
|
1995
|
+
}
|
|
1996
|
+
function CountryCode_VC_getInstance() {
|
|
1997
|
+
CountryCode_initEntries();
|
|
1998
|
+
return CountryCode_VC_instance;
|
|
1999
|
+
}
|
|
2000
|
+
function CountryCode_VE_getInstance() {
|
|
2001
|
+
CountryCode_initEntries();
|
|
2002
|
+
return CountryCode_VE_instance;
|
|
2003
|
+
}
|
|
2004
|
+
function CountryCode_VG_getInstance() {
|
|
2005
|
+
CountryCode_initEntries();
|
|
2006
|
+
return CountryCode_VG_instance;
|
|
2007
|
+
}
|
|
2008
|
+
function CountryCode_VI_getInstance() {
|
|
2009
|
+
CountryCode_initEntries();
|
|
2010
|
+
return CountryCode_VI_instance;
|
|
2011
|
+
}
|
|
2012
|
+
function CountryCode_VN_getInstance() {
|
|
2013
|
+
CountryCode_initEntries();
|
|
2014
|
+
return CountryCode_VN_instance;
|
|
2015
|
+
}
|
|
2016
|
+
function CountryCode_VU_getInstance() {
|
|
2017
|
+
CountryCode_initEntries();
|
|
2018
|
+
return CountryCode_VU_instance;
|
|
2019
|
+
}
|
|
2020
|
+
function CountryCode_WF_getInstance() {
|
|
2021
|
+
CountryCode_initEntries();
|
|
2022
|
+
return CountryCode_WF_instance;
|
|
2023
|
+
}
|
|
2024
|
+
function CountryCode_WS_getInstance() {
|
|
2025
|
+
CountryCode_initEntries();
|
|
2026
|
+
return CountryCode_WS_instance;
|
|
2027
|
+
}
|
|
2028
|
+
function CountryCode_YE_getInstance() {
|
|
2029
|
+
CountryCode_initEntries();
|
|
2030
|
+
return CountryCode_YE_instance;
|
|
2031
|
+
}
|
|
2032
|
+
function CountryCode_YT_getInstance() {
|
|
2033
|
+
CountryCode_initEntries();
|
|
2034
|
+
return CountryCode_YT_instance;
|
|
2035
|
+
}
|
|
2036
|
+
function CountryCode_ZA_getInstance() {
|
|
2037
|
+
CountryCode_initEntries();
|
|
2038
|
+
return CountryCode_ZA_instance;
|
|
2039
|
+
}
|
|
2040
|
+
function CountryCode_ZM_getInstance() {
|
|
2041
|
+
CountryCode_initEntries();
|
|
2042
|
+
return CountryCode_ZM_instance;
|
|
2043
|
+
}
|
|
2044
|
+
function CountryCode_ZW_getInstance() {
|
|
2045
|
+
CountryCode_initEntries();
|
|
2046
|
+
return CountryCode_ZW_instance;
|
|
2047
|
+
}
|
|
2048
|
+
function ZipCodeFormat() {
|
|
2049
|
+
}
|
|
2050
|
+
protoOf(ZipCodeFormat).regexFromCountryCode = function (countryCode) {
|
|
2051
|
+
var tmp;
|
|
2052
|
+
switch (countryCode.r_1) {
|
|
2053
|
+
case 0:
|
|
2054
|
+
tmp = 'AD[1-7]0\\d';
|
|
2055
|
+
break;
|
|
2056
|
+
case 1:
|
|
2057
|
+
tmp = null;
|
|
2058
|
+
break;
|
|
2059
|
+
case 2:
|
|
2060
|
+
tmp = '\\d{4}';
|
|
2061
|
+
break;
|
|
2062
|
+
case 3:
|
|
2063
|
+
tmp = null;
|
|
2064
|
+
break;
|
|
2065
|
+
case 4:
|
|
2066
|
+
tmp = '(?:AI-)?2640';
|
|
2067
|
+
break;
|
|
2068
|
+
case 5:
|
|
2069
|
+
tmp = '\\d{4}';
|
|
2070
|
+
break;
|
|
2071
|
+
case 6:
|
|
2072
|
+
tmp = '(?:37)?\\d{4}';
|
|
2073
|
+
break;
|
|
2074
|
+
case 7:
|
|
2075
|
+
tmp = null;
|
|
2076
|
+
break;
|
|
2077
|
+
case 8:
|
|
2078
|
+
tmp = null;
|
|
2079
|
+
break;
|
|
2080
|
+
case 9:
|
|
2081
|
+
tmp = '((?:[A-HJ-NP-Z])?\\d{4})([A-Z]{3})?';
|
|
2082
|
+
break;
|
|
2083
|
+
case 10:
|
|
2084
|
+
tmp = '(96799)(?:[ \\-](\\d{4}))?';
|
|
2085
|
+
break;
|
|
2086
|
+
case 11:
|
|
2087
|
+
tmp = '\\d{4}';
|
|
2088
|
+
break;
|
|
2089
|
+
case 12:
|
|
2090
|
+
tmp = '\\d{4}';
|
|
2091
|
+
break;
|
|
2092
|
+
case 13:
|
|
2093
|
+
tmp = null;
|
|
2094
|
+
break;
|
|
2095
|
+
case 14:
|
|
2096
|
+
tmp = '22\\d{3}';
|
|
2097
|
+
break;
|
|
2098
|
+
case 15:
|
|
2099
|
+
tmp = '\\d{4}';
|
|
2100
|
+
break;
|
|
2101
|
+
case 16:
|
|
2102
|
+
tmp = '\\d{5}';
|
|
2103
|
+
break;
|
|
2104
|
+
case 17:
|
|
2105
|
+
tmp = 'BB\\d{5}';
|
|
2106
|
+
break;
|
|
2107
|
+
case 18:
|
|
2108
|
+
tmp = '\\d{4}';
|
|
2109
|
+
break;
|
|
2110
|
+
case 19:
|
|
2111
|
+
tmp = '\\d{4}';
|
|
2112
|
+
break;
|
|
2113
|
+
case 20:
|
|
2114
|
+
tmp = null;
|
|
2115
|
+
break;
|
|
2116
|
+
case 21:
|
|
2117
|
+
tmp = '\\d{4}';
|
|
2118
|
+
break;
|
|
2119
|
+
case 22:
|
|
2120
|
+
tmp = '(?:^|\\b)(?:1[0-2]|[1-9])\\d{2}(?:$|\\b)';
|
|
2121
|
+
break;
|
|
2122
|
+
case 23:
|
|
2123
|
+
tmp = null;
|
|
2124
|
+
break;
|
|
2125
|
+
case 24:
|
|
2126
|
+
tmp = null;
|
|
2127
|
+
break;
|
|
2128
|
+
case 25:
|
|
2129
|
+
tmp = '9[78][01]\\d{2}';
|
|
2130
|
+
break;
|
|
2131
|
+
case 26:
|
|
2132
|
+
tmp = '[A-Z]{2} ?[A-Z0-9]{2}';
|
|
2133
|
+
break;
|
|
2134
|
+
case 27:
|
|
2135
|
+
tmp = '[A-Z]{2} ?\\d{4}';
|
|
2136
|
+
break;
|
|
2137
|
+
case 28:
|
|
2138
|
+
tmp = null;
|
|
2139
|
+
break;
|
|
2140
|
+
case 29:
|
|
2141
|
+
tmp = null;
|
|
2142
|
+
break;
|
|
2143
|
+
case 30:
|
|
2144
|
+
tmp = '\\d{5}-?\\d{3}';
|
|
2145
|
+
break;
|
|
2146
|
+
case 31:
|
|
2147
|
+
tmp = null;
|
|
2148
|
+
break;
|
|
2149
|
+
case 32:
|
|
2150
|
+
tmp = '\\d{5}';
|
|
2151
|
+
break;
|
|
2152
|
+
case 33:
|
|
2153
|
+
tmp = null;
|
|
2154
|
+
break;
|
|
2155
|
+
case 34:
|
|
2156
|
+
tmp = null;
|
|
2157
|
+
break;
|
|
2158
|
+
case 35:
|
|
2159
|
+
tmp = '\\d{6}';
|
|
2160
|
+
break;
|
|
2161
|
+
case 36:
|
|
2162
|
+
tmp = null;
|
|
2163
|
+
break;
|
|
2164
|
+
case 37:
|
|
2165
|
+
tmp = '[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z] ?\\d[ABCEGHJ-NPRSTV-Z]\\d';
|
|
2166
|
+
break;
|
|
2167
|
+
case 38:
|
|
2168
|
+
tmp = '6799';
|
|
2169
|
+
break;
|
|
2170
|
+
case 39:
|
|
2171
|
+
tmp = null;
|
|
2172
|
+
break;
|
|
2173
|
+
case 40:
|
|
2174
|
+
tmp = null;
|
|
2175
|
+
break;
|
|
2176
|
+
case 41:
|
|
2177
|
+
tmp = null;
|
|
2178
|
+
break;
|
|
2179
|
+
case 42:
|
|
2180
|
+
tmp = '\\d{4}';
|
|
2181
|
+
break;
|
|
2182
|
+
case 43:
|
|
2183
|
+
tmp = null;
|
|
2184
|
+
break;
|
|
2185
|
+
case 44:
|
|
2186
|
+
tmp = null;
|
|
2187
|
+
break;
|
|
2188
|
+
case 45:
|
|
2189
|
+
tmp = '\\d{7}';
|
|
2190
|
+
break;
|
|
2191
|
+
case 46:
|
|
2192
|
+
tmp = null;
|
|
2193
|
+
break;
|
|
2194
|
+
case 47:
|
|
2195
|
+
tmp = '\\d{6}';
|
|
2196
|
+
break;
|
|
2197
|
+
case 48:
|
|
2198
|
+
tmp = '\\d{6}';
|
|
2199
|
+
break;
|
|
2200
|
+
case 49:
|
|
2201
|
+
tmp = '\\d{4,5}|\\d{3}-\\d{4}';
|
|
2202
|
+
break;
|
|
2203
|
+
case 50:
|
|
2204
|
+
tmp = '\\d{5}';
|
|
2205
|
+
break;
|
|
2206
|
+
case 51:
|
|
2207
|
+
tmp = '\\d{4}';
|
|
2208
|
+
break;
|
|
2209
|
+
case 52:
|
|
2210
|
+
tmp = null;
|
|
2211
|
+
break;
|
|
2212
|
+
case 53:
|
|
2213
|
+
tmp = '6798';
|
|
2214
|
+
break;
|
|
2215
|
+
case 54:
|
|
2216
|
+
tmp = '\\d{4}';
|
|
2217
|
+
break;
|
|
2218
|
+
case 55:
|
|
2219
|
+
tmp = '\\d{3} ?\\d{2}';
|
|
2220
|
+
break;
|
|
2221
|
+
case 56:
|
|
2222
|
+
tmp = '\\d{5}';
|
|
2223
|
+
break;
|
|
2224
|
+
case 57:
|
|
2225
|
+
tmp = null;
|
|
2226
|
+
break;
|
|
2227
|
+
case 58:
|
|
2228
|
+
tmp = '\\d{4}';
|
|
2229
|
+
break;
|
|
2230
|
+
case 59:
|
|
2231
|
+
tmp = null;
|
|
2232
|
+
break;
|
|
2233
|
+
case 60:
|
|
2234
|
+
tmp = '\\d{5}';
|
|
2235
|
+
break;
|
|
2236
|
+
case 61:
|
|
2237
|
+
tmp = '\\d{5}';
|
|
2238
|
+
break;
|
|
2239
|
+
case 62:
|
|
2240
|
+
tmp = '\\d{6}';
|
|
2241
|
+
break;
|
|
2242
|
+
case 63:
|
|
2243
|
+
tmp = '\\d{5}';
|
|
2244
|
+
break;
|
|
2245
|
+
case 64:
|
|
2246
|
+
tmp = '\\d{5}';
|
|
2247
|
+
break;
|
|
2248
|
+
case 65:
|
|
2249
|
+
tmp = '\\d{5}';
|
|
2250
|
+
break;
|
|
2251
|
+
case 66:
|
|
2252
|
+
tmp = null;
|
|
2253
|
+
break;
|
|
2254
|
+
case 67:
|
|
2255
|
+
tmp = '\\d{5}';
|
|
2256
|
+
break;
|
|
2257
|
+
case 68:
|
|
2258
|
+
tmp = '\\d{4}';
|
|
2259
|
+
break;
|
|
2260
|
+
case 69:
|
|
2261
|
+
tmp = '\\d{5}';
|
|
2262
|
+
break;
|
|
2263
|
+
case 70:
|
|
2264
|
+
tmp = null;
|
|
2265
|
+
break;
|
|
2266
|
+
case 71:
|
|
2267
|
+
tmp = 'FIQQ 1ZZ';
|
|
2268
|
+
break;
|
|
2269
|
+
case 72:
|
|
2270
|
+
tmp = '(9694[1-4])(?:[ \\-](\\d{4}))?';
|
|
2271
|
+
break;
|
|
2272
|
+
case 73:
|
|
2273
|
+
tmp = '\\d{3}';
|
|
2274
|
+
break;
|
|
2275
|
+
case 74:
|
|
2276
|
+
tmp = '\\d{2} ?\\d{3}';
|
|
2277
|
+
break;
|
|
2278
|
+
case 75:
|
|
2279
|
+
tmp = null;
|
|
2280
|
+
break;
|
|
2281
|
+
case 76:
|
|
2282
|
+
tmp = '[A-Z]{1,2}\\d[A-Z\\d]? ?\\d[A-Z]{2}';
|
|
2283
|
+
break;
|
|
2284
|
+
case 77:
|
|
2285
|
+
tmp = null;
|
|
2286
|
+
break;
|
|
2287
|
+
case 78:
|
|
2288
|
+
tmp = '\\d{4}';
|
|
2289
|
+
break;
|
|
2290
|
+
case 79:
|
|
2291
|
+
tmp = '9[78]3\\d{2}';
|
|
2292
|
+
break;
|
|
2293
|
+
case 80:
|
|
2294
|
+
tmp = 'GY\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}';
|
|
2295
|
+
break;
|
|
2296
|
+
case 81:
|
|
2297
|
+
tmp = null;
|
|
2298
|
+
break;
|
|
2299
|
+
case 82:
|
|
2300
|
+
tmp = 'GX11 1AA';
|
|
2301
|
+
break;
|
|
2302
|
+
case 83:
|
|
2303
|
+
tmp = '39\\d{2}';
|
|
2304
|
+
break;
|
|
2305
|
+
case 84:
|
|
2306
|
+
tmp = null;
|
|
2307
|
+
break;
|
|
2308
|
+
case 85:
|
|
2309
|
+
tmp = '\\d{3}';
|
|
2310
|
+
break;
|
|
2311
|
+
case 86:
|
|
2312
|
+
tmp = '9[78][01]\\d{2}';
|
|
2313
|
+
break;
|
|
2314
|
+
case 87:
|
|
2315
|
+
tmp = null;
|
|
2316
|
+
break;
|
|
2317
|
+
case 88:
|
|
2318
|
+
tmp = '\\d{3} ?\\d{2}';
|
|
2319
|
+
break;
|
|
2320
|
+
case 89:
|
|
2321
|
+
tmp = 'SIQQ 1ZZ';
|
|
2322
|
+
break;
|
|
2323
|
+
case 90:
|
|
2324
|
+
tmp = '\\d{5}';
|
|
2325
|
+
break;
|
|
2326
|
+
case 91:
|
|
2327
|
+
tmp = '(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?';
|
|
2328
|
+
break;
|
|
2329
|
+
case 92:
|
|
2330
|
+
tmp = '\\d{4}';
|
|
2331
|
+
break;
|
|
2332
|
+
case 93:
|
|
2333
|
+
tmp = null;
|
|
2334
|
+
break;
|
|
2335
|
+
case 94:
|
|
2336
|
+
tmp = null;
|
|
2337
|
+
break;
|
|
2338
|
+
case 95:
|
|
2339
|
+
tmp = '\\d{4}';
|
|
2340
|
+
break;
|
|
2341
|
+
case 96:
|
|
2342
|
+
tmp = '\\d{5}';
|
|
2343
|
+
break;
|
|
2344
|
+
case 97:
|
|
2345
|
+
tmp = '\\d{5}';
|
|
2346
|
+
break;
|
|
2347
|
+
case 98:
|
|
2348
|
+
tmp = '\\d{4}';
|
|
2349
|
+
break;
|
|
2350
|
+
case 99:
|
|
2351
|
+
tmp = '\\d{4}';
|
|
2352
|
+
break;
|
|
2353
|
+
case 100:
|
|
2354
|
+
tmp = '\\d{5}';
|
|
2355
|
+
break;
|
|
2356
|
+
case 101:
|
|
2357
|
+
tmp = '[\\dA-Z]{3} ?[\\dA-Z]{4}';
|
|
2358
|
+
break;
|
|
2359
|
+
case 102:
|
|
2360
|
+
tmp = '\\d{5}(?:\\d{2})?';
|
|
2361
|
+
break;
|
|
2362
|
+
case 103:
|
|
2363
|
+
tmp = 'IM\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}';
|
|
2364
|
+
break;
|
|
2365
|
+
case 104:
|
|
2366
|
+
tmp = '\\d{6}';
|
|
2367
|
+
break;
|
|
2368
|
+
case 105:
|
|
2369
|
+
tmp = 'BBND 1ZZ';
|
|
2370
|
+
break;
|
|
2371
|
+
case 106:
|
|
2372
|
+
tmp = '\\d{5}';
|
|
2373
|
+
break;
|
|
2374
|
+
case 107:
|
|
2375
|
+
tmp = '\\d{5}-?\\d{5}';
|
|
2376
|
+
break;
|
|
2377
|
+
case 108:
|
|
2378
|
+
tmp = '\\d{3}';
|
|
2379
|
+
break;
|
|
2380
|
+
case 109:
|
|
2381
|
+
tmp = '\\d{5}';
|
|
2382
|
+
break;
|
|
2383
|
+
case 110:
|
|
2384
|
+
tmp = 'JE\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}';
|
|
2385
|
+
break;
|
|
2386
|
+
case 111:
|
|
2387
|
+
tmp = null;
|
|
2388
|
+
break;
|
|
2389
|
+
case 112:
|
|
2390
|
+
tmp = '\\d{5}';
|
|
2391
|
+
break;
|
|
2392
|
+
case 113:
|
|
2393
|
+
tmp = '\\d{3}-?\\d{4}';
|
|
2394
|
+
break;
|
|
2395
|
+
case 114:
|
|
2396
|
+
tmp = '\\d{5}';
|
|
2397
|
+
break;
|
|
2398
|
+
case 115:
|
|
2399
|
+
tmp = '\\d{6}';
|
|
2400
|
+
break;
|
|
2401
|
+
case 116:
|
|
2402
|
+
tmp = '\\d{5,6}';
|
|
2403
|
+
break;
|
|
2404
|
+
case 117:
|
|
2405
|
+
tmp = null;
|
|
2406
|
+
break;
|
|
2407
|
+
case 118:
|
|
2408
|
+
tmp = null;
|
|
2409
|
+
break;
|
|
2410
|
+
case 119:
|
|
2411
|
+
tmp = null;
|
|
2412
|
+
break;
|
|
2413
|
+
case 120:
|
|
2414
|
+
tmp = null;
|
|
2415
|
+
break;
|
|
2416
|
+
case 121:
|
|
2417
|
+
tmp = '\\d{5}';
|
|
2418
|
+
break;
|
|
2419
|
+
case 122:
|
|
2420
|
+
tmp = '\\d{5}';
|
|
2421
|
+
break;
|
|
2422
|
+
case 123:
|
|
2423
|
+
tmp = 'KY\\d-\\d{4}';
|
|
2424
|
+
break;
|
|
2425
|
+
case 124:
|
|
2426
|
+
tmp = '\\d{6}';
|
|
2427
|
+
break;
|
|
2428
|
+
case 125:
|
|
2429
|
+
tmp = '\\d{5}';
|
|
2430
|
+
break;
|
|
2431
|
+
case 126:
|
|
2432
|
+
tmp = '(?:\\d{4})(?: ?(?:\\d{4}))?';
|
|
2433
|
+
break;
|
|
2434
|
+
case 127:
|
|
2435
|
+
tmp = null;
|
|
2436
|
+
break;
|
|
2437
|
+
case 128:
|
|
2438
|
+
tmp = '948[5-9]|949[0-8]';
|
|
2439
|
+
break;
|
|
2440
|
+
case 129:
|
|
2441
|
+
tmp = '\\d{5}';
|
|
2442
|
+
break;
|
|
2443
|
+
case 130:
|
|
2444
|
+
tmp = '\\d{4}';
|
|
2445
|
+
break;
|
|
2446
|
+
case 131:
|
|
2447
|
+
tmp = '\\d{3}';
|
|
2448
|
+
break;
|
|
2449
|
+
case 132:
|
|
2450
|
+
tmp = '\\d{5}';
|
|
2451
|
+
break;
|
|
2452
|
+
case 133:
|
|
2453
|
+
tmp = '\\d{4}';
|
|
2454
|
+
break;
|
|
2455
|
+
case 134:
|
|
2456
|
+
tmp = 'LV-\\d{4}';
|
|
2457
|
+
break;
|
|
2458
|
+
case 135:
|
|
2459
|
+
tmp = null;
|
|
2460
|
+
break;
|
|
2461
|
+
case 136:
|
|
2462
|
+
tmp = '\\d{5}';
|
|
2463
|
+
break;
|
|
2464
|
+
case 137:
|
|
2465
|
+
tmp = '980\\d{2}';
|
|
2466
|
+
break;
|
|
2467
|
+
case 138:
|
|
2468
|
+
tmp = '\\d{4}';
|
|
2469
|
+
break;
|
|
2470
|
+
case 139:
|
|
2471
|
+
tmp = '8\\d{4}';
|
|
2472
|
+
break;
|
|
2473
|
+
case 140:
|
|
2474
|
+
tmp = '9[78][01]\\d{2}';
|
|
2475
|
+
break;
|
|
2476
|
+
case 141:
|
|
2477
|
+
tmp = '\\d{3}';
|
|
2478
|
+
break;
|
|
2479
|
+
case 142:
|
|
2480
|
+
tmp = '(969[67]\\d)(?:[ \\-](\\d{4}))?';
|
|
2481
|
+
break;
|
|
2482
|
+
case 143:
|
|
2483
|
+
tmp = '\\d{4}';
|
|
2484
|
+
break;
|
|
2485
|
+
case 144:
|
|
2486
|
+
tmp = null;
|
|
2487
|
+
break;
|
|
2488
|
+
case 145:
|
|
2489
|
+
tmp = '\\d{5}';
|
|
2490
|
+
break;
|
|
2491
|
+
case 146:
|
|
2492
|
+
tmp = '\\d{5}';
|
|
2493
|
+
break;
|
|
2494
|
+
case 147:
|
|
2495
|
+
tmp = null;
|
|
2496
|
+
break;
|
|
2497
|
+
case 148:
|
|
2498
|
+
tmp = '(9695[012])(?:[ \\-](\\d{4}))?';
|
|
2499
|
+
break;
|
|
2500
|
+
case 149:
|
|
2501
|
+
tmp = '9[78]2\\d{2}';
|
|
2502
|
+
break;
|
|
2503
|
+
case 150:
|
|
2504
|
+
tmp = null;
|
|
2505
|
+
break;
|
|
2506
|
+
case 151:
|
|
2507
|
+
tmp = null;
|
|
2508
|
+
break;
|
|
2509
|
+
case 152:
|
|
2510
|
+
tmp = '[A-Z]{3} ?\\d{2,4}';
|
|
2511
|
+
break;
|
|
2512
|
+
case 153:
|
|
2513
|
+
tmp = '\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})';
|
|
2514
|
+
break;
|
|
2515
|
+
case 154:
|
|
2516
|
+
tmp = '\\d{5}';
|
|
2517
|
+
break;
|
|
2518
|
+
case 155:
|
|
2519
|
+
tmp = null;
|
|
2520
|
+
break;
|
|
2521
|
+
case 156:
|
|
2522
|
+
tmp = '\\d{5}';
|
|
2523
|
+
break;
|
|
2524
|
+
case 157:
|
|
2525
|
+
tmp = '^\\d{5}$';
|
|
2526
|
+
break;
|
|
2527
|
+
case 158:
|
|
2528
|
+
tmp = '\\d{4}';
|
|
2529
|
+
break;
|
|
2530
|
+
case 159:
|
|
2531
|
+
tmp = '\\d{5}';
|
|
2532
|
+
break;
|
|
2533
|
+
case 160:
|
|
2534
|
+
tmp = '988\\d{2}';
|
|
2535
|
+
break;
|
|
2536
|
+
case 161:
|
|
2537
|
+
tmp = '\\d{4}';
|
|
2538
|
+
break;
|
|
2539
|
+
case 162:
|
|
2540
|
+
tmp = '2899';
|
|
2541
|
+
break;
|
|
2542
|
+
case 163:
|
|
2543
|
+
tmp = '\\d{6}';
|
|
2544
|
+
break;
|
|
2545
|
+
case 164:
|
|
2546
|
+
tmp = '\\d{5}';
|
|
2547
|
+
break;
|
|
2548
|
+
case 165:
|
|
2549
|
+
tmp = '[1-9]\\d{3} ?(?:[A-RT-Z][A-Z]|S[BCE-RT-Z])';
|
|
2550
|
+
break;
|
|
2551
|
+
case 166:
|
|
2552
|
+
tmp = '\\d{4}';
|
|
2553
|
+
break;
|
|
2554
|
+
case 167:
|
|
2555
|
+
tmp = '\\d{5}';
|
|
2556
|
+
break;
|
|
2557
|
+
case 168:
|
|
2558
|
+
tmp = null;
|
|
2559
|
+
break;
|
|
2560
|
+
case 169:
|
|
2561
|
+
tmp = null;
|
|
2562
|
+
break;
|
|
2563
|
+
case 170:
|
|
2564
|
+
tmp = '\\d{4}';
|
|
2565
|
+
break;
|
|
2566
|
+
case 171:
|
|
2567
|
+
tmp = '(?:PC )?\\d{3}';
|
|
2568
|
+
break;
|
|
2569
|
+
case 172:
|
|
2570
|
+
tmp = null;
|
|
2571
|
+
break;
|
|
2572
|
+
case 173:
|
|
2573
|
+
tmp = '(?:LIMA \\d{1,2}|CALLAO 0?\\d)|[0-2]\\d{4}';
|
|
2574
|
+
break;
|
|
2575
|
+
case 174:
|
|
2576
|
+
tmp = '987\\d{2}';
|
|
2577
|
+
break;
|
|
2578
|
+
case 175:
|
|
2579
|
+
tmp = '\\d{3}';
|
|
2580
|
+
break;
|
|
2581
|
+
case 176:
|
|
2582
|
+
tmp = '\\d{4}';
|
|
2583
|
+
break;
|
|
2584
|
+
case 177:
|
|
2585
|
+
tmp = '\\d{5}';
|
|
2586
|
+
break;
|
|
2587
|
+
case 178:
|
|
2588
|
+
tmp = '\\d{2}-\\d{3}';
|
|
2589
|
+
break;
|
|
2590
|
+
case 179:
|
|
2591
|
+
tmp = '9[78]5\\d{2}';
|
|
2592
|
+
break;
|
|
2593
|
+
case 180:
|
|
2594
|
+
tmp = 'PCRN 1ZZ';
|
|
2595
|
+
break;
|
|
2596
|
+
case 181:
|
|
2597
|
+
tmp = '(00[679]\\d{2})(?:[ \\-](\\d{4}))?';
|
|
2598
|
+
break;
|
|
2599
|
+
case 182:
|
|
2600
|
+
tmp = null;
|
|
2601
|
+
break;
|
|
2602
|
+
case 183:
|
|
2603
|
+
tmp = '\\d{4}-\\d{3}';
|
|
2604
|
+
break;
|
|
2605
|
+
case 184:
|
|
2606
|
+
tmp = '(969(?:39|40))(?:[ \\-](\\d{4}))?';
|
|
2607
|
+
break;
|
|
2608
|
+
case 185:
|
|
2609
|
+
tmp = '\\d{4}';
|
|
2610
|
+
break;
|
|
2611
|
+
case 186:
|
|
2612
|
+
tmp = null;
|
|
2613
|
+
break;
|
|
2614
|
+
case 187:
|
|
2615
|
+
tmp = '9[78]4\\d{2}';
|
|
2616
|
+
break;
|
|
2617
|
+
case 188:
|
|
2618
|
+
tmp = '\\d{6}';
|
|
2619
|
+
break;
|
|
2620
|
+
case 189:
|
|
2621
|
+
tmp = '\\d{5,6}';
|
|
2622
|
+
break;
|
|
2623
|
+
case 190:
|
|
2624
|
+
tmp = '\\d{6}';
|
|
2625
|
+
break;
|
|
2626
|
+
case 191:
|
|
2627
|
+
tmp = null;
|
|
2628
|
+
break;
|
|
2629
|
+
case 192:
|
|
2630
|
+
tmp = '\\d{5}';
|
|
2631
|
+
break;
|
|
2632
|
+
case 193:
|
|
2633
|
+
tmp = null;
|
|
2634
|
+
break;
|
|
2635
|
+
case 194:
|
|
2636
|
+
tmp = null;
|
|
2637
|
+
break;
|
|
2638
|
+
case 195:
|
|
2639
|
+
tmp = '\\d{5}';
|
|
2640
|
+
break;
|
|
2641
|
+
case 196:
|
|
2642
|
+
tmp = '\\d{3} ?\\d{2}';
|
|
2643
|
+
break;
|
|
2644
|
+
case 197:
|
|
2645
|
+
tmp = '\\d{6}';
|
|
2646
|
+
break;
|
|
2647
|
+
case 198:
|
|
2648
|
+
tmp = '(?:ASCN|STHL) 1ZZ';
|
|
2649
|
+
break;
|
|
2650
|
+
case 199:
|
|
2651
|
+
tmp = '\\d{4}';
|
|
2652
|
+
break;
|
|
2653
|
+
case 200:
|
|
2654
|
+
tmp = '\\d{4}';
|
|
2655
|
+
break;
|
|
2656
|
+
case 201:
|
|
2657
|
+
tmp = '\\d{3} ?\\d{2}';
|
|
2658
|
+
break;
|
|
2659
|
+
case 202:
|
|
2660
|
+
tmp = null;
|
|
2661
|
+
break;
|
|
2662
|
+
case 203:
|
|
2663
|
+
tmp = '4789\\d';
|
|
2664
|
+
break;
|
|
2665
|
+
case 204:
|
|
2666
|
+
tmp = '\\d{5}';
|
|
2667
|
+
break;
|
|
2668
|
+
case 205:
|
|
2669
|
+
tmp = '[A-Z]{2} ?\\d{5}';
|
|
2670
|
+
break;
|
|
2671
|
+
case 206:
|
|
2672
|
+
tmp = null;
|
|
2673
|
+
break;
|
|
2674
|
+
case 207:
|
|
2675
|
+
tmp = null;
|
|
2676
|
+
break;
|
|
2677
|
+
case 208:
|
|
2678
|
+
tmp = null;
|
|
2679
|
+
break;
|
|
2680
|
+
case 209:
|
|
2681
|
+
tmp = 'CP [1-3][1-7][0-2]\\d';
|
|
2682
|
+
break;
|
|
2683
|
+
case 210:
|
|
2684
|
+
tmp = null;
|
|
2685
|
+
break;
|
|
2686
|
+
case 211:
|
|
2687
|
+
tmp = null;
|
|
2688
|
+
break;
|
|
2689
|
+
case 212:
|
|
2690
|
+
tmp = '[HLMS]\\d{3}';
|
|
2691
|
+
break;
|
|
2692
|
+
case 213:
|
|
2693
|
+
tmp = 'TKCA 1ZZ';
|
|
2694
|
+
break;
|
|
2695
|
+
case 214:
|
|
2696
|
+
tmp = null;
|
|
2697
|
+
break;
|
|
2698
|
+
case 215:
|
|
2699
|
+
tmp = null;
|
|
2700
|
+
break;
|
|
2701
|
+
case 216:
|
|
2702
|
+
tmp = null;
|
|
2703
|
+
break;
|
|
2704
|
+
case 217:
|
|
2705
|
+
tmp = '\\d{5}';
|
|
2706
|
+
break;
|
|
2707
|
+
case 218:
|
|
2708
|
+
tmp = '\\d{6}';
|
|
2709
|
+
break;
|
|
2710
|
+
case 219:
|
|
2711
|
+
tmp = null;
|
|
2712
|
+
break;
|
|
2713
|
+
case 220:
|
|
2714
|
+
tmp = null;
|
|
2715
|
+
break;
|
|
2716
|
+
case 221:
|
|
2717
|
+
tmp = '\\d{6}';
|
|
2718
|
+
break;
|
|
2719
|
+
case 222:
|
|
2720
|
+
tmp = '\\d{4}';
|
|
2721
|
+
break;
|
|
2722
|
+
case 223:
|
|
2723
|
+
tmp = null;
|
|
2724
|
+
break;
|
|
2725
|
+
case 224:
|
|
2726
|
+
tmp = '\\d{5}';
|
|
2727
|
+
break;
|
|
2728
|
+
case 225:
|
|
2729
|
+
tmp = null;
|
|
2730
|
+
break;
|
|
2731
|
+
case 226:
|
|
2732
|
+
tmp = null;
|
|
2733
|
+
break;
|
|
2734
|
+
case 227:
|
|
2735
|
+
tmp = '\\d{3}(?:\\d{2,3})?';
|
|
2736
|
+
break;
|
|
2737
|
+
case 228:
|
|
2738
|
+
tmp = '\\d{4,5}';
|
|
2739
|
+
break;
|
|
2740
|
+
case 229:
|
|
2741
|
+
tmp = '\\d{5}';
|
|
2742
|
+
break;
|
|
2743
|
+
case 230:
|
|
2744
|
+
tmp = null;
|
|
2745
|
+
break;
|
|
2746
|
+
case 231:
|
|
2747
|
+
tmp = '96898';
|
|
2748
|
+
break;
|
|
2749
|
+
case 232:
|
|
2750
|
+
tmp = '(\\d{5})(?:[ \\-](\\d{4}))?';
|
|
2751
|
+
break;
|
|
2752
|
+
case 233:
|
|
2753
|
+
tmp = '\\d{5}';
|
|
2754
|
+
break;
|
|
2755
|
+
case 234:
|
|
2756
|
+
tmp = '\\d{6}';
|
|
2757
|
+
break;
|
|
2758
|
+
case 235:
|
|
2759
|
+
tmp = '00120';
|
|
2760
|
+
break;
|
|
2761
|
+
case 236:
|
|
2762
|
+
tmp = 'VC\\d{4}';
|
|
2763
|
+
break;
|
|
2764
|
+
case 237:
|
|
2765
|
+
tmp = '\\d{4}';
|
|
2766
|
+
break;
|
|
2767
|
+
case 238:
|
|
2768
|
+
tmp = 'VG\\d{4}';
|
|
2769
|
+
break;
|
|
2770
|
+
case 239:
|
|
2771
|
+
tmp = '(008(?:(?:[0-4]\\d)|(?:5[01])))(?:[ \\-](\\d{4}))?';
|
|
2772
|
+
break;
|
|
2773
|
+
case 240:
|
|
2774
|
+
tmp = '\\d{5}\\d?';
|
|
2775
|
+
break;
|
|
2776
|
+
case 241:
|
|
2777
|
+
tmp = null;
|
|
2778
|
+
break;
|
|
2779
|
+
case 242:
|
|
2780
|
+
tmp = '986\\d{2}';
|
|
2781
|
+
break;
|
|
2782
|
+
case 243:
|
|
2783
|
+
tmp = null;
|
|
2784
|
+
break;
|
|
2785
|
+
case 244:
|
|
2786
|
+
tmp = null;
|
|
2787
|
+
break;
|
|
2788
|
+
case 245:
|
|
2789
|
+
tmp = '976\\d{2}';
|
|
2790
|
+
break;
|
|
2791
|
+
case 246:
|
|
2792
|
+
tmp = '\\d{4}';
|
|
2793
|
+
break;
|
|
2794
|
+
case 247:
|
|
2795
|
+
tmp = '\\d{5}';
|
|
2796
|
+
break;
|
|
2797
|
+
case 248:
|
|
2798
|
+
tmp = null;
|
|
2799
|
+
break;
|
|
2800
|
+
default:
|
|
2801
|
+
noWhenBranchMatchedException();
|
|
2802
|
+
break;
|
|
2803
|
+
}
|
|
2804
|
+
var pattern = tmp;
|
|
2805
|
+
return '^(?:' + pattern + ')$';
|
|
2806
|
+
};
|
|
2807
|
+
var ZipCodeFormat_instance;
|
|
2808
|
+
function ZipCodeFormat_getInstance() {
|
|
2809
|
+
return ZipCodeFormat_instance;
|
|
2810
|
+
}
|
|
2811
|
+
function ZipValidator() {
|
|
2812
|
+
}
|
|
2813
|
+
protoOf(ZipValidator).isValid = function (zipCode, countryCode) {
|
|
2814
|
+
var tmp0_elvis_lhs = ZipCodeFormat_instance.regexFromCountryCode(countryCode);
|
|
2815
|
+
var tmp;
|
|
2816
|
+
if (tmp0_elvis_lhs == null) {
|
|
2817
|
+
return true;
|
|
2818
|
+
} else {
|
|
2819
|
+
tmp = tmp0_elvis_lhs;
|
|
2820
|
+
}
|
|
2821
|
+
var regexPattern = tmp;
|
|
2822
|
+
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
2823
|
+
if (zipCode == null || isBlank(zipCode)) {
|
|
2824
|
+
return false;
|
|
2825
|
+
}
|
|
2826
|
+
// Inline function 'kotlin.text.trim' call
|
|
2827
|
+
// Inline function 'kotlin.text.uppercase' call
|
|
2828
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
2829
|
+
var cleanZip = toString(trim(isCharSequence(zipCode) ? zipCode : THROW_CCE())).toUpperCase();
|
|
2830
|
+
var regex = Regex_init_$Create$(regexPattern);
|
|
2831
|
+
return regex.r3(cleanZip);
|
|
2832
|
+
};
|
|
2833
|
+
protoOf(ZipValidator).getRegexForCountryCode = function (countryCode) {
|
|
2834
|
+
return ZipCodeFormat_instance.regexFromCountryCode(countryCode);
|
|
2835
|
+
};
|
|
2836
|
+
var ZipValidator_instance;
|
|
2837
|
+
function ZipValidator_getInstance() {
|
|
2838
|
+
return ZipValidator_instance;
|
|
2839
|
+
}
|
|
2840
|
+
//region block: post-declaration
|
|
2841
|
+
defineProp(protoOf(CountryCode), 'name', protoOf(CountryCode).s);
|
|
2842
|
+
defineProp(protoOf(CountryCode), 'ordinal', protoOf(CountryCode).t);
|
|
2843
|
+
//endregion
|
|
2844
|
+
//region block: init
|
|
2845
|
+
ZipCodeFormat_instance = new ZipCodeFormat();
|
|
2846
|
+
ZipValidator_instance = new ZipValidator();
|
|
2847
|
+
//endregion
|
|
2848
|
+
//region block: exports
|
|
2849
|
+
function $jsExportAll$(_) {
|
|
2850
|
+
var $se = _.se || (_.se = {});
|
|
2851
|
+
var $se$codesmart = $se.codesmart || ($se.codesmart = {});
|
|
2852
|
+
var $se$codesmart$models = $se$codesmart.models || ($se$codesmart.models = {});
|
|
2853
|
+
$se$codesmart$models.CountryCode = CountryCode;
|
|
2854
|
+
$se$codesmart$models.CountryCode.values = values;
|
|
2855
|
+
$se$codesmart$models.CountryCode.valueOf = valueOf;
|
|
2856
|
+
defineProp($se$codesmart$models.CountryCode, 'AD', CountryCode_AD_getInstance, VOID, true);
|
|
2857
|
+
defineProp($se$codesmart$models.CountryCode, 'AE', CountryCode_AE_getInstance, VOID, true);
|
|
2858
|
+
defineProp($se$codesmart$models.CountryCode, 'AF', CountryCode_AF_getInstance, VOID, true);
|
|
2859
|
+
defineProp($se$codesmart$models.CountryCode, 'AG', CountryCode_AG_getInstance, VOID, true);
|
|
2860
|
+
defineProp($se$codesmart$models.CountryCode, 'AI', CountryCode_AI_getInstance, VOID, true);
|
|
2861
|
+
defineProp($se$codesmart$models.CountryCode, 'AL', CountryCode_AL_getInstance, VOID, true);
|
|
2862
|
+
defineProp($se$codesmart$models.CountryCode, 'AM', CountryCode_AM_getInstance, VOID, true);
|
|
2863
|
+
defineProp($se$codesmart$models.CountryCode, 'AO', CountryCode_AO_getInstance, VOID, true);
|
|
2864
|
+
defineProp($se$codesmart$models.CountryCode, 'AQ', CountryCode_AQ_getInstance, VOID, true);
|
|
2865
|
+
defineProp($se$codesmart$models.CountryCode, 'AR', CountryCode_AR_getInstance, VOID, true);
|
|
2866
|
+
defineProp($se$codesmart$models.CountryCode, 'AS', CountryCode_AS_getInstance, VOID, true);
|
|
2867
|
+
defineProp($se$codesmart$models.CountryCode, 'AT', CountryCode_AT_getInstance, VOID, true);
|
|
2868
|
+
defineProp($se$codesmart$models.CountryCode, 'AU', CountryCode_AU_getInstance, VOID, true);
|
|
2869
|
+
defineProp($se$codesmart$models.CountryCode, 'AW', CountryCode_AW_getInstance, VOID, true);
|
|
2870
|
+
defineProp($se$codesmart$models.CountryCode, 'AX', CountryCode_AX_getInstance, VOID, true);
|
|
2871
|
+
defineProp($se$codesmart$models.CountryCode, 'AZ', CountryCode_AZ_getInstance, VOID, true);
|
|
2872
|
+
defineProp($se$codesmart$models.CountryCode, 'BA', CountryCode_BA_getInstance, VOID, true);
|
|
2873
|
+
defineProp($se$codesmart$models.CountryCode, 'BB', CountryCode_BB_getInstance, VOID, true);
|
|
2874
|
+
defineProp($se$codesmart$models.CountryCode, 'BD', CountryCode_BD_getInstance, VOID, true);
|
|
2875
|
+
defineProp($se$codesmart$models.CountryCode, 'BE', CountryCode_BE_getInstance, VOID, true);
|
|
2876
|
+
defineProp($se$codesmart$models.CountryCode, 'BF', CountryCode_BF_getInstance, VOID, true);
|
|
2877
|
+
defineProp($se$codesmart$models.CountryCode, 'BG', CountryCode_BG_getInstance, VOID, true);
|
|
2878
|
+
defineProp($se$codesmart$models.CountryCode, 'BH', CountryCode_BH_getInstance, VOID, true);
|
|
2879
|
+
defineProp($se$codesmart$models.CountryCode, 'BI', CountryCode_BI_getInstance, VOID, true);
|
|
2880
|
+
defineProp($se$codesmart$models.CountryCode, 'BJ', CountryCode_BJ_getInstance, VOID, true);
|
|
2881
|
+
defineProp($se$codesmart$models.CountryCode, 'BL', CountryCode_BL_getInstance, VOID, true);
|
|
2882
|
+
defineProp($se$codesmart$models.CountryCode, 'BM', CountryCode_BM_getInstance, VOID, true);
|
|
2883
|
+
defineProp($se$codesmart$models.CountryCode, 'BN', CountryCode_BN_getInstance, VOID, true);
|
|
2884
|
+
defineProp($se$codesmart$models.CountryCode, 'BO', CountryCode_BO_getInstance, VOID, true);
|
|
2885
|
+
defineProp($se$codesmart$models.CountryCode, 'BQ', CountryCode_BQ_getInstance, VOID, true);
|
|
2886
|
+
defineProp($se$codesmart$models.CountryCode, 'BR', CountryCode_BR_getInstance, VOID, true);
|
|
2887
|
+
defineProp($se$codesmart$models.CountryCode, 'BS', CountryCode_BS_getInstance, VOID, true);
|
|
2888
|
+
defineProp($se$codesmart$models.CountryCode, 'BT', CountryCode_BT_getInstance, VOID, true);
|
|
2889
|
+
defineProp($se$codesmart$models.CountryCode, 'BV', CountryCode_BV_getInstance, VOID, true);
|
|
2890
|
+
defineProp($se$codesmart$models.CountryCode, 'BW', CountryCode_BW_getInstance, VOID, true);
|
|
2891
|
+
defineProp($se$codesmart$models.CountryCode, 'BY', CountryCode_BY_getInstance, VOID, true);
|
|
2892
|
+
defineProp($se$codesmart$models.CountryCode, 'BZ', CountryCode_BZ_getInstance, VOID, true);
|
|
2893
|
+
defineProp($se$codesmart$models.CountryCode, 'CA', CountryCode_CA_getInstance, VOID, true);
|
|
2894
|
+
defineProp($se$codesmart$models.CountryCode, 'CC', CountryCode_CC_getInstance, VOID, true);
|
|
2895
|
+
defineProp($se$codesmart$models.CountryCode, 'CD', CountryCode_CD_getInstance, VOID, true);
|
|
2896
|
+
defineProp($se$codesmart$models.CountryCode, 'CF', CountryCode_CF_getInstance, VOID, true);
|
|
2897
|
+
defineProp($se$codesmart$models.CountryCode, 'CG', CountryCode_CG_getInstance, VOID, true);
|
|
2898
|
+
defineProp($se$codesmart$models.CountryCode, 'CH', CountryCode_CH_getInstance, VOID, true);
|
|
2899
|
+
defineProp($se$codesmart$models.CountryCode, 'CI', CountryCode_CI_getInstance, VOID, true);
|
|
2900
|
+
defineProp($se$codesmart$models.CountryCode, 'CK', CountryCode_CK_getInstance, VOID, true);
|
|
2901
|
+
defineProp($se$codesmart$models.CountryCode, 'CL', CountryCode_CL_getInstance, VOID, true);
|
|
2902
|
+
defineProp($se$codesmart$models.CountryCode, 'CM', CountryCode_CM_getInstance, VOID, true);
|
|
2903
|
+
defineProp($se$codesmart$models.CountryCode, 'CN', CountryCode_CN_getInstance, VOID, true);
|
|
2904
|
+
defineProp($se$codesmart$models.CountryCode, 'CO', CountryCode_CO_getInstance, VOID, true);
|
|
2905
|
+
defineProp($se$codesmart$models.CountryCode, 'CR', CountryCode_CR_getInstance, VOID, true);
|
|
2906
|
+
defineProp($se$codesmart$models.CountryCode, 'CU', CountryCode_CU_getInstance, VOID, true);
|
|
2907
|
+
defineProp($se$codesmart$models.CountryCode, 'CV', CountryCode_CV_getInstance, VOID, true);
|
|
2908
|
+
defineProp($se$codesmart$models.CountryCode, 'CW', CountryCode_CW_getInstance, VOID, true);
|
|
2909
|
+
defineProp($se$codesmart$models.CountryCode, 'CX', CountryCode_CX_getInstance, VOID, true);
|
|
2910
|
+
defineProp($se$codesmart$models.CountryCode, 'CY', CountryCode_CY_getInstance, VOID, true);
|
|
2911
|
+
defineProp($se$codesmart$models.CountryCode, 'CZ', CountryCode_CZ_getInstance, VOID, true);
|
|
2912
|
+
defineProp($se$codesmart$models.CountryCode, 'DE', CountryCode_DE_getInstance, VOID, true);
|
|
2913
|
+
defineProp($se$codesmart$models.CountryCode, 'DJ', CountryCode_DJ_getInstance, VOID, true);
|
|
2914
|
+
defineProp($se$codesmart$models.CountryCode, 'DK', CountryCode_DK_getInstance, VOID, true);
|
|
2915
|
+
defineProp($se$codesmart$models.CountryCode, 'DM', CountryCode_DM_getInstance, VOID, true);
|
|
2916
|
+
defineProp($se$codesmart$models.CountryCode, 'DO', CountryCode_DO_getInstance, VOID, true);
|
|
2917
|
+
defineProp($se$codesmart$models.CountryCode, 'DZ', CountryCode_DZ_getInstance, VOID, true);
|
|
2918
|
+
defineProp($se$codesmart$models.CountryCode, 'EC', CountryCode_EC_getInstance, VOID, true);
|
|
2919
|
+
defineProp($se$codesmart$models.CountryCode, 'EE', CountryCode_EE_getInstance, VOID, true);
|
|
2920
|
+
defineProp($se$codesmart$models.CountryCode, 'EG', CountryCode_EG_getInstance, VOID, true);
|
|
2921
|
+
defineProp($se$codesmart$models.CountryCode, 'EH', CountryCode_EH_getInstance, VOID, true);
|
|
2922
|
+
defineProp($se$codesmart$models.CountryCode, 'ER', CountryCode_ER_getInstance, VOID, true);
|
|
2923
|
+
defineProp($se$codesmart$models.CountryCode, 'ES', CountryCode_ES_getInstance, VOID, true);
|
|
2924
|
+
defineProp($se$codesmart$models.CountryCode, 'ET', CountryCode_ET_getInstance, VOID, true);
|
|
2925
|
+
defineProp($se$codesmart$models.CountryCode, 'FI', CountryCode_FI_getInstance, VOID, true);
|
|
2926
|
+
defineProp($se$codesmart$models.CountryCode, 'FJ', CountryCode_FJ_getInstance, VOID, true);
|
|
2927
|
+
defineProp($se$codesmart$models.CountryCode, 'FK', CountryCode_FK_getInstance, VOID, true);
|
|
2928
|
+
defineProp($se$codesmart$models.CountryCode, 'FM', CountryCode_FM_getInstance, VOID, true);
|
|
2929
|
+
defineProp($se$codesmart$models.CountryCode, 'FO', CountryCode_FO_getInstance, VOID, true);
|
|
2930
|
+
defineProp($se$codesmart$models.CountryCode, 'FR', CountryCode_FR_getInstance, VOID, true);
|
|
2931
|
+
defineProp($se$codesmart$models.CountryCode, 'GA', CountryCode_GA_getInstance, VOID, true);
|
|
2932
|
+
defineProp($se$codesmart$models.CountryCode, 'GB', CountryCode_GB_getInstance, VOID, true);
|
|
2933
|
+
defineProp($se$codesmart$models.CountryCode, 'GD', CountryCode_GD_getInstance, VOID, true);
|
|
2934
|
+
defineProp($se$codesmart$models.CountryCode, 'GE', CountryCode_GE_getInstance, VOID, true);
|
|
2935
|
+
defineProp($se$codesmart$models.CountryCode, 'GF', CountryCode_GF_getInstance, VOID, true);
|
|
2936
|
+
defineProp($se$codesmart$models.CountryCode, 'GG', CountryCode_GG_getInstance, VOID, true);
|
|
2937
|
+
defineProp($se$codesmart$models.CountryCode, 'GH', CountryCode_GH_getInstance, VOID, true);
|
|
2938
|
+
defineProp($se$codesmart$models.CountryCode, 'GI', CountryCode_GI_getInstance, VOID, true);
|
|
2939
|
+
defineProp($se$codesmart$models.CountryCode, 'GL', CountryCode_GL_getInstance, VOID, true);
|
|
2940
|
+
defineProp($se$codesmart$models.CountryCode, 'GM', CountryCode_GM_getInstance, VOID, true);
|
|
2941
|
+
defineProp($se$codesmart$models.CountryCode, 'GN', CountryCode_GN_getInstance, VOID, true);
|
|
2942
|
+
defineProp($se$codesmart$models.CountryCode, 'GP', CountryCode_GP_getInstance, VOID, true);
|
|
2943
|
+
defineProp($se$codesmart$models.CountryCode, 'GQ', CountryCode_GQ_getInstance, VOID, true);
|
|
2944
|
+
defineProp($se$codesmart$models.CountryCode, 'GR', CountryCode_GR_getInstance, VOID, true);
|
|
2945
|
+
defineProp($se$codesmart$models.CountryCode, 'GS', CountryCode_GS_getInstance, VOID, true);
|
|
2946
|
+
defineProp($se$codesmart$models.CountryCode, 'GT', CountryCode_GT_getInstance, VOID, true);
|
|
2947
|
+
defineProp($se$codesmart$models.CountryCode, 'GU', CountryCode_GU_getInstance, VOID, true);
|
|
2948
|
+
defineProp($se$codesmart$models.CountryCode, 'GW', CountryCode_GW_getInstance, VOID, true);
|
|
2949
|
+
defineProp($se$codesmart$models.CountryCode, 'GY', CountryCode_GY_getInstance, VOID, true);
|
|
2950
|
+
defineProp($se$codesmart$models.CountryCode, 'HK', CountryCode_HK_getInstance, VOID, true);
|
|
2951
|
+
defineProp($se$codesmart$models.CountryCode, 'HM', CountryCode_HM_getInstance, VOID, true);
|
|
2952
|
+
defineProp($se$codesmart$models.CountryCode, 'HN', CountryCode_HN_getInstance, VOID, true);
|
|
2953
|
+
defineProp($se$codesmart$models.CountryCode, 'HR', CountryCode_HR_getInstance, VOID, true);
|
|
2954
|
+
defineProp($se$codesmart$models.CountryCode, 'HT', CountryCode_HT_getInstance, VOID, true);
|
|
2955
|
+
defineProp($se$codesmart$models.CountryCode, 'HU', CountryCode_HU_getInstance, VOID, true);
|
|
2956
|
+
defineProp($se$codesmart$models.CountryCode, 'ID', CountryCode_ID_getInstance, VOID, true);
|
|
2957
|
+
defineProp($se$codesmart$models.CountryCode, 'IE', CountryCode_IE_getInstance, VOID, true);
|
|
2958
|
+
defineProp($se$codesmart$models.CountryCode, 'IL', CountryCode_IL_getInstance, VOID, true);
|
|
2959
|
+
defineProp($se$codesmart$models.CountryCode, 'IM', CountryCode_IM_getInstance, VOID, true);
|
|
2960
|
+
defineProp($se$codesmart$models.CountryCode, 'IN', CountryCode_IN_getInstance, VOID, true);
|
|
2961
|
+
defineProp($se$codesmart$models.CountryCode, 'IO', CountryCode_IO_getInstance, VOID, true);
|
|
2962
|
+
defineProp($se$codesmart$models.CountryCode, 'IQ', CountryCode_IQ_getInstance, VOID, true);
|
|
2963
|
+
defineProp($se$codesmart$models.CountryCode, 'IR', CountryCode_IR_getInstance, VOID, true);
|
|
2964
|
+
defineProp($se$codesmart$models.CountryCode, 'IS', CountryCode_IS_getInstance, VOID, true);
|
|
2965
|
+
defineProp($se$codesmart$models.CountryCode, 'IT', CountryCode_IT_getInstance, VOID, true);
|
|
2966
|
+
defineProp($se$codesmart$models.CountryCode, 'JE', CountryCode_JE_getInstance, VOID, true);
|
|
2967
|
+
defineProp($se$codesmart$models.CountryCode, 'JM', CountryCode_JM_getInstance, VOID, true);
|
|
2968
|
+
defineProp($se$codesmart$models.CountryCode, 'JO', CountryCode_JO_getInstance, VOID, true);
|
|
2969
|
+
defineProp($se$codesmart$models.CountryCode, 'JP', CountryCode_JP_getInstance, VOID, true);
|
|
2970
|
+
defineProp($se$codesmart$models.CountryCode, 'KE', CountryCode_KE_getInstance, VOID, true);
|
|
2971
|
+
defineProp($se$codesmart$models.CountryCode, 'KG', CountryCode_KG_getInstance, VOID, true);
|
|
2972
|
+
defineProp($se$codesmart$models.CountryCode, 'KH', CountryCode_KH_getInstance, VOID, true);
|
|
2973
|
+
defineProp($se$codesmart$models.CountryCode, 'KI', CountryCode_KI_getInstance, VOID, true);
|
|
2974
|
+
defineProp($se$codesmart$models.CountryCode, 'KM', CountryCode_KM_getInstance, VOID, true);
|
|
2975
|
+
defineProp($se$codesmart$models.CountryCode, 'KN', CountryCode_KN_getInstance, VOID, true);
|
|
2976
|
+
defineProp($se$codesmart$models.CountryCode, 'KP', CountryCode_KP_getInstance, VOID, true);
|
|
2977
|
+
defineProp($se$codesmart$models.CountryCode, 'KR', CountryCode_KR_getInstance, VOID, true);
|
|
2978
|
+
defineProp($se$codesmart$models.CountryCode, 'KW', CountryCode_KW_getInstance, VOID, true);
|
|
2979
|
+
defineProp($se$codesmart$models.CountryCode, 'KY', CountryCode_KY_getInstance, VOID, true);
|
|
2980
|
+
defineProp($se$codesmart$models.CountryCode, 'KZ', CountryCode_KZ_getInstance, VOID, true);
|
|
2981
|
+
defineProp($se$codesmart$models.CountryCode, 'LA', CountryCode_LA_getInstance, VOID, true);
|
|
2982
|
+
defineProp($se$codesmart$models.CountryCode, 'LB', CountryCode_LB_getInstance, VOID, true);
|
|
2983
|
+
defineProp($se$codesmart$models.CountryCode, 'LC', CountryCode_LC_getInstance, VOID, true);
|
|
2984
|
+
defineProp($se$codesmart$models.CountryCode, 'LI', CountryCode_LI_getInstance, VOID, true);
|
|
2985
|
+
defineProp($se$codesmart$models.CountryCode, 'LK', CountryCode_LK_getInstance, VOID, true);
|
|
2986
|
+
defineProp($se$codesmart$models.CountryCode, 'LR', CountryCode_LR_getInstance, VOID, true);
|
|
2987
|
+
defineProp($se$codesmart$models.CountryCode, 'LS', CountryCode_LS_getInstance, VOID, true);
|
|
2988
|
+
defineProp($se$codesmart$models.CountryCode, 'LT', CountryCode_LT_getInstance, VOID, true);
|
|
2989
|
+
defineProp($se$codesmart$models.CountryCode, 'LU', CountryCode_LU_getInstance, VOID, true);
|
|
2990
|
+
defineProp($se$codesmart$models.CountryCode, 'LV', CountryCode_LV_getInstance, VOID, true);
|
|
2991
|
+
defineProp($se$codesmart$models.CountryCode, 'LY', CountryCode_LY_getInstance, VOID, true);
|
|
2992
|
+
defineProp($se$codesmart$models.CountryCode, 'MA', CountryCode_MA_getInstance, VOID, true);
|
|
2993
|
+
defineProp($se$codesmart$models.CountryCode, 'MC', CountryCode_MC_getInstance, VOID, true);
|
|
2994
|
+
defineProp($se$codesmart$models.CountryCode, 'MD', CountryCode_MD_getInstance, VOID, true);
|
|
2995
|
+
defineProp($se$codesmart$models.CountryCode, 'ME', CountryCode_ME_getInstance, VOID, true);
|
|
2996
|
+
defineProp($se$codesmart$models.CountryCode, 'MF', CountryCode_MF_getInstance, VOID, true);
|
|
2997
|
+
defineProp($se$codesmart$models.CountryCode, 'MG', CountryCode_MG_getInstance, VOID, true);
|
|
2998
|
+
defineProp($se$codesmart$models.CountryCode, 'MH', CountryCode_MH_getInstance, VOID, true);
|
|
2999
|
+
defineProp($se$codesmart$models.CountryCode, 'MK', CountryCode_MK_getInstance, VOID, true);
|
|
3000
|
+
defineProp($se$codesmart$models.CountryCode, 'ML', CountryCode_ML_getInstance, VOID, true);
|
|
3001
|
+
defineProp($se$codesmart$models.CountryCode, 'MM', CountryCode_MM_getInstance, VOID, true);
|
|
3002
|
+
defineProp($se$codesmart$models.CountryCode, 'MN', CountryCode_MN_getInstance, VOID, true);
|
|
3003
|
+
defineProp($se$codesmart$models.CountryCode, 'MO', CountryCode_MO_getInstance, VOID, true);
|
|
3004
|
+
defineProp($se$codesmart$models.CountryCode, 'MP', CountryCode_MP_getInstance, VOID, true);
|
|
3005
|
+
defineProp($se$codesmart$models.CountryCode, 'MQ', CountryCode_MQ_getInstance, VOID, true);
|
|
3006
|
+
defineProp($se$codesmart$models.CountryCode, 'MR', CountryCode_MR_getInstance, VOID, true);
|
|
3007
|
+
defineProp($se$codesmart$models.CountryCode, 'MS', CountryCode_MS_getInstance, VOID, true);
|
|
3008
|
+
defineProp($se$codesmart$models.CountryCode, 'MT', CountryCode_MT_getInstance, VOID, true);
|
|
3009
|
+
defineProp($se$codesmart$models.CountryCode, 'MU', CountryCode_MU_getInstance, VOID, true);
|
|
3010
|
+
defineProp($se$codesmart$models.CountryCode, 'MV', CountryCode_MV_getInstance, VOID, true);
|
|
3011
|
+
defineProp($se$codesmart$models.CountryCode, 'MW', CountryCode_MW_getInstance, VOID, true);
|
|
3012
|
+
defineProp($se$codesmart$models.CountryCode, 'MX', CountryCode_MX_getInstance, VOID, true);
|
|
3013
|
+
defineProp($se$codesmart$models.CountryCode, 'MY', CountryCode_MY_getInstance, VOID, true);
|
|
3014
|
+
defineProp($se$codesmart$models.CountryCode, 'MZ', CountryCode_MZ_getInstance, VOID, true);
|
|
3015
|
+
defineProp($se$codesmart$models.CountryCode, 'NA', CountryCode_NA_getInstance, VOID, true);
|
|
3016
|
+
defineProp($se$codesmart$models.CountryCode, 'NC', CountryCode_NC_getInstance, VOID, true);
|
|
3017
|
+
defineProp($se$codesmart$models.CountryCode, 'NE', CountryCode_NE_getInstance, VOID, true);
|
|
3018
|
+
defineProp($se$codesmart$models.CountryCode, 'NF', CountryCode_NF_getInstance, VOID, true);
|
|
3019
|
+
defineProp($se$codesmart$models.CountryCode, 'NG', CountryCode_NG_getInstance, VOID, true);
|
|
3020
|
+
defineProp($se$codesmart$models.CountryCode, 'NI', CountryCode_NI_getInstance, VOID, true);
|
|
3021
|
+
defineProp($se$codesmart$models.CountryCode, 'NL', CountryCode_NL_getInstance, VOID, true);
|
|
3022
|
+
defineProp($se$codesmart$models.CountryCode, 'NO', CountryCode_NO_getInstance, VOID, true);
|
|
3023
|
+
defineProp($se$codesmart$models.CountryCode, 'NP', CountryCode_NP_getInstance, VOID, true);
|
|
3024
|
+
defineProp($se$codesmart$models.CountryCode, 'NR', CountryCode_NR_getInstance, VOID, true);
|
|
3025
|
+
defineProp($se$codesmart$models.CountryCode, 'NU', CountryCode_NU_getInstance, VOID, true);
|
|
3026
|
+
defineProp($se$codesmart$models.CountryCode, 'NZ', CountryCode_NZ_getInstance, VOID, true);
|
|
3027
|
+
defineProp($se$codesmart$models.CountryCode, 'OM', CountryCode_OM_getInstance, VOID, true);
|
|
3028
|
+
defineProp($se$codesmart$models.CountryCode, 'PA', CountryCode_PA_getInstance, VOID, true);
|
|
3029
|
+
defineProp($se$codesmart$models.CountryCode, 'PE', CountryCode_PE_getInstance, VOID, true);
|
|
3030
|
+
defineProp($se$codesmart$models.CountryCode, 'PF', CountryCode_PF_getInstance, VOID, true);
|
|
3031
|
+
defineProp($se$codesmart$models.CountryCode, 'PG', CountryCode_PG_getInstance, VOID, true);
|
|
3032
|
+
defineProp($se$codesmart$models.CountryCode, 'PH', CountryCode_PH_getInstance, VOID, true);
|
|
3033
|
+
defineProp($se$codesmart$models.CountryCode, 'PK', CountryCode_PK_getInstance, VOID, true);
|
|
3034
|
+
defineProp($se$codesmart$models.CountryCode, 'PL', CountryCode_PL_getInstance, VOID, true);
|
|
3035
|
+
defineProp($se$codesmart$models.CountryCode, 'PM', CountryCode_PM_getInstance, VOID, true);
|
|
3036
|
+
defineProp($se$codesmart$models.CountryCode, 'PN', CountryCode_PN_getInstance, VOID, true);
|
|
3037
|
+
defineProp($se$codesmart$models.CountryCode, 'PR', CountryCode_PR_getInstance, VOID, true);
|
|
3038
|
+
defineProp($se$codesmart$models.CountryCode, 'PS', CountryCode_PS_getInstance, VOID, true);
|
|
3039
|
+
defineProp($se$codesmart$models.CountryCode, 'PT', CountryCode_PT_getInstance, VOID, true);
|
|
3040
|
+
defineProp($se$codesmart$models.CountryCode, 'PW', CountryCode_PW_getInstance, VOID, true);
|
|
3041
|
+
defineProp($se$codesmart$models.CountryCode, 'PY', CountryCode_PY_getInstance, VOID, true);
|
|
3042
|
+
defineProp($se$codesmart$models.CountryCode, 'QA', CountryCode_QA_getInstance, VOID, true);
|
|
3043
|
+
defineProp($se$codesmart$models.CountryCode, 'RE', CountryCode_RE_getInstance, VOID, true);
|
|
3044
|
+
defineProp($se$codesmart$models.CountryCode, 'RO', CountryCode_RO_getInstance, VOID, true);
|
|
3045
|
+
defineProp($se$codesmart$models.CountryCode, 'RS', CountryCode_RS_getInstance, VOID, true);
|
|
3046
|
+
defineProp($se$codesmart$models.CountryCode, 'RU', CountryCode_RU_getInstance, VOID, true);
|
|
3047
|
+
defineProp($se$codesmart$models.CountryCode, 'RW', CountryCode_RW_getInstance, VOID, true);
|
|
3048
|
+
defineProp($se$codesmart$models.CountryCode, 'SA', CountryCode_SA_getInstance, VOID, true);
|
|
3049
|
+
defineProp($se$codesmart$models.CountryCode, 'SB', CountryCode_SB_getInstance, VOID, true);
|
|
3050
|
+
defineProp($se$codesmart$models.CountryCode, 'SC', CountryCode_SC_getInstance, VOID, true);
|
|
3051
|
+
defineProp($se$codesmart$models.CountryCode, 'SD', CountryCode_SD_getInstance, VOID, true);
|
|
3052
|
+
defineProp($se$codesmart$models.CountryCode, 'SE', CountryCode_SE_getInstance, VOID, true);
|
|
3053
|
+
defineProp($se$codesmart$models.CountryCode, 'SG', CountryCode_SG_getInstance, VOID, true);
|
|
3054
|
+
defineProp($se$codesmart$models.CountryCode, 'SH', CountryCode_SH_getInstance, VOID, true);
|
|
3055
|
+
defineProp($se$codesmart$models.CountryCode, 'SI', CountryCode_SI_getInstance, VOID, true);
|
|
3056
|
+
defineProp($se$codesmart$models.CountryCode, 'SJ', CountryCode_SJ_getInstance, VOID, true);
|
|
3057
|
+
defineProp($se$codesmart$models.CountryCode, 'SK', CountryCode_SK_getInstance, VOID, true);
|
|
3058
|
+
defineProp($se$codesmart$models.CountryCode, 'SL', CountryCode_SL_getInstance, VOID, true);
|
|
3059
|
+
defineProp($se$codesmart$models.CountryCode, 'SM', CountryCode_SM_getInstance, VOID, true);
|
|
3060
|
+
defineProp($se$codesmart$models.CountryCode, 'SN', CountryCode_SN_getInstance, VOID, true);
|
|
3061
|
+
defineProp($se$codesmart$models.CountryCode, 'SO', CountryCode_SO_getInstance, VOID, true);
|
|
3062
|
+
defineProp($se$codesmart$models.CountryCode, 'SR', CountryCode_SR_getInstance, VOID, true);
|
|
3063
|
+
defineProp($se$codesmart$models.CountryCode, 'SS', CountryCode_SS_getInstance, VOID, true);
|
|
3064
|
+
defineProp($se$codesmart$models.CountryCode, 'ST', CountryCode_ST_getInstance, VOID, true);
|
|
3065
|
+
defineProp($se$codesmart$models.CountryCode, 'SV', CountryCode_SV_getInstance, VOID, true);
|
|
3066
|
+
defineProp($se$codesmart$models.CountryCode, 'SX', CountryCode_SX_getInstance, VOID, true);
|
|
3067
|
+
defineProp($se$codesmart$models.CountryCode, 'SY', CountryCode_SY_getInstance, VOID, true);
|
|
3068
|
+
defineProp($se$codesmart$models.CountryCode, 'SZ', CountryCode_SZ_getInstance, VOID, true);
|
|
3069
|
+
defineProp($se$codesmart$models.CountryCode, 'TC', CountryCode_TC_getInstance, VOID, true);
|
|
3070
|
+
defineProp($se$codesmart$models.CountryCode, 'TD', CountryCode_TD_getInstance, VOID, true);
|
|
3071
|
+
defineProp($se$codesmart$models.CountryCode, 'TF', CountryCode_TF_getInstance, VOID, true);
|
|
3072
|
+
defineProp($se$codesmart$models.CountryCode, 'TG', CountryCode_TG_getInstance, VOID, true);
|
|
3073
|
+
defineProp($se$codesmart$models.CountryCode, 'TH', CountryCode_TH_getInstance, VOID, true);
|
|
3074
|
+
defineProp($se$codesmart$models.CountryCode, 'TJ', CountryCode_TJ_getInstance, VOID, true);
|
|
3075
|
+
defineProp($se$codesmart$models.CountryCode, 'TK', CountryCode_TK_getInstance, VOID, true);
|
|
3076
|
+
defineProp($se$codesmart$models.CountryCode, 'TL', CountryCode_TL_getInstance, VOID, true);
|
|
3077
|
+
defineProp($se$codesmart$models.CountryCode, 'TM', CountryCode_TM_getInstance, VOID, true);
|
|
3078
|
+
defineProp($se$codesmart$models.CountryCode, 'TN', CountryCode_TN_getInstance, VOID, true);
|
|
3079
|
+
defineProp($se$codesmart$models.CountryCode, 'TO', CountryCode_TO_getInstance, VOID, true);
|
|
3080
|
+
defineProp($se$codesmart$models.CountryCode, 'TR', CountryCode_TR_getInstance, VOID, true);
|
|
3081
|
+
defineProp($se$codesmart$models.CountryCode, 'TT', CountryCode_TT_getInstance, VOID, true);
|
|
3082
|
+
defineProp($se$codesmart$models.CountryCode, 'TV', CountryCode_TV_getInstance, VOID, true);
|
|
3083
|
+
defineProp($se$codesmart$models.CountryCode, 'TW', CountryCode_TW_getInstance, VOID, true);
|
|
3084
|
+
defineProp($se$codesmart$models.CountryCode, 'TZ', CountryCode_TZ_getInstance, VOID, true);
|
|
3085
|
+
defineProp($se$codesmart$models.CountryCode, 'UA', CountryCode_UA_getInstance, VOID, true);
|
|
3086
|
+
defineProp($se$codesmart$models.CountryCode, 'UG', CountryCode_UG_getInstance, VOID, true);
|
|
3087
|
+
defineProp($se$codesmart$models.CountryCode, 'UM', CountryCode_UM_getInstance, VOID, true);
|
|
3088
|
+
defineProp($se$codesmart$models.CountryCode, 'US', CountryCode_US_getInstance, VOID, true);
|
|
3089
|
+
defineProp($se$codesmart$models.CountryCode, 'UY', CountryCode_UY_getInstance, VOID, true);
|
|
3090
|
+
defineProp($se$codesmart$models.CountryCode, 'UZ', CountryCode_UZ_getInstance, VOID, true);
|
|
3091
|
+
defineProp($se$codesmart$models.CountryCode, 'VA', CountryCode_VA_getInstance, VOID, true);
|
|
3092
|
+
defineProp($se$codesmart$models.CountryCode, 'VC', CountryCode_VC_getInstance, VOID, true);
|
|
3093
|
+
defineProp($se$codesmart$models.CountryCode, 'VE', CountryCode_VE_getInstance, VOID, true);
|
|
3094
|
+
defineProp($se$codesmart$models.CountryCode, 'VG', CountryCode_VG_getInstance, VOID, true);
|
|
3095
|
+
defineProp($se$codesmart$models.CountryCode, 'VI', CountryCode_VI_getInstance, VOID, true);
|
|
3096
|
+
defineProp($se$codesmart$models.CountryCode, 'VN', CountryCode_VN_getInstance, VOID, true);
|
|
3097
|
+
defineProp($se$codesmart$models.CountryCode, 'VU', CountryCode_VU_getInstance, VOID, true);
|
|
3098
|
+
defineProp($se$codesmart$models.CountryCode, 'WF', CountryCode_WF_getInstance, VOID, true);
|
|
3099
|
+
defineProp($se$codesmart$models.CountryCode, 'WS', CountryCode_WS_getInstance, VOID, true);
|
|
3100
|
+
defineProp($se$codesmart$models.CountryCode, 'YE', CountryCode_YE_getInstance, VOID, true);
|
|
3101
|
+
defineProp($se$codesmart$models.CountryCode, 'YT', CountryCode_YT_getInstance, VOID, true);
|
|
3102
|
+
defineProp($se$codesmart$models.CountryCode, 'ZA', CountryCode_ZA_getInstance, VOID, true);
|
|
3103
|
+
defineProp($se$codesmart$models.CountryCode, 'ZM', CountryCode_ZM_getInstance, VOID, true);
|
|
3104
|
+
defineProp($se$codesmart$models.CountryCode, 'ZW', CountryCode_ZW_getInstance, VOID, true);
|
|
3105
|
+
var $se = _.se || (_.se = {});
|
|
3106
|
+
var $se$codesmart = $se.codesmart || ($se.codesmart = {});
|
|
3107
|
+
var $se$codesmart$models = $se$codesmart.models || ($se$codesmart.models = {});
|
|
3108
|
+
defineProp($se$codesmart$models, 'ZipCodeFormat', ZipCodeFormat_getInstance, VOID, true);
|
|
3109
|
+
var $se = _.se || (_.se = {});
|
|
3110
|
+
var $se$codesmart = $se.codesmart || ($se.codesmart = {});
|
|
3111
|
+
var $se$codesmart$validator = $se$codesmart.validator || ($se$codesmart.validator = {});
|
|
3112
|
+
defineProp($se$codesmart$validator, 'ZipValidator', ZipValidator_getInstance, VOID, true);
|
|
3113
|
+
}
|
|
3114
|
+
$jsExportAll$(_);
|
|
3115
|
+
//endregion
|
|
3116
|
+
return _;
|
|
3117
|
+
}));
|
|
3118
|
+
|
|
3119
|
+
//# sourceMappingURL=zipcode-validator.js.map
|