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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java66 static char getCharL(ByteBuffer bb, int bi) { method in class:Bits
71 static char getCharL(long a) { method in class:Bits
87 return bigEndian ? getCharB(bb, bi) : getCharL(bb, bi);
91 return bigEndian ? getCharB(a) : getCharL(a);

Completed in 33 milliseconds