Searched defs:getCharB (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java79 static char getCharB(ByteBuffer bb, int bi) { method in class:Bits
84 static char getCharB(long a) { method in class:Bits
90 return bigEndian ? getCharB(bb, bi) : getCharL(bb, bi);
94 return bigEndian ? getCharB(a) : getCharL(a);

Completed in 22 milliseconds