Home
last modified time | relevance | path

Searched refs:getCharB (Results 1 – 1 of 1) sorted by relevance

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