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.java192 static void putShortB(ByteBuffer bb, int bi, short x) { in putShortB() method in Bits
197 static void putShortB(long a, short x) { in putShortB() method in Bits
204 putShortB(bb, bi, x); in putShort()
211 putShortB(a, x); in putShort()