Searched refs:toIsoLatin1Bytes (Results 1 – 2 of 2) sorted by relevance
39 public static native byte[] toIsoLatin1Bytes(String s, int offset, int length); in toIsoLatin1Bytes() method in CharsetUtils
948 return CharsetUtils.toIsoLatin1Bytes(this, 0, len); in getBytes()