Lines Matching defs:country
55 String country = Resources.getCountry(localeStr);
58 if (country == null) country = new String();
59 if (variant == null) Resources.setLocale(new Locale(language, country));
60 else Resources.setLocale(new Locale(language, country, variant));
202 o = descriptors.get("fileCountry"); if (o != null) dict.country = ((String) o);
304 o = descriptors.get("fileCountry"); if (o != null) dict.country = ((String) o);
646 * @param country A more formal name for the country described by the resource, can be <CODE>null</CODE>
653 String language, String country, String variant, boolean copyValues) {
663 bundle.country = country;
774 if (dict.country != null) dictStr += " " + dict.country;