Searched refs:uniqueCount (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c414 int32_t i, j, uniqueCount, count, subStart, subLimit; local
424 /* step 1: examine the input units; set low, high, uniqueCount */
428 uniqueCount=1;
438 ++uniqueCount;
444 if(count<0x100 && (unitIndex==0 || uniqueCount>=(3*count)/4)) {
454 count=uniqueCount;
478 if(count>uniqueCount) {
713 int32_t i, j, uniqueCount, count, subStart, subLimit; local
724 /* step 1: examine the input units; set low, high, uniqueCount */
728 uniqueCount
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCounter.java40 // the uniqueCount ensures that two different RWIntegers will always be different
41 static int uniqueCount; field in class:Counter.RWLong
46 forceUnique = uniqueCount++;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java39 // the uniqueCount ensures that two different RWIntegers will always be different
40 static int uniqueCount; field in class:Counter.RWLong
45 forceUnique = uniqueCount++;

Completed in 348 milliseconds