Lines Matching refs:region

84     const char *region = NULL;
134 region = (char *)xsltDefaultRegion((xmlChar *)localeName);
135 if (region == NULL)
139 *q++ = region[0];
140 *q++ = region[1];
154 const xmlChar *region = NULL;
178 region = xsltDefaultRegion(localeName);
179 if (region == NULL) goto end;
181 strcpy(localeName + llen + 1, region);
196 /* region should be xmlChar, but gcc warns on all string assignments */
197 const char *region = NULL;
204 if (c == 'a' || c == 'm') region = "ET";
205 else if (c == 'f') region = "ZA";
206 else if (c == 'n') region = "ES";
207 else if (c == 'r') region = "AE";
208 else if (c == 'z') region = "AZ";
211 if (c == 'e') region = "BY";
212 else if (c == 'g') region = "BG";
213 else if (c == 'n') region = "BD";
214 else if (c == 'r') region = "FR";
215 else if (c == 's') region = "BA";
218 if (c == 'a') region = "ES";
219 else if (c == 's') region = "CZ";
220 else if (c == 'y') region = "GB";
223 if (c == 'a') region = "DK";
224 else if (c == 'e') region = "DE";
227 if (c == 'l') region = "GR";
228 else if (c == 'n' || c == 'o') region = "US";
229 else if (c == 's' || c == 'u') region = "ES";
230 else if (c == 't') region = "EE";
233 if (c == 'a') region = "IR";
234 else if (c == 'i') region = "FI";
235 else if (c == 'o') region = "FO";
236 else if (c == 'r') region = "FR";
239 if (c == 'a') region = "IE";
240 else if (c == 'l') region = "ES";
241 else if (c == 'v') region = "GB";
244 if (c == 'e') region = "IL";
245 else if (c == 'i') region = "IN";
246 else if (c == 'r') region = "HT";
247 else if (c == 'u') region = "HU";
250 if (c == 'd') region = "ID";
251 else if (c == 's') region = "IS";
252 else if (c == 't') region = "IT";
253 else if (c == 'w') region = "IL";
256 if (c == 'a') region = "JP";
259 if (c == 'l') region = "GL";
260 else if (c == 'o') region = "KR";
261 else if (c == 'w') region = "GB";
264 if (c == 't') region = "LT";
265 else if (c == 'v') region = "LV";
268 if (c == 'k') region = "MK";
269 else if (c == 'l' || c == 'r') region = "IN";
270 else if (c == 'n') region = "MN";
271 else if (c == 's') region = "MY";
272 else if (c == 't') region = "MT";
275 if (c == 'b' || c == 'n' || c == 'o') region = "NO";
276 else if (c == 'e') region = "NP";
277 else if (c == 'l') region = "NL";
280 if (c == 'm') region = "ET";
283 if (c == 'a') region = "IN";
284 else if (c == 'l') region = "PL";
285 else if (c == 't') region = "PT";
288 if (c == 'o') region = "RO";
289 else if (c == 'u') region = "RU";
293 case 'e': region = "NO"; break;
294 case 'h': region = "YU"; break;
295 case 'k': region = "SK"; break;
296 case 'l': region = "SI"; break;
297 case 'o': region = "ET"; break;
298 case 'q': region = "AL"; break;
299 case 't': region = "ZA"; break;
300 case 'v': region = "SE"; break;
304 if (c == 'a' || c == 'e') region = "IN";
305 else if (c == 'h') region = "TH";
306 else if (c == 'i') region = "ER";
307 else if (c == 'r') region = "TR";
308 else if (c == 't') region = "RU";
311 if (c == 'k') region = "UA";
312 else if (c == 'r') region = "PK";
315 if (c == 'i') region = "VN";
318 if (c == 'a') region = "BE";
321 if (c == 'h') region = "ZA";
324 if (c == 'h') region = "CN";
325 else if (c == 'u') region = "ZA";
328 return((xmlChar *)region);