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

/external/icu/icu4c/source/i18n/
H A Dcollationweights.h86 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/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java242 private int countBytes(int idx) { method in class:CollationWeights
268 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
269 offset /= countBytes(length);
280 range.count*=countBytes(length);
411 lower[length].count+=upper[length].count; // might be >countBytes
498 int nextCountBytes = countBytes(minLength + 1);
548 ranges[1].count = count2; // *countBytes when lengthened
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java240 private int countBytes(int idx) { method in class:CollationWeights
266 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
267 offset /= countBytes(length);
278 range.count*=countBytes(length);
409 lower[length].count+=upper[length].count; // might be >countBytes
496 int nextCountBytes = countBytes(minLength + 1);
546 ranges[1].count = count2; // *countBytes when lengthened
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1259 milliseconds