Home
last modified time | relevance | path

Searched refs:rangeCount (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java123 if(rangeCount < ranges.length) { in allocWeights()
124 ranges[rangeCount] = null; // force a crash when going out of bounds in allocWeights()
137 if(rangeIndex >= rangeCount) { in nextWeight()
420 rangeCount=0; in getWeightRanges()
423 rangeCount=1; in getWeightRanges()
428 ranges[rangeCount++]=upper[length]; in getWeightRanges()
431 ranges[rangeCount++]=lower[length]; in getWeightRanges()
434 return rangeCount>0; in getWeightRanges()
439 for(int i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges()
448 rangeCount = i + 1; in allocWeightsInShortRanges()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp97 : middleLength(0), rangeIndex(0), rangeCount(0) { in CollationWeights()
345 rangeCount=0; in getWeightRanges()
348 rangeCount=1; in getWeightRanges()
353 uprv_memcpy(ranges+rangeCount, upper+length, sizeof(WeightRange)); in getWeightRanges()
354 ++rangeCount; in getWeightRanges()
357 uprv_memcpy(ranges+rangeCount, lower+length, sizeof(WeightRange)); in getWeightRanges()
358 ++rangeCount; in getWeightRanges()
361 return rangeCount>0; in getWeightRanges()
367 for(int32_t i = 0; i < rangeCount && ranges[i].length <= (minLength + 1); ++i) { in allocWeightsInShortRanges()
376 rangeCount = i + 1; in allocWeightsInShortRanges()
[all …]
Dcollationweights.h105 int32_t rangeCount; variable
/external/icu/icu4c/source/layout/
DClassDefinitionTables.cpp104 le_uint16 rangeCount = SWAPW(classRangeCount); in getGlyphClass() local
105 …f<GlyphRangeRecord> classRangeRecordArrayRef(base, success, &classRangeRecordArray[0], rangeCount); in getGlyphClass()
119 le_uint16 rangeCount = SWAPW(classRangeCount); in hasGlyphClass() local
120 …f<GlyphRangeRecord> classRangeRecordArrayRef(base, success, &classRangeRecordArray[0], rangeCount); in hasGlyphClass()
123 for (i = 0; i < rangeCount && LE_SUCCESS(success); i += 1) { in hasGlyphClass()
DCoverageTables.h39 le_uint16 rangeCount; member
DCoverageTables.cpp77 le_uint16 count = SWAPW(rangeCount); in getGlyphCoverage()
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp224 int32_t rangeCount, range; in TestAdditionalProperties() local
230 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
231 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
253 rangeCount=derivedProps[i].getRangeCount(); in TestAdditionalProperties()
254 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) { in TestAdditionalProperties()
/external/icu/icu4c/source/common/
Duset.cpp275 int32_t rangeCount; in uset_getItem() local
280 } else if (itemIndex < (rangeCount = set.getRangeCount())) { in uset_getItem()
285 itemIndex -= rangeCount; in uset_getItem()
Dunames.cpp1217 uint32_t rangeCount; in calcAlgNameSetsLengths() local
1222 rangeCount=*p; in calcAlgNameSetsLengths()
1224 while(rangeCount>0) { in calcAlgNameSetsLengths()
1269 --rangeCount; in calcAlgNameSetsLengths()
Duniset.cpp593 int32_t rangeCount=getRangeCount(); in matchesIndexValue() local
594 for (i=0; i<rangeCount; ++i) { in matchesIndexValue()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...