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

  /dalvik/dx/src/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/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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 101 milliseconds