Searched refs:BYTES (Results 1 – 14 of 14) sorted by relevance
40 assertEquals(1, Byte.BYTES);
40 assertEquals(2, Short.BYTES);
158 assertEquals(4, Integer.BYTES);
164 assertEquals(4, Float.BYTES); in testBYTES()
169 assertEquals(8, Double.BYTES); in testBYTES()
164 assertEquals(8, Long.BYTES);
298 assertEquals(2, Character.BYTES); in testBYTES()
469 public static final int BYTES = SIZE / Byte.SIZE; field in Byte
473 public static final int BYTES = SIZE / Byte.SIZE; field in Short
129 public static final int BYTES = SIZE / Byte.SIZE; field in Float
130 public static final int BYTES = SIZE / Byte.SIZE; field in Double
1005 public static final int BYTES = SIZE / Byte.SIZE; field in Long
1084 public static final int BYTES = SIZE / Byte.SIZE;
7137 public static final int BYTES = SIZE / Byte.SIZE; field in Character