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