Searched refs:setFormatByArgumentIndex (Results 1 – 4 of 4) sorted by relevance
59 format.setFormatByArgumentIndex(0, NumberFormat.getInstance()); in main()
684 f1.setFormatByArgumentIndex(0, DateFormat.getTimeInstance()); in test_setFormatByArgumentIndexILjava_text_Format()685 f1.setFormatByArgumentIndex(4, new ChoiceFormat("1#few|2#ok|3#a lot")); in test_setFormatByArgumentIndexILjava_text_Format()722 f2.setFormatByArgumentIndex(2, NumberFormat.getPercentInstance()); in test_setFormatByArgumentIndexILjava_text_Format()723 f2.setFormatByArgumentIndex(4, DateFormat.getTimeInstance()); in test_setFormatByArgumentIndexILjava_text_Format()747 f3.setFormatByArgumentIndex(1, NumberFormat.getCurrencyInstance()); in test_setFormatByArgumentIndexILjava_text_Format()
680 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() method in MessageFormat
11236 method public void setFormatByArgumentIndex(int, java.text.Format);