HomeSort by relevance Sort by last modified time
    Searched full:countbytes (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 110 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
116 range->count2*=countBytes;
144 uint32_t maxByte, uint32_t countBytes,
247 * it may result in a range with count>countBytes
251 countBytes*(getWeightByte(end, length-1)-getWeightByte(start, length-1)));
310 uint32_t countBytes=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
316 /* countBytes to the power of index */
320 powers[1] = countBytes;
321 powers[2] = countBytes*countBytes;
    [all...]
  /external/icu4c/i18n/
ucol_wgt.cpp 123 lengthenRange(WeightRange *range, uint32_t maxByte, uint32_t countBytes) {
129 range->count2*=countBytes;
157 uint32_t maxByte, uint32_t countBytes,
260 * it may result in a range with count>countBytes
264 countBytes*(getWeightByte(end, length-1)-getWeightByte(start, length-1)));
323 uint32_t countBytes=maxByte-UCOL_BYTE_FIRST_TAILORED+1;
329 /* countBytes to the power of index */
333 powers[1] = countBytes;
334 powers[2] = countBytes*countBytes;
    [all...]
  /external/chromium_org/content/common/dom_storage/
dom_storage_map.cc 17 size_t CountBytes(const DOMStorageValuesMap& values) {
105 bytes_used_ = CountBytes(values_);
  /external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java 65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
109 int utfCount = (int) countBytes(s, true);
  /libcore/dex/src/main/java/com/android/dex/
Mutf8.java 66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
110 int utfCount = (int) countBytes(s, true);
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
119 int utfCount = (int) ModifiedUtf8.countBytes(s, true);
  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 386 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes);
404 size_t GrResourceCache::countBytes(const EntryList& list) {
455 size_t bytes = countBytes(fList);
458 bytes = countBytes(fExclusiveList);
GrResourceCache.h 392 static size_t countBytes(const SkTInternalLList<GrResourceEntry>& list);
  /external/skia/src/gpu/
GrResourceCache.cpp 386 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes);
404 size_t GrResourceCache::countBytes(const EntryList& list) {
455 size_t bytes = countBytes(fList);
458 bytes = countBytes(fExclusiveList);
GrResourceCache.h 392 static size_t countBytes(const SkTInternalLList<GrResourceEntry>& list);
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java     [all...]

Completed in 471 milliseconds