Searched refs:newFormat (Results 1 – 1 of 1) sorted by relevance
667 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() argument670 formats[j] = newFormat; in setFormatByArgumentIndex()692 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() argument696 formats[formatElementIndex] = newFormat; in setFormat()1451 Format newFormat = null; in makeFormat() local1463 newFormat = NumberFormat.getInstance(locale); in makeFormat()1466 newFormat = NumberFormat.getCurrencyInstance(locale); in makeFormat()1469 newFormat = NumberFormat.getPercentInstance(locale); in makeFormat()1472 newFormat = NumberFormat.getIntegerInstance(locale); in makeFormat()1476 newFormat = new DecimalFormat(segments[SEG_MODIFIER], in makeFormat()[all …]