HomeSort by relevance Sort by last modified time
    Searched refs:levelsCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
bidiconf.cpp 34 directionBits(0), lineNumber(0), levelsCount(0), orderingCount(0),
58 int32_t levelsCount;
120 levelsCount=0;
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
132 levels[levelsCount++]=(UBiDiLevel)value;
298 levelsCount=0;
389 if(levelsCount!=actualCount) {
391 (int)levelsCount, (int)actualCount);
415 for(i=0; i<levelsCount; ++i) {
  /external/icu4c/test/intltest/
bidiconf.cpp 34 directionBits(0), lineNumber(0), levelsCount(0), orderingCount(0),
58 int32_t levelsCount;
120 levelsCount=0;
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
132 levels[levelsCount++]=(UBiDiLevel)value;
298 levelsCount=0;
389 if(levelsCount!=actualCount) {
391 (int)levelsCount, (int)actualCount);
415 for(i=0; i<levelsCount; ++i) {

Completed in 71 milliseconds