Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1857 …int32_t expectedI = 0; // Index of expected break position in the vector of expected results. in checkUnicodeTestCase() local
1865 if (expectedI >= breakPositions->size()) { in checkUnicodeTestCase()
1870 expectedPos = breakPositions->elementAti(expectedI); in checkUnicodeTestCase()
1882 expectedI++; in checkUnicodeTestCase()
1885 if (pos==BreakIterator::DONE && expectedI<breakPositions->size()) { in checkUnicodeTestCase()
1887 testFileName, lineNumber, breakPositions->elementAti(expectedI)); in checkUnicodeTestCase()