Home
last modified time | relevance | path

Searched refs:getFormatsByArgumentIndex (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java648 Format[] formats = format1.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
661 formats = format2.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
675 formats = format3.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
689 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
724 formats = f2.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
725 correctFormats = format2.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
748 formats = f3.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
769 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
803 formats = f2.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
804 correctFormats = format2.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
[all …]
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java731 public Format[] getFormatsByArgumentIndex() { in getFormatsByArgumentIndex() method in MessageFormat
/libcore/api/
Dcurrent.txt10704 method public java.text.Format[] getFormatsByArgumentIndex();