Searched refs:shortLength (Results 1 – 1 of 1) sorted by relevance
66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() argument78 if (shortLength && result > 65535) { in countBytes()