Lines Matching refs:DecimalQuantity
45 void DecimalQuantityTest::assertHealth(const DecimalQuantity &fq) { in assertHealth()
53 DecimalQuantityTest::assertToStringAndHealth(const DecimalQuantity &fq, const UnicodeString &expect… in assertToStringAndHealth()
60 DecimalQuantity fq; in checkDoubleBehavior()
78 DecimalQuantity fq; in testDecimalQuantityBehaviorStandalone()
104 DecimalQuantity fq; in testSwitchStorage()
126 DecimalQuantity a; in testCopyMove()
128 DecimalQuantity b = a; // copy constructor in testCopyMove()
131 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
149 DecimalQuantity a; in testCopyMove()
151 DecimalQuantity b = a; // copy constructor in testCopyMove()
154 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
171 DecimalQuantity fq; in testAppend()
262 assertDoubleEquals(u"NaN check failed", NAN, DecimalQuantity().setToDouble(NAN).toDouble()); in testConvertToAccurateDouble()
264 u"Inf check failed", INFINITY, DecimalQuantity().setToDouble(INFINITY).toDouble()); in testConvertToAccurateDouble()
266 u"-Inf check failed", -INFINITY, DecimalQuantity().setToDouble(-INFINITY).toDouble()); in testConvertToAccurateDouble()
302 DecimalQuantity fq; in testUseApproximateDoubleWhenAble()
334 DecimalQuantity q; in testHardDoubleConversion()
354 DecimalQuantity q; in testToDouble()
363 DecimalQuantity dq; in testMaxDigits()
376 DecimalQuantity copy; in testMaxDigits()