Uses of Class
com.ibm.icu.text.CurrencyPluralInfo

Packages that use CurrencyPluralInfo
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. 
 

Uses of CurrencyPluralInfo in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return CurrencyPluralInfo
 CurrencyPluralInfo DecimalFormat.getCurrencyPluralInfo()
          Returns a copy of the CurrencyPluralInfo used by this format.
static CurrencyPluralInfo CurrencyPluralInfo.getInstance()
          Gets a CurrencyPluralInfo instance for the default locale.
static CurrencyPluralInfo CurrencyPluralInfo.getInstance(Locale locale)
          Gets a CurrencyPluralInfo instance for the given locale.
static CurrencyPluralInfo CurrencyPluralInfo.getInstance(ULocale locale)
          Gets a CurrencyPluralInfo instance for the given locale.
 

Methods in com.ibm.icu.text with parameters of type CurrencyPluralInfo
 void DecimalFormat.setCurrencyPluralInfo(CurrencyPluralInfo newInfo)
          Sets the CurrencyPluralInfo used by this format.
 

Constructors in com.ibm.icu.text with parameters of type CurrencyPluralInfo
DecimalFormat(String pattern, DecimalFormatSymbols symbols, CurrencyPluralInfo infoInput, int style)
          Create a DecimalFormat from the given pattern, symbols, information used for currency plural format, and format style.
 



Copyright (c) 2009 IBM Corporation and others.