Lines Matching refs:runCount

448     int32_t runCount;  in printCaseInfo()  local
477 runCount = ubidi_countRuns(bidi, &errorCode); in printCaseInfo()
481 log_err("Runs: %d => logicalStart.length/level: ", runCount); in printCaseInfo()
482 for (i = 0; i < runCount; i++) { in printCaseInfo()
1037 int32_t i, len=ubidi_getLength(pBiDi), logicalIndex, runCount = 0; in doTest() local
1044 runCount = ubidi_countRuns(pBiDi, &errorCode); in doTest()
1108 runCount=ubidi_countRuns(pBiDi, &errorCode); in doTest()
1123 if(--runCount<0) { in doTest()
1130 if(runCount!=0) { in doTest()
1149 int32_t runCount, visualIndex, logicalStart, runLength; in _testReordering() local
1185 runCount=ubidi_countRuns(pBiDi, &errorCode); in _testReordering()
1190 log_verbose("\n----%2d runs:", runCount); in _testReordering()
1192 for(i=0; i<runCount; ++i) { in _testReordering()
1413 int32_t srcLen, destLen, runCount, i; in doMisc() local
1504 runCount = ubidi_countRuns(bidi, &errorCode); in doMisc()
1505 if (runCount != 0) { in doMisc()
1506 log_err("\nWrong number of runs #1, should be 0, got %d\n", runCount); in doMisc()
1513 runCount = ubidi_countRuns(bidiLine, &errorCode); in doMisc()
1514 if (runCount != 1) { in doMisc()
1515 log_err("\nWrong number of runs #2, should be 1, got %d\n", runCount); in doMisc()
1532 runCount = ubidi_countRuns(bidiLine, &errorCode); in doMisc()
1533 if (runCount != 2) { in doMisc()
1534 log_err("\nWrong number of runs #3, should be 2, got %d\n", runCount); in doMisc()
1685 runCount = ubidi_countRuns(bidi, &errorCode); in doMisc()
1686 if (runCount != 14) { in doMisc()
1687 log_err("\nWrong number of runs #3, should be 14, got %d\n", runCount); in doMisc()