Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageFormatsByArgumentIndex.java46 subformats = format.getFormatsByArgumentIndex(); in main()
63 subformats = format.getFormatsByArgumentIndex(); in main()
80 subformats = format.getFormatsByArgumentIndex(); in main()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java649 Format[] formats = format1.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
662 formats = format2.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
676 formats = format3.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()
690 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
725 formats = f2.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
726 correctFormats = format2.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
749 formats = f3.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format()
770 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
804 formats = f2.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
805 correctFormats = format2.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format()
[all …]
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java732 public Format[] getFormatsByArgumentIndex() { in getFormatsByArgumentIndex() method in MessageFormat
/libcore/api/
Dcurrent.txt11230 method public java.text.Format[] getFormatsByArgumentIndex();