Searched defs:zl (Results 1 – 3 of 3) sorted by relevance
38 final ZipEightByteInteger zl = new ZipEightByteInteger(0xAB12345678l); in testLongToBytes() local57 final ZipEightByteInteger zl = new ZipEightByteInteger(val); in testLongFromBytes() local66 final ZipEightByteInteger zl = in testBIToBytes() local87 final ZipEightByteInteger zl = new ZipEightByteInteger(val); in testBIFromBytes() local98 final ZipEightByteInteger zl = new ZipEightByteInteger(0x12345678); in testEquals() local118 …final ZipEightByteInteger zl = new ZipEightByteInteger(new byte[] {(byte)0xFF, (byte)0xFF, (byte)0… in testSign() local
36 final ZipLong zl = new ZipLong(0x12345678); in testToBytes() local64 final ZipLong zl = new ZipLong(val); in testFromBytes() local73 final ZipLong zl = new ZipLong(0x12345678); in testEquals() local93 ZipLong zl = new ZipLong(new byte[] {(byte)0xFF, (byte)0xFF, (byte)0xFF, (byte)0xFF}); in testSign() local
35 private ZipLong zl; field in ZipUtilTest