getFormatWidth() | UCommonFormat | [inline, private] |
getFractionDigits() | UCommonFormat | [inline, private] |
getGroupingSize() | UCommonFormat | [inline, private] |
getIntegerDigits() | UCommonFormat | [inline, private] |
getMaxFractionDigits() | UCommonFormat | [inline, private] |
getMaxIntegerDigits() | UCommonFormat | [inline, private] |
getMaxSignificantDigits() | UCommonFormat | [inline, private] |
getMinFractionDigits() | UCommonFormat | [inline, private] |
getMinIntegerDigits() | UCommonFormat | [inline, private] |
getMinSignificantDigits() | UCommonFormat | [inline, private] |
getMultiplier() | UCommonFormat | [inline, private] |
getPaddingPosition() | UCommonFormat | [inline, private] |
getPattern(UString dst, bool localize) | UCommonFormat | [inline, private] |
getRoundingIncrement() | UCommonFormat | [inline, private] |
getRoundingMode() | UCommonFormat | [inline, private] |
getSecondaryGroupingSize() | UCommonFormat | [inline, private] |
getSignificantDigitsUsed() | UCommonFormat | [inline, private] |
isDecimalSeparatorAlwaysShown() | UCommonFormat | [inline, private] |
isGroupingUsed() | UCommonFormat | [inline, private] |
isParseIntegerOnly() | UCommonFormat | [inline, private] |
setDecimalSeparatorAlwaysShown(bool yes) | UCommonFormat | [inline, private] |
setFormatWidth(uint x) | UCommonFormat | [inline, private] |
setFractionDigits(uint x) | UCommonFormat | [inline, private] |
setGroupingSize(uint x) | UCommonFormat | [inline, private] |
setGroupingUsed(bool yes) | UCommonFormat | [inline, private] |
setIntegerDigits(uint x) | UCommonFormat | [inline, private] |
setMaxFractionDigits(uint x) | UCommonFormat | [inline, private] |
setMaxIntegerDigits(uint x) | UCommonFormat | [inline, private] |
setMaxSignificantDigits(uint x) | UCommonFormat | [inline, private] |
setMinFractionDigits(uint x) | UCommonFormat | [inline, private] |
setMinIntegerDigits(uint x) | UCommonFormat | [inline, private] |
setMinSignificantDigits(uint x) | UCommonFormat | [inline, private] |
setMultiplier(uint x) | UCommonFormat | [inline, private] |
setPaddingPosition(Pad x) | UCommonFormat | [inline, private] |
setParseIntegerOnly(bool yes) | UCommonFormat | [inline, private] |
setRoundingIncrement(uint x) | UCommonFormat | [inline, private] |
setRoundingMode(Rounding x) | UCommonFormat | [inline, private] |
setSecondaryGroupingSize(uint x) | UCommonFormat | [inline, private] |
setSignificantDigitsUsed(uint x) | UCommonFormat | [inline, private] |
this(inout ULocale locale) | UPercentFormat | [inline] |
UCommonFormat::this(Style style, char[] pattern, inout ULocale locale) | UCommonFormat | [inline, private] |