Lines Matching defs:country
18 * A class representing the entire Bundle of Resources for a particular language, country, variant.
39 * A descriptor of the country in the encoding (e.g. US, Canada, Great Britain)
41 public String country;
80 country = null;
126 * This method returns the country encoding string, or null if it is not specified
151 // Strip off the country
417 if (country != null && !country.equals("")) retStr += ", " + country;
435 if (country != null) retStr += "# @fileCountry " + country + "\n";