Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField()
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate()
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear()
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestCharLiteralParser.java105 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
DTestStringLiteralParser.java108 …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
DTestNumberParser.java167 …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/
DBreakIteratorTest.java88 int expectedPos = 0; in assertExpectedWordBoundaries() local
DDecimalFormatTest.java871 ParsePosition expectedPos = new ParsePosition(expectedIndex); in assertParsed() local