Home
last modified time | relevance | path

Searched refs:expectedI (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1470 …int32_t expectedI = 0; // Index of expected break position in the vector of expected results. in checkUnicodeTestCase() local
1478 if (expectedI >= breakPositions->size()) { in checkUnicodeTestCase()
1483 expectedPos = breakPositions->elementAti(expectedI); in checkUnicodeTestCase()
1495 expectedI++; in checkUnicodeTestCase()
1498 if (pos==BreakIterator::DONE && expectedI<breakPositions->size()) { in checkUnicodeTestCase()
1500 testFileName, lineNumber, breakPositions->elementAti(expectedI)); in checkUnicodeTestCase()