Searched refs:byteToShort (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1050 private static final short byteToShort(byte b) { method in class:Utility
1062 short b = byteToShort(bytes[i]);
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DValueConversions.java776 static short byteToShort(byte x) { // bytecode: i2s (implicit 'b2i') method in class:ValueConversions

Completed in 46 milliseconds