Home | History | Annotate | Download | only in i18n

Lines Matching full:newvalue

484             int32_t                 newValue)
490 df->setParseIntegerOnly(newValue!=0);
494 df->setGroupingUsed(newValue!=0);
498 df->setDecimalSeparatorAlwaysShown(newValue!=0);
502 df->setMaximumIntegerDigits(newValue);
506 df->setMinimumIntegerDigits(newValue);
510 df->setMinimumIntegerDigits(newValue);
511 df->setMaximumIntegerDigits(newValue);
515 df->setMaximumFractionDigits(newValue);
519 df->setMinimumFractionDigits(newValue);
523 df->setMinimumFractionDigits(newValue);
524 df->setMaximumFractionDigits(newValue);
528 df->setSignificantDigitsUsed(newValue!=0);
532 df->setMaximumSignificantDigits(newValue);
536 df->setMinimumSignificantDigits(newValue);
540 df->setMultiplier(newValue);
544 df->setGroupingSize(newValue);
548 df->setRoundingMode((DecimalFormat::ERoundingMode)newValue);
552 df->setFormatWidth(newValue);
557 df->setPadPosition((DecimalFormat::EPadPosition)newValue);
561 df->setSecondaryGroupingSize(newValue);
572 ((RuleBasedNumberFormat*)fmt)->setLenient((UBool)newValue);
593 double newValue)
597 ((DecimalFormat*)fmt)->setRoundingIncrement(newValue);
672 const UChar* newValue,
679 int32_t len = (newValueLength == -1 ? u_strlen(newValue) : newValueLength);
680 const UnicodeString val((UChar*)newValue, len, len);
702 df->setPadCharacter(*newValue);
706 df->setCurrency(newValue, *status);
716 ((RuleBasedNumberFormat*)fmt)->setDefaultRuleSet(newValue, *status);