Searched refs:shortLength (Results 1 - 2 of 2) 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 { argument
78 if (shortLength && result > 65535) {
/libcore/luni/src/main/java/java/nio/charset/
H A DModifiedUtf8.java70 * as two, four, or even eight bytes. If {@code shortLength} is true, we'll throw an
73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { argument
85 if (shortLength && result > 65535) {

Completed in 117 milliseconds