Searched refs:utf8BytesWithUtf16LengthToString (Results 1 - 2 of 2) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DUtf8Utils.java178 public static String utf8BytesWithUtf16LengthToString(@Nonnull byte[] bytes, int start, int utf16Length) { method in class:Utf8Utils
179 return utf8BytesWithUtf16LengthToString(bytes, start, utf16Length, null);
191 public static String utf8BytesWithUtf16LengthToString(@Nonnull byte[] bytes, int start, int utf16Length, method in class:Utf8Utils
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReader.java515 String value = Utf8Utils.utf8BytesWithUtf16LengthToString(dexBuf.buf, offset, utf16Length, ret);

Completed in 93 milliseconds