Searched defs:ZERO (Results 1 – 11 of 11) sorted by relevance
26 ZERO, ONE, TWO, THREE, FOUR {boolean isFour() { in isFour() enumConstant
455 ZERO { @Override void assertMatches(int actualResultCode) { in assertMatches() enumConstant
28 private static final Item ZERO = new Item(0); field in ComparatorTest
55 @libcore.util.NonNull public static final BigInteger ZERO = null; field in BigInteger
133 public static final Period ZERO = new Period(0, 0, 0); field in Period
135 public static final Duration ZERO = new Duration(0, 0); field in Duration
346 public static final java.time.Duration ZERO; field in Duration
57 private static final MethodHandle ZERO = MethodHandles.constant(int.class, 0); field in ObjectMethods
139 public static final FDBigInteger ZERO = new FDBigInteger(new int[0], 0); field in FDBigInteger
783 private static final BigInteger ZERO = BigInteger.ZERO; field in BigIntegerTest
417 public static final BigDecimal ZERO = field in BigDecimal