• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/

Lines Matching refs:newValue

1301      * @param newValue    the new value of the the positive prefix to be set.
1305 virtual void setPositivePrefix(const UnicodeString& newValue);
1320 * @param newValue the new value of the the negative prefix to be set.
1324 virtual void setNegativePrefix(const UnicodeString& newValue);
1339 * @param newValue the new value of the positive suffix to be set.
1343 virtual void setPositiveSuffix(const UnicodeString& newValue);
1358 * @param newValue the new value of the negative suffix to be set.
1362 virtual void setNegativeSuffix(const UnicodeString& newValue);
1382 * @param newValue the new value of the multiplier for use in percent, permill, etc.
1386 virtual void setMultiplier(int32_t newValue);
1402 * @param newValue A positive rounding increment.
1409 virtual void setRoundingIncrement(double newValue);
1627 * @param newValue the new value of the grouping size.
1633 virtual void setGroupingSize(int32_t newValue);
1660 * @param newValue the new value of the secondary grouping size.
1666 virtual void setSecondaryGroupingSize(int32_t newValue);
1682 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1686 virtual void setDecimalSeparatorAlwaysShown(UBool newValue);
1806 * @param newValue the new value of the maximum number of digits
1811 virtual void setMaximumIntegerDigits(int32_t newValue);
1817 * @param newValue the new value of the minimum number of digits
1822 virtual void setMinimumIntegerDigits(int32_t newValue);
1828 * @param newValue the new value of the maximum number of digits
1833 virtual void setMaximumFractionDigits(int32_t newValue);
1839 * @param newValue the new value of the minimum number of digits
1844 virtual void setMinimumFractionDigits(int32_t newValue);