Searched defs:b0 (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | Base64.java | 420 int b0 = src[sp++] & 0xff; in encode0() local 755 private int b0, b1, b2; field in Base64.EncOutputStream
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 65 static private char makeChar(byte b1, byte b0) { in makeChar() 142 static private short makeShort(byte b1, byte b0) { in makeShort() 219 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt() 324 byte b3, byte b2, byte b1, byte b0) { in makeLong()
|