Home
last modified time | relevance | path

Searched defs:b4 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DBase64.java795 int b4 = base64[src[sp++] & 0xff]; in decodeBlock() local
924 private void writeb4(char b1, char b2, char b3, char b4) throws IOException { in writeb4()
/libcore/ojluni/src/main/java/java/nio/
DBits.java301 static private long makeLong(byte b7, byte b6, byte b5, byte b4, in makeLong()