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

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java41 * <strong>This is an enhanced version of {@code DecimalFormat} that is based on
47 * {@code NumberFormat.getInstance}. Do not call the {@code DecimalFormat}
50 * {@code DecimalFormat}. If you need to customize the format object, do
55 * if (f instanceof DecimalFormat) {
56 * ((DecimalFormat)f).setDecimalSeparatorAlwaysShown(true);
64 * A {@code DecimalFormat} consists of a <em>pattern</em> and a set of
196 * A {@code DecimalFormat} pattern contains a positive and negative subpattern,
235 * {@code DecimalFormat} to throw an {@link IllegalArgumentException} with a
280 * {@code DecimalFormat} parses all Unicode characters that represent decimal
282 * {@code DecimalFormat} als
498 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
513 public DecimalFormat() { method in class:DecimalFormat
528 public DecimalFormat(String pattern) { method in class:DecimalFormat
543 public DecimalFormat(String pattern, DecimalFormatSymbols value) { method in class:DecimalFormat
549 DecimalFormat(String pattern, Locale locale) { method in class:DecimalFormat
[all...]

Completed in 36 milliseconds