HomeSort by relevance Sort by last modified time
    Searched defs:expectedPos (Results 1 - 7 of 7) 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);
  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c     [all...]
cnumtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c     [all...]
cnumtst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]

Completed in 453 milliseconds