Home
last modified time | relevance | path

Searched defs:minPad (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNumberPrinter.java185 …public void test_pad_NOT_NEGATIVE(int minPad, int maxPad, long value, String result) throws Except… 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()
218 … public void test_pad_NORMAL(int minPad, int maxPad, long value, String result) throws Exception { in test_pad_NORMAL()