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

  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 416 int32_t i, j, uniqueCount, count, subStart, subLimit;
426 /* step 1: examine the input units; set low, high, uniqueCount */
430 uniqueCount=1;
440 ++uniqueCount;
446 if(count<0x100 && (unitIndex==0 || uniqueCount>=(3*count)/4)) {
456 count=uniqueCount;
480 if(count>uniqueCount) {
713 int32_t i, j, uniqueCount, count, subStart, subLimit;
724 /* step 1: examine the input units; set low, high, uniqueCount */
728 uniqueCount=1
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 417 int32_t i, j, uniqueCount, count, subStart, subLimit;
427 /* step 1: examine the input units; set low, high, uniqueCount */
431 uniqueCount=1;
441 ++uniqueCount;
447 if(count<0x100 && (unitIndex==0 || uniqueCount>=(3*count)/4)) {
457 count=uniqueCount;
481 if(count>uniqueCount) {
716 int32_t i, j, uniqueCount, count, subStart, subLimit;
727 /* step 1: examine the input units; set low, high, uniqueCount */
731 uniqueCount=1
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 204 size_t uniqueCount = 0;
209 ++uniqueCount;
213 m_MultipartList.back().m_GlobalNum -= uniqueCount;

Completed in 40 milliseconds