Lines Matching refs:Scale
25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
48 Scale& Scale::operator=(const Scale& other) { in operator =()
61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
67 Scale& Scale::operator=(Scale&& src) U_NOEXCEPT { in operator =()
79 Scale::~Scale() { in ~Scale()
84 Scale Scale::none() { in none()
88 Scale Scale::powerOfTen(int32_t power) { in powerOfTen()
92 Scale Scale::byDecimal(StringPiece multiplicand) { in byDecimal()
105 Scale Scale::byDouble(double multiplicand) { in byDouble()
118 Scale Scale::byDoubleAndPowerOfTen(double multiplicand, int32_t power) { in byDoubleAndPowerOfTen()
131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo()
139 void Scale::applyReciprocalTo(impl::DecimalQuantity& quantity) const { in applyReciprocalTo()
149 MultiplierFormatHandler::setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent) { in setAndChain()