Lines Matching full:newvalue
773 * @param newvalue new value
779 int32_t newvalue,
1298 * @param newValue the new value of the the positive prefix to be set.
1302 virtual void setPositivePrefix(const UnicodeString& newValue);
1317 * @param newValue the new value of the the negative prefix to be set.
1321 virtual void setNegativePrefix(const UnicodeString& newValue);
1336 * @param newValue the new value of the positive suffix to be set.
1340 virtual void setPositiveSuffix(const UnicodeString& newValue);
1355 * @param newValue the new value of the negative suffix to be set.
1359 virtual void setNegativeSuffix(const UnicodeString& newValue);
1379 * @param newValue the new value of the multiplier for use in percent, permill, etc.
1383 virtual void setMultiplier(int32_t newValue);
1399 * @param newValue A positive rounding increment.
1406 virtual void setRoundingIncrement(double newValue);
1624 * @param newValue the new value of the grouping size.
1630 virtual void setGroupingSize(int32_t newValue);
1657 * @param newValue the new value of the secondary grouping size.
1663 virtual void setSecondaryGroupingSize(int32_t newValue);
1679 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1683 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1803 * @param newValue the new value of the maximum number of digits
1808 virtual void setMaximumIntegerDigits(int32_t newValue);
1814 * @param newValue the new value of the minimum number of digits
1819 virtual void setMinimumIntegerDigits(int32_t newValue);
1825 * @param newValue the new value of the maximum number of digits
1830 virtual void setMaximumFractionDigits(int32_t newValue);
1836 * @param newValue the new value of the minimum number of digits
1841 virtual void setMinimumFractionDigits(int32_t newValue);