Lines Matching refs:ChoiceFormat
216 * <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</code>
339 * @see ChoiceFormat
544 } else if (fmt instanceof ChoiceFormat) {
545 result.append(",choice,").append(((ChoiceFormat)fmt).toPattern());
777 * <td><code>instanceof ChoiceFormat</code>
1252 if (subFormatter instanceof ChoiceFormat) {
1506 // ChoiceFormat pattern
1507 newFormat = new ChoiceFormat(segments[SEG_MODIFIER]);