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

/libcore/luni/src/main/java/java/util/
H A DLocale.java29 * {@code Locale} represents a language/country/variant combination. Locales are used to
41 * rewriting happens even if you construct your own {@code Locale} object, not just for
45 * <p>This class' constructors do no error checking. You can create a {@code Locale} for languages
59 * <p>You can use {@link Locale#getDefault} to get an appropriate locale for the <i>user</i> of the
60 * device you're running on, or {@link Locale#getAvailableLocales} to get a list of all the locales
63 * <a name="locale_data"><h3>Locale data</h3></a>
114 * there is usually {@code Locale.US}&nbsp;&ndash; this locale is guaranteed to be available on all
128 * {@link String#toUpperCase} overloads that don't take a {@code Locale}: in Turkey, for example,
133 public final class Locale implements Cloneable, Serializable { class in inherits:Cloneable,Serializable
138 * Locale constan
850 private Locale(boolean hasValidatedFields, String lowerCaseLanguageCode, method in class:Locale
867 public Locale(String language) { method in class:Locale
875 public Locale(String language, String country) { method in class:Locale
885 public Locale(String language, String country, String variant, String scriptCode, method in class:Locale
941 public Locale(String language, String country, String variant) { method in class:Locale
[all...]

Completed in 84 milliseconds