HomeSort by relevance Sort by last modified time
    Searched defs:countBytes (Results 1 - 13 of 13) sorted by null

  /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);
  /external/icu/icu4c/source/i18n/
collationweights.h 84 inline int32_t countBytes(int32_t idx) const {
  /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/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/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 439 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes);
457 size_t GrResourceCache::countBytes(const EntryList& list) {
505 size_t bytes = countBytes(fList);
508 bytes = countBytes(fExclusiveList);
  /external/skia/src/gpu/
GrResourceCache.cpp 439 SkASSERT(countBytes(fExclusiveList) == fClientDetachedBytes);
457 size_t GrResourceCache::countBytes(const EntryList& list) {
505 size_t bytes = countBytes(fList);
508 bytes = countBytes(fExclusiveList);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 313 milliseconds