Home | History | Annotate | Download | only in unicode

Lines Matching refs:newvalue

785      * @param newvalue new value
791 int32_t newvalue,
809 * @param newValue True, grouping will be used in this format.
813 virtual void setGroupingUsed(UBool newValue);
1246 * @param newValue the new value of the the positive prefix to be set.
1250 virtual void setPositivePrefix(const UnicodeString& newValue);
1265 * @param newValue the new value of the the negative prefix to be set.
1269 virtual void setNegativePrefix(const UnicodeString& newValue);
1284 * @param newValue the new value of the positive suffix to be set.
1288 virtual void setPositiveSuffix(const UnicodeString& newValue);
1303 * @param newValue the new value of the negative suffix to be set.
1307 virtual void setNegativeSuffix(const UnicodeString& newValue);
1327 * @param newValue the new value of the multiplier for use in percent, permill, etc.
1331 virtual void setMultiplier(int32_t newValue);
1347 * @param newValue A positive rounding increment, or 0.0 to
1355 virtual void setRoundingIncrement(double newValue);
1573 * @param newValue the new value of the grouping size.
1579 virtual void setGroupingSize(int32_t newValue);
1606 * @param newValue the new value of the secondary grouping size.
1612 virtual void setSecondaryGroupingSize(int32_t newValue);
1628 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1632 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1752 * @param newValue the new value of the maximum number of digits
1757 virtual void setMaximumIntegerDigits(int32_t newValue);
1763 * @param newValue the new value of the minimum number of digits
1768 virtual void setMinimumIntegerDigits(int32_t newValue);
1774 * @param newValue the new value of the maximum number of digits
1779 virtual void setMaximumFractionDigits(int32_t newValue);
1785 * @param newValue the new value of the minimum number of digits
1790 virtual void setMinimumFractionDigits(int32_t newValue);