Home
last modified time | relevance | path

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

/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