Searched refs:fdConverter (Results 1 – 1 of 1) sorted by relevance
36 FloatingDecimal.BinaryToASCIIConverter fdConverter = in valueOf() local38 return new FormattedFloatingDecimal(precision,form, fdConverter); in valueOf()57 …ttedFloatingDecimal(int precision, Form form, FloatingDecimal.BinaryToASCIIConverter fdConverter) { in FormattedFloatingDecimal() argument58 if (fdConverter.isExceptional()) { in FormattedFloatingDecimal()59 this.mantissa = fdConverter.toJavaFormatString().toCharArray(); in FormattedFloatingDecimal()64 int nDigits = fdConverter.getDigits(digits); in FormattedFloatingDecimal()65 int decExp = fdConverter.getDecimalExponent(); in FormattedFloatingDecimal()67 boolean isNegative = fdConverter.isNegative(); in FormattedFloatingDecimal()