Searched defs:countBytes (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
H A DModifiedUtf8.java73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { method in class:ModifiedUtf8
119 int utfCount = (int) ModifiedUtf8.countBytes(s, true);

Completed in 18 milliseconds