Home | History | Annotate | Download | only in cintltst

Lines Matching defs:runCount

441     int32_t runCount;
470 runCount = ubidi_countRuns(bidi, &errorCode);
474 log_err("Runs: %d => logicalStart.length/level: ", runCount);
475 for (i = 0; i < runCount; i++) {
1030 int32_t i, len=ubidi_getLength(pBiDi), logicalIndex, runCount = 0;
1037 runCount = ubidi_countRuns(pBiDi, &errorCode);
1101 runCount=ubidi_countRuns(pBiDi, &errorCode);
1116 if(--runCount<0) {
1123 if(runCount!=0) {
1142 int32_t runCount, visualIndex, logicalStart, runLength;
1178 runCount=ubidi_countRuns(pBiDi, &errorCode);
1183 log_verbose("\n----%2d runs:", runCount);
1185 for(i=0; i<runCount; ++i) {
1406 int32_t srcLen, destLen, runCount, i;
1497 runCount = ubidi_countRuns(bidi, &errorCode);
1498 if (runCount != 0) {
1499 log_err("\nWrong number of runs #1, should be 0, got %d\n", runCount);
1506 runCount = ubidi_countRuns(bidiLine, &errorCode);
1507 if (runCount != 1) {
1508 log_err("\nWrong number of runs #2, should be 1, got %d\n", runCount);
1525 runCount = ubidi_countRuns(bidiLine, &errorCode);
1526 if (runCount != 2) {
1527 log_err("\nWrong number of runs #3, should be 2, got %d\n", runCount);
1678 runCount = ubidi_countRuns(bidi, &errorCode);
1679 if (runCount != 14) {
1680 log_err("\nWrong number of runs #3, should be 14, got %d\n", runCount);