Searched refs:countBytes (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_wgt.cpp | 123 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) { in lengthenRange() argument 129 range->count2*=countBytes; in lengthenRange() 157 uint32_t maxByte, uint32_t countBytes, in getWeightRanges() argument 264 … countBytes*(getWeightByte(end, length-1)-getWeightByte(start, length-1))); in getWeightRanges() 323 uint32_t countBytes=maxByte-UCOL_BYTE_FIRST_TAILORED+1; in ucol_allocWeights() local 333 powers[1] = countBytes; in ucol_allocWeights() 334 powers[2] = countBytes*countBytes; in ucol_allocWeights() 335 powers[3] = countBytes*countBytes*countBytes; in ucol_allocWeights() 336 powers[4] = countBytes*countBytes*countBytes*countBytes; in ucol_allocWeights() 342 rangeCount=getWeightRanges(lowerLimit, upperLimit, maxByte, countBytes, ranges); in ucol_allocWeights() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Mutf8.java | 65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() method in Mutf8 109 int utfCount = (int) countBytes(s, true); in encode()
|
/external/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 175 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length)); in incWeightByOffset() 176 offset /= countBytes(length); in incWeightByOffset() 188 range.count*=countBytes(length); in lengthenRange() 316 … countBytes(length)*(getWeightByte(end, length-1)-getWeightByte(start, length-1))); in getWeightRanges() 408 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges()
|
D | collationweights.h | 84 inline int32_t countBytes(int32_t idx) const { in countBytes() function
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrResourceCache.cpp | 439 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes); in purgeAllUnlocked() 457 size_t GrResourceCache::countBytes(const EntryList& list) { in countBytes() function in GrResourceCache 505 size_t bytes = countBytes(fList); in validate() 508 bytes = countBytes(fExclusiveList); in validate()
|
D | GrResourceCache.h | 291 static size_t countBytes(const SkTInternalLList<GrResourceCacheEntry>& list);
|
/external/skia/src/gpu/ |
D | GrResourceCache.cpp | 439 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes); in purgeAllUnlocked() 457 size_t GrResourceCache::countBytes(const EntryList& list) { in countBytes() function in GrResourceCache 505 size_t bytes = countBytes(fList); in validate() 508 bytes = countBytes(fExclusiveList); in validate()
|
D | GrResourceCache.h | 378 static size_t countBytes(const SkTInternalLList<GrResourceCacheEntry>& list);
|