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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java146 static short getShortL(ByteBuffer bb, int bi) { method in class:Bits
151 static short getShortL(long a) { method in class:Bits
167 return bigEndian ? getShortB(bb, bi) : getShortL(bb, bi);
171 return bigEndian ? getShortB(a) : getShortL(a);

Completed in 2383 milliseconds