Home
last modified time | relevance | path

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

/dalvik/dx/src/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()