Searched defs:country (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java682 String country);
681 getSystemTimeZoneID(String javaHome, String country) argument
H A DLocale.java69 * according to the customs and conventions of the user's native country,
115 * <dt><a name="def_region"><b>country (region)</b></a></dt>
117 * <dd>ISO 3166 alpha-2 country code or UN M.49 numeric-3 area code.
118 * You can find a full list of valid country and region codes in the
120 * country (region) field is case insensitive, but
123 * <dd>Well-formed country/region values have
244 * {@link #Locale(String language, String country)}
245 * {@link #Locale(String language, String country, String variant)}
249 * with language, country and variant, but you cannot specify
343 * about itself. Use <code>getCountry</code> to get the country (o
731 Locale(String language, String country, String variant) argument
761 Locale(String language, String country) argument
793 createConstant(String lang, String country) argument
812 getInstance(String language, String country, String variant) argument
816 getInstance(String language, String script, String country, String variant, LocaleExtensions extensions) argument
2401 getCompatibilityExtensions(String language, String script, String country, String variant) argument
[all...]
/libcore/ojluni/src/main/native/
H A Djava_props_md.c139 char *language = NULL, *country = NULL, *variant = NULL, local
183 * <language name>_<country name>.<encoding name>@<variant name>
184 * <country name>, <encoding name>, and <variant name> are optional.
191 /* Parse the language, country, encoding, and variant from the
200 * no country name, and this facility is used to map each language
201 * to a default country if that's possible. It's also used to map
227 if ((country = strchr(temp, '_')) != NULL) {
228 *country++ = '\0';
249 /* Normalize the country name */
250 if (std_country != NULL && country !
[all...]
/libcore/ojluni/src/main/java/sun/security/x509/
H A DX500Name.java201 * @param country two letter country code, e.g. "CH"
204 String organizationName, String country)
222 new DerValue(country));
238 * @param country two letter country code, e.g. "CH"
242 String stateName, String country)
266 new DerValue(country));
1198 /** OID for the "C=" attribute, denoting a country. */
203 X500Name(String commonName, String organizationUnit, String organizationName, String country) argument
240 X500Name(String commonName, String organizationUnit, String organizationName, String localityName, String stateName, String country) argument
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1497 public static final int country = 0; field in class:R

Completed in 114 milliseconds