}
/**
- * {@icu} Sets the default ULocale. This also sets the default Locale.
+ * Sets the default ULocale. This also sets the default Locale.
* If the caller does not have write permission to the
* user.language property, a security exception will be thrown,
* and the default ULocale will remain unchanged.
}
/**
- * {@icu} Returns the script code for this locale, which might be the empty string.
+ * Returns the script code for this locale, which might be the empty string.
* @see #getDisplayScript()
* @see #getDisplayScript(ULocale)
* @stable ICU 3.0
}
/**
- * Returns the country/region code for this locale, which will either be the empty string
+ * {@icu} Returns the country/region code for this locale, which will either be the empty string
* or an uppercase ISO 3166 2-letter code.
* @param localeID The locale identification string.
* @see #getDisplayCountry()
}
/**
- * Returns the variant code for the specified locale, which might be the empty string.
+ * {@icu} Returns the variant code for the specified locale, which might be the empty string.
* @see #getDisplayVariant()
* @see #getDisplayVariant(ULocale)
* @stable ICU 3.0
}
/**
- * Given a keyword and a value, return a new locale with an updated
+ * {@icu} Given a keyword and a value, return a new locale with an updated
* keyword and value. If the keyword is null, this removes all keywords from the locale id.
* Otherwise, if the value is null, this removes the value for this keyword from the
* locale id. Otherwise, this adds/replaces the value for this keyword in the locale id.
}
/**
- * Returns a three-letter abbreviation for this locale's language. If the locale
+ * {@icu} Returns a three-letter abbreviation for this locale's language. If the locale
* doesn't specify a language, returns the empty string. Otherwise, returns
* a lowercase ISO 639-2/T language code.
* The ISO 639-2 language codes can be found on-line at
}
/**
- * Returns a three-letter abbreviation for this locale's country/region. If the locale
+ * {@icu} Returns a three-letter abbreviation for this locale's country/region. If the locale
* doesn't specify a country, returns the empty string. Otherwise, returns
* an uppercase ISO 3166 3-letter country code.
* @exception MissingResourceException Throws MissingResourceException if the
"root-en-es-pt-zh-ja-ko-de-fr-it-ar+he+fa+ru-nl-pl-th-tr-";
/**
- * Returns whether this locale's script is written right-to-left.
+ * {@icu} Returns whether this locale's script is written right-to-left.
* If there is no script subtag, then the likely script is used,
* see {@link #addLikelySubtags(ULocale)}.
* If no likely script is known, then false is returned.
}
/**
- * {@icu} Returns this locale's language localized for display in the provided locale.
+ * Returns this locale's language localized for display in the provided locale.
* @param displayLocale the locale in which to display the name.
* @return the localized language name.
* @stable ICU 3.0
}
/**
- * Returns a locale's language localized for display in the provided locale.
+ * {@icu} Returns a locale's language localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose language will be displayed
* @param displayLocaleID the id of the locale in which to display the name.
}
/**
- * Returns a locale's language localized for display in the provided locale.
+ * {@icu} Returns a locale's language localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose language will be displayed.
* @param displayLocale the locale in which to display the name.
}
/**
- * {@icu} Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
+ * Returns this locale's script localized for display in the default <code>DISPLAY</code> locale.
* @return the localized script name.
* @see Category#DISPLAY
* @stable ICU 3.0
}
/**
- * {@icu} Returns this locale's script localized for display in the provided locale.
+ * Returns this locale's script localized for display in the provided locale.
* @param displayLocale the locale in which to display the name.
* @return the localized script name.
* @stable ICU 3.0
}
/**
- * Returns a locale's country localized for display in the provided locale.
+ * {@icu} Returns a locale's country localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose country will be displayed
* @param displayLocaleID the id of the locale in which to display the name.
}
/**
- * Returns a locale's country localized for display in the provided locale.
+ * {@icu} Returns a locale's country localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose country will be displayed.
* @param displayLocale the locale in which to display the name.
}
/**
- * Returns a locale's variant localized for display in the provided locale.
+ * {@icu} Returns a locale's variant localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose variant will be displayed
* @param displayLocaleID the id of the locale in which to display the name.
}
/**
- * Returns a locale's variant localized for display in the provided locale.
+ * {@icu} Returns a locale's variant localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the id of the locale whose variant will be displayed.
* @param displayLocale the locale in which to display the name.
}
/**
- * Returns the locale ID localized for display in the provided locale.
+ * {@icu} Returns the locale ID localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the locale whose name is to be displayed.
* @param displayLocaleID the id of the locale in which to display the locale name.
}
/**
- * Returns the locale ID localized for display in the provided locale.
+ * {@icu} Returns the locale ID localized for display in the provided locale.
* This is a cover for the ICU4C API.
* @param localeID the locale whose name is to be displayed.
* @param displayLocale the locale in which to display the locale name.
// --------------------------------
/**
- * {@icu} The key for the private use locale extension ('x').
+ * The key for the private use locale extension ('x').
*
* @see #getExtension(char)
* @see Builder#setExtension(char, String)
public static final char PRIVATE_USE_EXTENSION = 'x';
/**
- * {@icu} The key for Unicode locale extension ('u').
+ * The key for Unicode locale extension ('u').
*
* @see #getExtension(char)
* @see Builder#setExtension(char, String)
public static final char UNICODE_LOCALE_EXTENSION = 'u';
/**
- * {@icu} Returns the extension (or private use) value associated with
+ * Returns the extension (or private use) value associated with
* the specified key, or null if there is no extension
* associated with the key. To be well-formed, the key must be one
* of <code>[0-9A-Za-z]</code>. Keys are case-insensitive, so
}
/**
- * {@icu} Returns the set of extension keys associated with this locale, or the
+ * Returns the set of extension keys associated with this locale, or the
* empty set if it has no extensions. The returned set is unmodifiable.
* The keys will all be lower-case.
*
}
/**
- * {@icu} Returns the set of unicode locale attributes associated with
+ * Returns the set of unicode locale attributes associated with
* this locale, or the empty set if it has no attributes. The
* returned set is unmodifiable.
*
}
/**
- * {@icu} Returns the Unicode locale type associated with the specified Unicode locale key
+ * Returns the Unicode locale type associated with the specified Unicode locale key
* for this locale. Returns the empty string for keys that are defined with no type.
* Returns null if the key is not defined. Keys are case-insensitive. The key must
* be two alphanumeric characters ([0-9a-zA-Z]), or an IllegalArgumentException is
}
/**
- * {@icu} Returns the set of Unicode locale keys defined by this locale, or the empty set if
+ * Returns the set of Unicode locale keys defined by this locale, or the empty set if
* this locale has none. The returned set is immutable. Keys are all lower case.
*
* @return The set of Unicode locale keys, or the empty set if this locale has
}
/**
- * {@icu} Returns a well-formed IETF BCP 47 language tag representing
+ * Returns a well-formed IETF BCP 47 language tag representing
* this locale.
*
* <p>If this <code>ULocale</code> has a language, script, country, or
}
/**
- * {@icu} Returns a locale for the specified IETF BCP 47 language tag string.
+ * Returns a locale for the specified IETF BCP 47 language tag string.
*
* <p>If the specified language tag contains any ill-formed subtags,
* the first such subtag and all following subtags are ignored. Compare