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

  /external/icu4c/test/intltest/
utxttest.cpp 600 int64_t expectedIndex = 0;
607 expectedIndex = cpMap[i].nativeIdx;
609 TEST_ASSERT(expectedIndex == foundIndex);
614 TEST_ASSERT(expectedIndex == foundIndex);
625 expectedIndex = cpMap[i].nativeIdx;
627 TEST_ASSERT(expectedIndex == foundIndex);
653 expectedIndex = cpMap[i].nativeIdx;
657 TEST_ASSERT(expectedIndex == foundIndex);
687 expectedIndex = cpMap[i].nativeIdx;
690 TEST_ASSERT(expectedIndex == foundIndex)
    [all...]
rbbitst.cpp 196 int32_t expectedIndex = 0;
202 if (expectedIndex >= fExpectedBreakPositions.size() &&
208 if (expectedIndex >= fExpectedBreakPositions.size()) {
209 err(heading, test, expectedIndex-1, actualIndex);
215 err(heading, test, expectedIndex, actualIndex-1);
216 expectedIndex++;
220 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
221 err(heading, test, expectedIndex, actualIndex);
223 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
226 expectedIndex++
    [all...]

Completed in 38 milliseconds