Searched defs:putCharB (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java115 static void putCharB(ByteBuffer bb, int bi, char x) { method in class:Bits
120 static void putCharB(long a, char x) { method in class:Bits
127 putCharB(bb, bi, x);
134 putCharB(a, x);

Completed in 393 milliseconds