Lines Matching full:newvalue
1136 * @param newValue the new value of the the positive prefix to be set.
1140 virtual void setPositivePrefix(const UnicodeString& newValue);
1155 * @param newValue the new value of the the negative prefix to be set.
1159 virtual void setNegativePrefix(const UnicodeString& newValue);
1174 * @param newValue the new value of the positive suffix to be set.
1178 virtual void setPositiveSuffix(const UnicodeString& newValue);
1193 * @param newValue the new value of the negative suffix to be set.
1197 virtual void setNegativeSuffix(const UnicodeString& newValue);
1217 * @param newValue the new value of the multiplier for use in percent, permill, etc.
1221 virtual void setMultiplier(int32_t newValue);
1237 * @param newValue A positive rounding increment, or 0.0 to disable rounding.
1244 virtual void setRoundingIncrement(double newValue);
1463 * @param newValue the new value of the grouping size.
1469 virtual void setGroupingSize(int32_t newValue);
1496 * @param newValue the new value of the secondary grouping size.
1502 virtual void setSecondaryGroupingSize(int32_t newValue);
1518 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1522 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1642 * @param newValue the new value of the maximum number of digits
1647 virtual void setMaximumIntegerDigits(int32_t newValue);
1653 * @param newValue the new value of the minimum number of digits
1658 virtual void setMinimumIntegerDigits(int32_t newValue);
1664 * @param newValue the new value of the maximum number of digits
1669 virtual void setMaximumFractionDigits(int32_t newValue);
1675 * @param newValue the new value of the minimum number of digits
1680 virtual void setMinimumFractionDigits(int32_t newValue);