Home
last modified time | relevance | path

Searched refs:shortLength (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() argument
78 if (shortLength && result > 65535) { in countBytes()
/libcore/luni/src/main/java/java/nio/charset/
DModifiedUtf8.java37 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() argument
55 if (shortLength && counter > 0xffff) { in countBytes()