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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java61 * <code>DecimalFormat</code> is a concrete subclass of
72 * <code>DecimalFormat</code> constructors directly, since the
74 * <code>DecimalFormat</code>. If you need to customize the format object, do
79 * if (f instanceof DecimalFormat) {
80 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
84 * <p>A <code>DecimalFormat</code> comprises a <em>pattern</em> and a set of
93 * <code>DecimalFormat</code> patterns have the following syntax:
130 * <p>A <code>DecimalFormat</code> pattern contains a positive and negative
147 * suffixes must be distinct for <code>DecimalFormat.parse()</code> to be able
149 * <code>DecimalFormat</cod
382 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
409 public DecimalFormat() { method in class:DecimalFormat
450 public DecimalFormat(String pattern) { method in class:DecimalFormat
479 public DecimalFormat (String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
[all...]

Completed in 218 milliseconds