HomeSort by relevance Sort by last modified time
    Searched refs:countBytes (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /libcore/luni/src/test/java/libcore/java/nio/charset/
ModifiedUtf8Test.java 201 assertEquals(0, ModifiedUtf8.countBytes("", false));
202 assertEquals(2, ModifiedUtf8.countBytes("\u0000", false));
203 assertEquals(1, ModifiedUtf8.countBytes("A", false));
204 assertEquals(1, ModifiedUtf8.countBytes("\u007f", false));
205 assertEquals(2, ModifiedUtf8.countBytes("\u0080", false));
206 assertEquals(2, ModifiedUtf8.countBytes("\u07ff", false));
207 assertEquals(3, ModifiedUtf8.countBytes("\u0800", false));
208 assertEquals(3, ModifiedUtf8.countBytes("\uffff", false));
213 ModifiedUtf8.countBytes("", true);
214 ModifiedUtf8.countBytes("A", true)
    [all...]
  /dalvik/dx/src/com/android/dex/
Mutf8.java 66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
110 int utfCount = (int) countBytes(s, true);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java 229 private long writeOrCountBytes(BufferedSink sink, boolean countBytes) throws IOException {
233 if (countBytes) {
266 } else if (countBytes) {
274 if (countBytes) {
288 if (countBytes) {
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 37 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
100 long size = countBytes(s, true);
  /external/icu/icu4c/source/i18n/
collationweights.h 86 inline int32_t countBytes(int32_t idx) const {
collationweights.cpp 177 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
178 offset /= countBytes(length);
190 range.count*=countBytes(length);
337 lower[length].count+=upper[length].count; // might be >countBytes
435 int32_t nextCountBytes = countBytes(minLength + 1);
484 ranges[1].count = count2; // *countBytes when lengthened
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UTF8.java 34 static int countBytes(byte leadByte) {
CharsetUTF8.java 77 bytesExpected = UTF8.countBytes(ch);
166 bytesExpected = UTF8.countBytes(ch);
199 bytesExpected = UTF8.countBytes(ch);
292 bytesExpected = UTF8.countBytes(ch);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationWeights.java 242 private int countBytes(int idx) {
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/
CollationWeights.java 240 private int countBytes(int idx) {
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/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 

Completed in 461 milliseconds

1 2 3 4