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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java192 static void putShortB(ByteBuffer bb, int bi, short x) { method in class:Bits
197 static void putShortB(long a, short x) { method in class:Bits
204 putShortB(bb, bi, x);
211 putShortB(a, x);

Completed in 5 milliseconds