Searched defs:DecimalFormatSymbols (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormatSymbols.java57 * <code>DecimalFormatSymbols</code> from its locale data. If you need to change any
58 * of these symbols, you can get the <code>DecimalFormatSymbols</code> object from
67 public class DecimalFormatSymbols implements Cloneable, Serializable { class in inherits:Cloneable,Serializable
72 * Create a DecimalFormatSymbols object for the default
77 * {@link #DecimalFormatSymbols(Locale)
78 * DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT))}.
82 public DecimalFormatSymbols() { method in class:DecimalFormatSymbols
89 * Create a DecimalFormatSymbols object for the given locale.
104 public DecimalFormatSymbols( Locale locale ) { method in class:DecimalFormatSymbols
115 * <code>DecimalFormatSymbols</cod
[all...]

Completed in 35 milliseconds