Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java181 static void putShortB(ByteBuffer bb, int bi, short x) { in putShortB() method in Bits
186 static void putShortB(long a, short x) { in putShortB() method in Bits
193 putShortB(bb, bi, x); in putShort()
200 putShortB(a, x); in putShort()