Searched refs:getFormatsByArgumentIndex (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatTest.java656 * @tests java.text.MessageFormat#getFormatsByArgumentIndex()
661 method = "getFormatsByArgumentIndex",
668 Format[] formats = format1.getFormatsByArgumentIndex();
681 formats = format2.getFormatsByArgumentIndex();
695 formats = format3.getFormatsByArgumentIndex();
818 // compare getFormatsByArgumentIndex() results after calls to
820 Format[] formats = f1.getFormatsByArgumentIndex();
855 formats = f2.getFormatsByArgumentIndex();
856 correctFormats = format2.getFormatsByArgumentIndex();
879 formats = f3.getFormatsByArgumentIndex();
[all...]
/dalvik/libcore/text/src/main/java/java/text/
H A DMessageFormat.java780 public Format[] getFormatsByArgumentIndex() { method in class:MessageFormat

Completed in 306 milliseconds