Searched refs:bigIntegerMultiplier (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1370 if (bigIntegerMultiplier == null) {
1371 bigIntegerMultiplier = BigInteger.valueOf(multiplier);
1373 return bigIntegerMultiplier;
1375 private transient BigInteger bigIntegerMultiplier; field in class:DecimalFormat
1823 bigIntegerMultiplier = null;

Completed in 37 milliseconds