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

Packages that use DecimalFormatSymbols
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 DecimalFormatSymbols in com.ibm.icu.text
 

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

Methods in com.ibm.icu.text with parameters of type DecimalFormatSymbols
 void DecimalFormat.setDecimalFormatSymbols(DecimalFormatSymbols newSymbols)
          Sets the decimal format symbols used by this format.
 

Constructors in com.ibm.icu.text with parameters of type DecimalFormatSymbols
DecimalFormat(String pattern, DecimalFormatSymbols symbols)
          Create a DecimalFormat from the given pattern and symbols.
 



Copyright (c) 2009 IBM Corporation and others.