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

/libcore/ojluni/src/main/java/java/nio/
H A DBits.java105 static void putCharL(ByteBuffer bb, int bi, char x) { method in class:Bits
110 static void putCharL(long a, char x) { method in class:Bits
129 putCharL(bb, bi, x);
136 putCharL(a, x);

Completed in 53 milliseconds