Searched refs:countBytes (Results 1 – 1 of 1) sorted by relevance
64 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() method in Mutf8108 int utfCount = (int) countBytes(s, true); in encode()