Lines Matching refs:ChoiceFormat
170 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
175 errln("ChoiceFormat cmp in testBug1");
512 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
1683 // The JDK ChoiceFormat itself always performs one apostrophe-quoting pass.
1685 ChoiceFormat choice = new ChoiceFormat("0#1'2''3'''4''''.");
1686 assertEquals("unexpected JDK ChoiceFormat apostrophe behavior",
1690 assertEquals("unexpected JDK ChoiceFormat apostrophe behavior",
1748 ChoiceFormat cf(limit, formats, 3);