Searched refs:ChoiceFormat (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DChoiceFormat.java47 * A <code>ChoiceFormat</code> allows you to attach a format to a range of numbers.
58 * in ascending order, the results of formatting will be incorrect. ChoiceFormat
63 * <code>ChoiceFormat</code> differs from the other <code>Format</code>
64 * classes in that you create a <code>ChoiceFormat</code> object with a
66 * method). The factory methods aren't necessary because <code>ChoiceFormat</code>
68 * <code>ChoiceFormat</code> doesn't implement any locale specific behavior.
71 * When creating a <code>ChoiceFormat</code>, you must specify an array of formats
79 * <em>limits</em> = {0, 1, ChoiceFormat.nextDouble(1)}<br>
91 * ChoiceFormat form = new ChoiceFormat(limit
167 public class ChoiceFormat extends NumberFormat { class in inherits:NumberFormat
310 public ChoiceFormat(String newPattern) { method in class:ChoiceFormat
318 public ChoiceFormat(double[] limits, String[] formats) { method in class:ChoiceFormat
[all...]
H A DMessageFormat.java216 * <td headers="sc">{@code new} {@link ChoiceFormat#ChoiceFormat(String) ChoiceFormat}{@code (subformatPattern)}
264 * For more sophisticated patterns, you can use a <code>ChoiceFormat</code>
270 * ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
287 * You can create the <code>ChoiceFormat</code> programmatically, as in the
288 * above example, or by using a pattern. See {@link ChoiceFormat}
297 * by a <code>ChoiceFormat</code> in <code>MessageFormat</code> is treated as special;
299 * If you create both a <code>MessageFormat</code> and <code>ChoiceFormat</cod
[all...]
/openjdk7/jdk/make/java/text/base/
H A DFILES_java.gmk35 java/text/ChoiceFormat.java \

Completed in 32 milliseconds