Lines Matching full:levelscount
34 directionBits(0), lineNumber(0), levelsCount(0), orderingCount(0),
56 int32_t levelsCount;
82 levelsCount=0;
85 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
96 levels[levelsCount++]=(UBiDiLevel)value;
280 levelsCount=0;
444 levelsCount=0;
581 if(levelsCount!=actualCount) {
583 (int)lineNumber, (int)levelsCount, (int)actualCount);
607 for(i=0; i<levelsCount; ++i) {