Uses of Class
com.ibm.icu.util.ULocale.Builder
Packages that use ULocale.Builder
-
Uses of ULocale.Builder in com.ibm.icu.util
Methods in com.ibm.icu.util that return ULocale.BuilderModifier and TypeMethodDescriptionULocale.Builder.addUnicodeLocaleAttribute
(String attribute) Adds a unicode locale attribute, if not already present, otherwise has no effect.ULocale.Builder.clear()
Resets the builder to its initial, empty state.ULocale.Builder.clearExtensions()
Resets the extensions to their initial, empty state.ULocale.Builder.removeUnicodeLocaleAttribute
(String attribute) Removes a unicode locale attribute, if present, otherwise has no effect.ULocale.Builder.setExtension
(char key, String value) Sets the extension for the given key.ULocale.Builder.setLanguage
(String language) Sets the language.ULocale.Builder.setLanguageTag
(String languageTag) Resets the Builder to match the provided IETF BCP 47 language tag.Resets theBuilder
to match the providedlocale
.Sets the region.Sets the script.ULocale.Builder.setUnicodeLocaleKeyword
(String key, String type) Sets the Unicode locale keyword type for the given key.ULocale.Builder.setVariant
(String variant) Sets the variant.