Searched refs:getRounding (Results 1 – 2 of 2) sorted by relevance
1822 + (info.getRounding() == 0 ? "" : " (" + info.getRounding() + ")") in printCurrency()1825 …+ (info.cashDigits == info.getDigits() && info.cashRounding == info.getRounding() ? "" : (info.cas… in printCurrency()
479 public int getRounding() { in getRounding() method in SupplementalDataInfo.CurrencyNumberInfo