Home
last modified time | relevance | path

Searched defs:countBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
DMutf8.java66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() method in Mutf8
/libcore/luni/src/main/java/java/nio/charset/
DModifiedUtf8.java73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() method in ModifiedUtf8