Searched refs:getWidth (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DIllegalFormatWidthException.java48 public int getWidth() { method in class:IllegalFormatWidthException
H A DFormatter.java1174 int getWidth() { method in class:Formatter.FormatToken
1576 ((Formattable) arg).formatTo(this, flags, formatToken.getWidth(),
1614 int width = formatToken.getWidth();
1664 formatToken.setWidth(formatToken.getWidth() - 1);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DIllegalFormatWidthExceptionTest.java35 assertEquals(width, illegalFormatWidthException.getWidth());
40 * java.util.IllegalFormatWidthException#getWidth()
46 assertEquals(width, illegalFormatWidthException.getWidth());
72 assertEquals("Width", initEx.getWidth(), desrEx.getWidth());

Completed in 67 milliseconds