Searched refs:subsequentWidth (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestNumberParser.java | 167 …est_parse_fresh(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String text,… in test_parse_fresh() argument 170 if (subsequentWidth > 0) { in test_parse_fresh() 172 …dtf = builder.appendValue(DAY_OF_YEAR, subsequentWidth).toFormatter(locale).withDecimalStyle(decim… in test_parse_fresh() 178 assertTrue(subsequentWidth >= 0); in test_parse_fresh() 179 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth); in test_parse_fresh() local 187 …parse_textField(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String text,… in test_parse_textField() argument 190 if (subsequentWidth > 0) { in test_parse_textField() 192 …dtf = builder.appendValue(DAY_OF_YEAR, subsequentWidth).toFormatter(locale).withDecimalStyle(decim… in test_parse_textField() 198 assertTrue(subsequentWidth >= 0); in test_parse_textField() 199 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth); in test_parse_textField() local
|