Searched defs:expectedPos (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKLocalizedFieldParser.java | 98 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() 123 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local 125 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local 149 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() 155 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local 157 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local 186 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() 192 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local 195 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestCharLiteralParser.java | 105 String text, int pos, int expectedPos) { in test_parse_success() 110 assertEquals(ppos.getIndex(), expectedPos); in test_parse_success() local 112 assertEquals(ppos.getIndex(), expectedPos); in test_parse_success() local
|
D | TestStringLiteralParser.java | 108 …c void test_parse_success(String s, boolean caseSensitive, String text, int pos, int expectedPos) { in test_parse_success() 113 assertEquals(ppos.getIndex(), expectedPos); in test_parse_success() local 115 assertEquals(ppos.getIndex(), expectedPos); in test_parse_success() local
|
D | TestNumberParser.java | 167 …dth, SignStyle signStyle, int subsequentWidth, String text, int pos, int expectedPos, long expecte… in test_parse_fresh() 176 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_fresh() local 187 …dth, SignStyle signStyle, int subsequentWidth, String text, int pos, int expectedPos, long expecte… in test_parse_textField() 196 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | BreakIteratorTest.java | 88 int expectedPos = 0; in assertExpectedWordBoundaries() local
|
D | DecimalFormatTest.java | 698 ParsePosition expectedPos = new ParsePosition(expectedIndex); in assertParsed() local
|