Home
last modified time | relevance | path

Searched refs:countBytes (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp123 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
264countBytes*(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/
DMutf8.java65 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/
Dcollationweights.cpp175 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length)); in incWeightByOffset()
176 offset /= countBytes(length); in incWeightByOffset()
188 range.count*=countBytes(length); in lengthenRange()
316countBytes(length)*(getWeightByte(end, length-1)-getWeightByte(start, length-1))); in getWeightRanges()
408 int32_t nextCountBytes = countBytes(minLength + 1); in allocWeightsInMinLengthRanges()
Dcollationweights.h84 inline int32_t countBytes(int32_t idx) const { in countBytes() function
/external/chromium_org/third_party/skia/src/gpu/
DGrResourceCache.cpp439 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()
DGrResourceCache.h291 static size_t countBytes(const SkTInternalLList<GrResourceCacheEntry>& list);
/external/skia/src/gpu/
DGrResourceCache.cpp439 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()
DGrResourceCache.h378 static size_t countBytes(const SkTInternalLList<GrResourceCacheEntry>& list);