HomeSort by relevance Sort by last modified time
    Searched refs:expectedPos (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
BreakIteratorTest.java 88 int expectedPos = 0;
90 assertEquals(expectedPos, pos);
92 expectedPos += 5; // The five characters until the end of this word.
94 assertEquals(expectedPos, pos);
96 expectedPos += 1; // The space before the start of the next word...
97 if (expectedPos > s.length()) {
98 expectedPos = BreakIterator.DONE; // ...unless we're done.
101 assertEquals(expectedPos, pos);
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestCharLiteralParser.java 105 String text, int pos, int expectedPos) {
110 assertEquals(ppos.getIndex(), expectedPos);
112 assertEquals(ppos.getIndex(), expectedPos);
TestStringLiteralParser.java 108 public void test_parse_success(String s, boolean caseSensitive, String text, int pos, int expectedPos) {
113 assertEquals(ppos.getIndex(), expectedPos);
115 assertEquals(ppos.getIndex(), expectedPos);
TestNumberParser.java 167 public void test_parse_fresh(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String text, int pos, int expectedPos, long expectedValue) {
176 assertEquals(ppos.getErrorIndex(), expectedPos);
179 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth);
187 public void test_parse_textField(int minWidth, int maxWidth, SignStyle signStyle, int subsequentWidth, String text, int pos, int expectedPos, long expectedValue) {
196 assertEquals(ppos.getErrorIndex(), expectedPos);
199 assertEquals(ppos.getIndex(), expectedPos + subsequentWidth);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKLocalizedFieldParser.java 98 public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expectedValue) {
123 assertEquals(ppos.getErrorIndex(), expectedPos);
125 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position");
149 public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalDate expectedValue) {
155 assertEquals(ppos.getErrorIndex(), expectedPos);
157 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position");
186 public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalDate expectedValue) {
192 assertEquals(ppos.getErrorIndex(), expectedPos);
195 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
InputPointersTests.java 280 final int expectedPos, final int[] actuals, final int actualPos, final int length) {
288 if (expecteds.length < expectedPos + length || actuals.length < actualPos + length) {
295 expecteds[i + expectedPos], actuals[i + actualPos]);
ResizableIntArrayTests.java 343 final int expectedPos, final int[] actuals, final int actualPos, final int length) {
351 if (expecteds.length < expectedPos + length || actuals.length < actualPos + length) {
358 expecteds[i + expectedPos], actuals[i + actualPos]);
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c     [all...]
cnumtst.c     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 407 milliseconds