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