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

  /external/icu4c/test/intltest/
dicttest.cpp 108 int32_t expectedPos = breaks.elementAti(brkArrPos);
109 if (expectedPos != pos) {
118 int32_t expectedPos = breaks.elementAti(brkArrPos);
119 if (expectedPos != pos) {
rbbitst.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
BreakIteratorTest.java 78 int expectedPos = 0;
80 assertEquals(expectedPos, pos);
82 expectedPos += 5; // The five characters until the end of this word.
84 assertEquals(expectedPos, pos);
86 expectedPos += 1; // The space before the start of the next word...
87 if (expectedPos > s.length()) {
88 expectedPos = BreakIterator.DONE; // ...unless we're done.
91 assertEquals(expectedPos, pos);
  /external/icu4c/test/cintltst/
usrchtst.c     [all...]
cnumtst.c     [all...]

Completed in 396 milliseconds