Searched refs:handleTwoBytes (Results 1 – 3 of 3) sorted by relevance
108 static void handleTwoBytes( in handleTwoBytes() method in Utf8.DecodeUtil
170 DecodeUtil.handleTwoBytes(byte1, /* byte2 */ bytes[offset++], resultArr, resultPos++); in decodeUtf8Array()245 DecodeUtil.handleTwoBytes( in decodeUtf8Buffer()
688 DecodeUtil.handleTwoBytes( in decodeUtf8Default()1000 DecodeUtil.handleTwoBytes(byte1, /* byte2 */ bytes[offset++], resultArr, resultPos++); in decodeUtf8()1411 DecodeUtil.handleTwoBytes( in decodeUtf8()1487 DecodeUtil.handleTwoBytes( in decodeUtf8Direct()1904 private static void handleTwoBytes(byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes() method in Utf8.DecodeUtil