Home
last modified time | relevance | path

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

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