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

/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormat.java60 * <code>DecimalFormat</code> is a concrete subclass of
71 * <code>DecimalFormat</code> constructors directly, since the
73 * <code>DecimalFormat</code>. If you need to customize the format object, do
78 * if (f instanceof DecimalFormat) {
79 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
83 * <p>A <code>DecimalFormat</code> comprises a <em>pattern</em> and a set of
92 * <code>DecimalFormat</code> patterns have the following syntax:
129 * <p>A <code>DecimalFormat</code> pattern contains a positive and negative
146 * suffixes must be distinct for <code>DecimalFormat.parse()</code> to be able
148 * <code>DecimalFormat</cod
380 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
399 public DecimalFormat() { method in class:DecimalFormat
432 public DecimalFormat(String pattern) { method in class:DecimalFormat
459 public DecimalFormat (String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
[all...]

Completed in 40 milliseconds