Home | History | Annotate | Download | only in unicode

Lines Matching refs:newvalue

785      * @param newvalue new value
791 int32_t newvalue,
1218 * @param newValue the new value of the the positive prefix to be set.
1222 virtual void setPositivePrefix(const UnicodeString& newValue);
1237 * @param newValue the new value of the the negative prefix to be set.
1241 virtual void setNegativePrefix(const UnicodeString& newValue);
1256 * @param newValue the new value of the positive suffix to be set.
1260 virtual void setPositiveSuffix(const UnicodeString& newValue);
1275 * @param newValue the new value of the negative suffix to be set.
1279 virtual void setNegativeSuffix(const UnicodeString& newValue);
1299 * @param newValue the new value of the multiplier for use in percent, permill, etc.
1303 virtual void setMultiplier(int32_t newValue);
1319 * @param newValue A positive rounding increment, or 0.0 to
1327 virtual void setRoundingIncrement(double newValue);
1545 * @param newValue the new value of the grouping size.
1551 virtual void setGroupingSize(int32_t newValue);
1578 * @param newValue the new value of the secondary grouping size.
1584 virtual void setSecondaryGroupingSize(int32_t newValue);
1600 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1604 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1724 * @param newValue the new value of the maximum number of digits
1729 virtual void setMaximumIntegerDigits(int32_t newValue);
1735 * @param newValue the new value of the minimum number of digits
1740 virtual void setMinimumIntegerDigits(int32_t newValue);
1746 * @param newValue the new value of the maximum number of digits
1751 virtual void setMaximumFractionDigits(int32_t newValue);
1757 * @param newValue the new value of the minimum number of digits
1762 virtual void setMinimumFractionDigits(int32_t newValue);