Searched refs:utfSize (Results 1 – 1 of 1) sorted by relevance
28 public static String decode(byte[] in, char[] out, int offset, int utfSize) in decode() argument31 while (count < utfSize) { in decode()35 if (count >= utfSize) { in decode()44 if (count + 1 >= utfSize) { in decode()