Searched refs:getCharB (Results 1 – 1 of 1) sorted by relevance
79 static char getCharB(ByteBuffer bb, int bi) { in getCharB() method in Bits84 static char getCharB(long a) { in getCharB() method in Bits90 return bigEndian ? getCharB(bb, bi) : getCharL(bb, bi); in getChar()94 return bigEndian ? getCharB(a) : getCharL(a); in getChar()