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

Packages that use ULocale
com.ibm.icu.lang Enhanced character property and surrogate support. 
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 in com.ibm.icu.lang
 

Methods in com.ibm.icu.lang with parameters of type ULocale
static String UCharacter.toUpperCase(ULocale locale, String str)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String UCharacter.toLowerCase(ULocale locale, String str)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String UCharacter.toTitleCase(ULocale locale, String str, BreakIterator breakiter)
          Deprecated. This is a draft API and might change in a future release of ICU.
static int[] UScript.getCode(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Uses of ULocale in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return ULocale
 ULocale UFormat.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale[] RuleBasedNumberFormat.getRuleSetDisplayNameLocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] BreakIterator.getAvailableULocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale BreakIterator.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale MessageFormat.getULocale()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] Collator.getAvailableULocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale Collator.getFunctionalEquivalent(String keyword, ULocale locID, boolean[] isAvailable)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale Collator.getFunctionalEquivalent(String keyword, ULocale locID)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale Collator.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale DateFormatSymbols.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] DateFormat.getAvailableULocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] NumberFormat.getAvailableULocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale DecimalFormatSymbols.getULocale()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale DecimalFormatSymbols.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Methods in com.ibm.icu.text with parameters of type ULocale
static String Transliterator.getDisplayName(String id, ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String[] RuleBasedNumberFormat.getRuleSetDisplayNames(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String RuleBasedNumberFormat.getRuleSetDisplayName(String ruleSetName, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static BreakIterator BreakIterator.getWordInstance(ULocale where)
          Deprecated. This is a draft API and might change in a future release of ICU.
static BreakIterator BreakIterator.getLineInstance(ULocale where)
          Deprecated. This is a draft API and might change in a future release of ICU.
static BreakIterator BreakIterator.getCharacterInstance(ULocale where)
          Deprecated. This is a draft API and might change in a future release of ICU.
static BreakIterator BreakIterator.getSentenceInstance(ULocale where)
          Deprecated. This is a draft API and might change in a future release of ICU.
static BreakIterator BreakIterator.getTitleInstance(ULocale where)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Object BreakIterator.registerInstance(BreakIterator iter, ULocale locale, int kind)
          Deprecated. This is a draft API and might change in a future release of ICU.
 void MessageFormat.setLocale(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Collator Collator.getInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Object Collator.registerInstance(Collator collator, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale Collator.getFunctionalEquivalent(String keyword, ULocale locID, boolean[] isAvailable)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale Collator.getFunctionalEquivalent(String keyword, ULocale locID)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String Collator.getDisplayName(ULocale objectLocale, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String Collator.getDisplayName(ULocale objectLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 Collator Collator.CollatorFactory.createCollator(ULocale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String Collator.CollatorFactory.getDisplayName(ULocale objectLocale, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected  void DateFormatSymbols.initializeData(ULocale desiredLocale, String type)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected  void DateFormatSymbols.initializeData(ULocale desiredLocale, com.ibm.icu.impl.CalendarData calData)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ResourceBundle DateFormatSymbols.getDateFormatBundle(Class calendarClass, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ResourceBundle DateFormatSymbols.getDateFormatBundle(Calendar cal, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getTimeInstance(int style, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getDateInstance(int style, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getDateTimeInstance(int dateStyle, int timeStyle, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getDateInstance(Calendar cal, int dateStyle, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getTimeInstance(Calendar cal, int timeStyle, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getDateTimeInstance(Calendar cal, int dateStyle, int timeStyle, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static DateFormat DateFormat.getInstance(Calendar cal, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getNumberInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getIntegerInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getCurrencyInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getPercentInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static NumberFormat NumberFormat.getScientificInstance(ULocale inLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected static String NumberFormat.getPattern(ULocale forLocale, int choice)
          Deprecated. This is a draft API and might change in a future release of ICU.
 NumberFormat NumberFormat.NumberFormatFactory.createFormat(ULocale loc, int formatType)
          Deprecated. This is a draft API and might change in a future release of ICU.
static MeasureFormat MeasureFormat.getCurrencyFormat(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected  void ChineseDateFormatSymbols.initializeData(ULocale loc, com.ibm.icu.impl.CalendarData calData)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Constructors in com.ibm.icu.text with parameters of type ULocale
ChineseDateFormat(String pattern, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
RuleBasedNumberFormat(String description, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
RuleBasedNumberFormat(String description, String[][] localizations, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
RuleBasedNumberFormat(ULocale locale, int format)
          Deprecated. This is a draft API and might change in a future release of ICU.
StringSearch(String pattern, CharacterIterator target, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
MessageFormat(String pattern, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
SimpleDateFormat(String pattern, ULocale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
SimpleDateFormat(String pattern, DateFormatSymbols formatData, ULocale loc)
           
DateFormatSymbols(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
DateFormatSymbols(Calendar cal, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
DateFormatSymbols(Class calendarClass, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
DateFormatSymbols(ResourceBundle bundle, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
NumberFormat.SimpleNumberFormatFactory(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
NumberFormat.SimpleNumberFormatFactory(ULocale locale, boolean visible)
          Deprecated. This is a draft API and might change in a future release of ICU.
ChineseDateFormatSymbols(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
ChineseDateFormatSymbols(Calendar cal, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
DecimalFormatSymbols(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Uses of ULocale in com.ibm.icu.util
 

Fields in com.ibm.icu.util declared as ULocale
static ULocale ULocale.ENGLISH
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.FRENCH
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.GERMAN
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.ITALIAN
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.JAPANESE
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.KOREAN
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.CHINESE
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.SIMPLIFIED_CHINESE
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.TRADITIONAL_CHINESE
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.FRANCE
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.GERMANY
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.ITALY
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.JAPAN
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.KOREA
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.CHINA
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.PRC
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.TAIWAN
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.UK
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.US
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.CANADA
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.CANADA_FRENCH
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.ROOT
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Methods in com.ibm.icu.util that return ULocale
abstract  ULocale UResourceBundle.getULocale()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] Currency.getAvailableULocales()
          Return an array of the ulocales for which a currency is defined.
 ULocale Currency.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] Calendar.getAvailableULocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale Calendar.getLocale(ULocale.Type type)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.forLocale(Locale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.createCanonical(String nonCanonicalID)
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale ULocale.getDefault()
          Deprecated. This is a draft API and might change in a future release of ICU.
static ULocale[] ULocale.getAvailableLocales()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale ULocale.getFallback()
          Deprecated. This is a draft API and might change in a future release of ICU.
 ULocale ULocale.setKeywordValue(String keyword, String value)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Methods in com.ibm.icu.util with parameters of type ULocale
protected  DateFormat ChineseCalendar.handleGetDateFormat(String pattern, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Holiday[] Holiday.getHolidays(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String Holiday.getDisplayName(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UnicodeSet LocaleData.getExemplarSet(ULocale locale, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static LocaleData.MeasurementSystem LocaleData.getMeasurementSystem(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static LocaleData.PaperSize LocaleData.getPaperSize(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static UResourceBundle UResourceBundle.getBundleInstance(String baseName, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Currency Currency.getInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Object Currency.registerInstance(Currency currency, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String Currency.getName(ULocale locale, int nameStyle, boolean[] isChoiceFormat)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String Currency.parse(ULocale locale, String text, ParsePosition pos)
          Attempt to parse the given string as a currency, either as a display name in the given locale, or as a 3-letter ISO 4217 code.
static Calendar Calendar.getInstance(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static Calendar Calendar.getInstance(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String Calendar.getDisplayName(ULocale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
 DateFormat Calendar.getDateTimeFormat(int dateStyle, int timeStyle, ULocale loc)
          Deprecated. This is a draft API and might change in a future release of ICU.
protected  DateFormat Calendar.handleGetDateFormat(String pattern, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String TimeZone.getDisplayName(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String TimeZone.getDisplayName(boolean daylight, int style, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static void ULocale.setDefault(ULocale newLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayLanguage(ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayLanguage(String localeID, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayScript(ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayScript(String localeID, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayCountry(ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayCountry(String localeID, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayVariant(ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayVariant(String localeID, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayKeyword(String keyword, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayKeywordValue(String keyword, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayKeywordValue(String localeID, String keyword, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 String ULocale.getDisplayName(ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
static String ULocale.getDisplayName(String localeID, ULocale displayLocale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Constructors in com.ibm.icu.util with parameters of type ULocale
ChineseCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
IslamicCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
GregorianCalendar(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
GregorianCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
Calendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
BuddhistCalendar(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
BuddhistCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
HebrewCalendar(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
HebrewCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar(ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
JapaneseCalendar(TimeZone zone, ULocale locale)
          Deprecated. This is a draft API and might change in a future release of ICU.
 



Copyright (c) 2004 IBM Corporation and others.