Home
last modified time | relevance | path

Searched refs:utfSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DModifiedUtf8.java28 public static String decode(byte[] in, char[] out, int offset, int utfSize) in decode() argument
31 while (count < utfSize) { in decode()
35 if (count >= utfSize) { in decode()
44 if (count + 1 >= utfSize) { in decode()