Home
last modified time | relevance | path

Searched refs:setFormatsByArgumentIndex (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java768 f1.setFormatsByArgumentIndex(correctFormats); in test_setFormatsByArgumentIndex$Ljava_text_Format()
801 f2.setFormatsByArgumentIndex(inputFormats); in test_setFormatsByArgumentIndex$Ljava_text_Format()
828 f3.setFormatsByArgumentIndex(inputFormats); in test_setFormatsByArgumentIndex$Ljava_text_Format()
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java608 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() method in MessageFormat