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