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