Searched defs:subsequentWidth (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestNumberParser.java | 167 … test_parse_fresh(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String tex… in test_parse_fresh() 179 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth); in test_parse_fresh() local 187 …t_parse_textField(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String tex… in test_parse_textField() 199 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth); in test_parse_textField() local
|