Searched refs:countBytes (Results 1 - 3 of 3) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DMutf8.java66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { method in class:Mutf8
110 int utfCount = (int) countBytes(s, true);
/libcore/luni/src/main/java/java/nio/charset/
H A DModifiedUtf8.java73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { method in class:ModifiedUtf8
119 int utfCount = (int) ModifiedUtf8.countBytes(s, true);
/libcore/luni/src/main/java/java/io/
H A DObjectOutputStream.java1414 long count = ModifiedUtf8.countBytes(object, false);

Completed in 1584 milliseconds