Searched refs:isoLatin1BytesToChars (Results 1 – 2 of 2) sorted by relevance
83 …public static native void isoLatin1BytesToChars(byte[] bytes, int offset, int length, char[] chars… in isoLatin1BytesToChars() method in CharsetUtils
232 CharsetUtils.isoLatin1BytesToChars(data, offset, byteCount, value); in newStringFromBytes()