Searched refs:maxPad (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestNumberPrinter.java | 185 …public void test_pad_NOT_NEGATIVE(int minPad, int maxPad, long value, String result) throws Except… in test_pad_NOT_NEGATIVE() argument 187 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.NOT_NEGATIVE).formatTo(new MockFieldValue(DAY… in test_pad_NOT_NEGATIVE() 202 public void test_pad_NEVER(int minPad, int maxPad, long value, String result) throws Exception { in test_pad_NEVER() argument 204 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.NEVER).formatTo(new MockFieldValue(DAY_OF_MON… in test_pad_NEVER() 218 … public void test_pad_NORMAL(int minPad, int maxPad, long value, String result) throws Exception { in test_pad_NORMAL() argument 220 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.NORMAL).formatTo(new MockFieldValue(DAY_OF_MO… in test_pad_NORMAL() 234 … public void test_pad_ALWAYS(int minPad, int maxPad, long value, String result) throws Exception { 236 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.ALWAYS).formatTo(new MockFieldValue(DAY_OF_MO… 250 …public void test_pad_EXCEEDS_PAD(int minPad, int maxPad, long value, String result) throws Excepti… 252 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.EXCEEDS_PAD).formatTo(new MockFieldValue(DAY_…
|