Searched defs:countBytes (Results 1 - 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DMutf8.java65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { method in class:Mutf8
109 int utfCount = (int) countBytes(s, true);
/external/icu/icu4c/source/i18n/
H A Dcollationweights.h84 inline int32_t countBytes(int32_t idx) const { function in class:CollationWeights
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMultipartBuilder.java229 private long writeOrCountBytes(BufferedSink sink, boolean countBytes) throws IOException { argument
233 if (countBytes) {
266 } else if (countBytes) {
274 if (countBytes) {
288 if (countBytes) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java238 private int countBytes(int idx) { method in class:CollationWeights
264 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
265 offset /= countBytes(length);
276 range.count*=countBytes(length);
384 * it may result in a range with count>countBytes
388 countBytes(length)*(getWeightByte(end, length-1)-getWeightByte(start, length-1));
474 int nextCountBytes = countBytes(minLength + 1);
524 ranges[1].count = count2; // *countBytes when lengthened
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1187 milliseconds