Home
last modified time | relevance | path

Searched refs:shortLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DModifiedUtf8.java67 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() argument
79 if (shortLength && result > 65535) { in countBytes()