Uses of Class
com.ibm.icu.util.ULocale.Builder

Packages that use ULocale.Builder
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of ULocale.Builder in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return ULocale.Builder
 ULocale.Builder ULocale.Builder.clear()
          Resets the builder to its initial, default state.
 ULocale.Builder ULocale.Builder.clearExtensions()
          Resets the extensions to their initial, default state.
 ULocale.Builder ULocale.Builder.setExtension(char key, java.lang.String value)
          Sets the extension for the given key.
 ULocale.Builder ULocale.Builder.setLanguage(java.lang.String language)
          Sets the language.
 ULocale.Builder ULocale.Builder.setLanguageTag(java.lang.String langtag)
          Resets the builder to match the provided language tag.
 ULocale.Builder ULocale.Builder.setLDMLExtensionValue(java.lang.String key, java.lang.String value)
          Sets the LDML keyword value ('type') for the given key.
 ULocale.Builder ULocale.Builder.setLocale(ULocale loc)
          Resets the builder to match the provided locale.
 ULocale.Builder ULocale.Builder.setRegion(java.lang.String region)
          Sets the region.
 ULocale.Builder ULocale.Builder.setScript(java.lang.String script)
          Sets the script.
 ULocale.Builder ULocale.Builder.setVariant(java.lang.String variant)
          Sets the variant.
 



Copyright (c) 2009 IBM Corporation and others.