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