Searched refs:shortLength (Results 1 – 2 of 2) sorted by relevance
90 private static int shortLength = 2; field in TypesLengths150 return shortLength; in getTypeLength()234 shortLength = typeLength; in setTypeLength()
65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() argument77 if (shortLength && result > 65535) { in countBytes()