Home
last modified time | relevance | path

Searched defs:newFormats (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/text/Format/ChoiceFormat/
DBug8001209.java55 String[] newFormats = (String[])form.getFormats(); in main() local
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex()
652 public void setFormats(Format[] newFormats) { in setFormats()
1465 Format[] newFormats = new Format[newLength]; in makeFormat() local
DChoiceFormat.java378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local