Searched refs:expectedIndex (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dutxttest.cpp601 int64_t expectedIndex = 0; local
608 expectedIndex = cpMap[i].nativeIdx;
610 TEST_ASSERT(expectedIndex == foundIndex);
615 TEST_ASSERT(expectedIndex == foundIndex);
626 expectedIndex = cpMap[i].nativeIdx;
628 TEST_ASSERT(expectedIndex == foundIndex);
654 expectedIndex = cpMap[i].nativeIdx;
658 TEST_ASSERT(expectedIndex == foundIndex);
688 expectedIndex = cpMap[i].nativeIdx;
691 TEST_ASSERT(expectedIndex
[all...]
H A Drbbitst.cpp220 int32_t expectedIndex = 0; local
226 if (expectedIndex >= fExpectedBreakPositions.size() &&
232 if (expectedIndex >= fExpectedBreakPositions.size()) {
233 err(heading, test, expectedIndex-1, actualIndex);
239 err(heading, test, expectedIndex, actualIndex-1);
240 expectedIndex++;
244 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
245 err(heading, test, expectedIndex, actualIndex);
247 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
250 expectedIndex
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dutf16tst.c353 int32_t i0, i=0, j, k, expectedIndex; local
371 expectedIndex= (c==0) ? i-1 : i;
374 if(k!=expectedIndex) {
375 log_err("U16_FWD_N(code points from 0) moved to index %d but expected %d\n", k, expectedIndex);
H A Dutf8tst.c416 int32_t i0, i=0, j, k, expectedIndex; local
444 expectedIndex= (c==0) ? i-1 : i;
447 if(k!=expectedIndex) {
448 log_err("U8_FWD_N(code points from 0) moved to index %d but expected %d\n", k, expectedIndex);

Completed in 131 milliseconds