Searched refs:MAX_COMPACT_DIGITS (Results 1 – 1 of 1) sorted by relevance
272 private static final int MAX_COMPACT_DIGITS = 18; field in BigDecimal444 boolean isCompact = (len <= MAX_COMPACT_DIGITS); in BigDecimal()