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

Packages that use ULocale.Type
com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. 
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of ULocale.Type in com.ibm.icu.text
 

Methods in com.ibm.icu.text with parameters of type ULocale.Type
 ULocale Collator.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 ULocale DecimalFormatSymbols.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 ULocale DateFormatSymbols.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 ULocale BreakIterator.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 ULocale UFormat.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 

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

Fields in com.ibm.icu.util declared as ULocale.Type
static ULocale.Type ULocale.ACTUAL_LOCALE
          Selector for getLocale() indicating the locale of the resource containing the data.
static ULocale.Type ULocale.VALID_LOCALE
          Selector for getLocale() indicating the most specific locale for which any data exists.
 

Methods in com.ibm.icu.util with parameters of type ULocale.Type
 ULocale Currency.getLocale(ULocale.Type type)
          Deprecated. This API is obsolete.
 ULocale Calendar.getLocale(ULocale.Type type)
          Return the locale that was used to create this object, or null.
 



Copyright (c) 2009 IBM Corporation and others.