Lines Matching refs:DecimalQuantity
52 void DecimalQuantityTest::assertHealth(const DecimalQuantity &fq) { in assertHealth()
60 DecimalQuantityTest::assertToStringAndHealth(const DecimalQuantity &fq, const UnicodeString &expect… in assertToStringAndHealth()
67 DecimalQuantity fq; in checkDoubleBehavior()
85 DecimalQuantity fq; in testDecimalQuantityBehaviorStandalone()
114 DecimalQuantity fq; in testSwitchStorage()
145 DecimalQuantity a; in testCopyMove()
147 DecimalQuantity b = a; // copy constructor in testCopyMove()
150 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
168 DecimalQuantity a; in testCopyMove()
170 DecimalQuantity b = a; // copy constructor in testCopyMove()
173 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
190 DecimalQuantity fq; in testAppend()
281 assertDoubleEquals(u"NaN check failed", NAN, DecimalQuantity().setToDouble(NAN).toDouble()); in testConvertToAccurateDouble()
283 u"Inf check failed", INFINITY, DecimalQuantity().setToDouble(INFINITY).toDouble()); in testConvertToAccurateDouble()
285 u"-Inf check failed", -INFINITY, DecimalQuantity().setToDouble(-INFINITY).toDouble()); in testConvertToAccurateDouble()
321 DecimalQuantity fq; in testUseApproximateDoubleWhenAble()
353 DecimalQuantity q; in testHardDoubleConversion()
363 DecimalQuantity quantity; in testFitsInLong()
411 DecimalQuantity q; in testToDouble()
420 DecimalQuantity dq; in testMaxDigits()
435 DecimalQuantity copy; in testMaxDigits()
506 DecimalQuantity dq; in testNickelRounding()
514 DecimalQuantity dq; in testNickelRounding()
589 DecimalQuantity dq; in testScientificAndCompactSuppressedExponent()
681 DecimalQuantity dqCompactScaled; in testSuppressedExponentUnchangedByInitialScaling()
686 DecimalQuantity dqCompact; in testSuppressedExponentUnchangedByInitialScaling()