Home
last modified time | relevance | path

Searched refs:handleTwoBytes (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java108 static void handleTwoBytes( in handleTwoBytes() method in Utf8.DecodeUtil
DUtf8Safe.java170 DecodeUtil.handleTwoBytes(byte1, /* byte2 */ bytes[offset++], resultArr, resultPos++); in decodeUtf8Array()
245 DecodeUtil.handleTwoBytes( in decodeUtf8Buffer()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java688 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