Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java413 BitSet b4 = makeSet(2, 127); in testAnd() local
503 BitSet b4 = makeSet(2, 64, 127); in testXor() local
939 BitSet b4 = (BitSet) b2.clone(); in testLogicalIdentities() local
969 BitSet b4 = (BitSet) b2.clone(); in testLogicalIdentities() local
/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.java304 static private long makeLong(byte b7, byte b6, byte b5, byte b4, in makeLong()