Searched refs:getCharB (Results 1 – 1 of 1) sorted by relevance
78 static char getCharB(ByteBuffer bb, int bi) { in getCharB() method in Bits83 static char getCharB(long a) { in getCharB() method in Bits89 return bigEndian ? getCharB(bb, bi) : getCharL(bb, bi); in getChar()93 return bigEndian ? getCharB(a) : getCharL(a); in getChar()