AfterPrefix enum value | UNumberFormat | [private] |
AfterSuffix enum value | UNumberFormat | [private] |
BeforePrefix enum value | UNumberFormat | [private] |
BeforeSuffix enum value | UNumberFormat | [private] |
Ceiling enum value | UNumberFormat | [private] |
Down enum value | UNumberFormat | [private] |
Floor enum value | UNumberFormat | [private] |
format(UString dst, int number, UFieldPos p=null) | UNumberFormat | [inline, private] |
format(UString dst, long number, UFieldPos p=null) | UNumberFormat | [inline, private] |
format(UString dst, double number, UFieldPos p=null) | UNumberFormat | [inline, private] |
getFormatWidth() | UCommonFormat | [inline] |
getFractionDigits() | UCommonFormat | [inline] |
getGroupingSize() | UCommonFormat | [inline] |
getIntegerDigits() | UCommonFormat | [inline] |
getMaxFractionDigits() | UCommonFormat | [inline] |
getMaxIntegerDigits() | UCommonFormat | [inline] |
getMaxSignificantDigits() | UCommonFormat | [inline] |
getMinFractionDigits() | UCommonFormat | [inline] |
getMinIntegerDigits() | UCommonFormat | [inline] |
getMinSignificantDigits() | UCommonFormat | [inline] |
getMultiplier() | UCommonFormat | [inline] |
getPaddingPosition() | UCommonFormat | [inline] |
getPattern(UString dst, bool localize) | UCommonFormat | [inline] |
getRoundingIncrement() | UCommonFormat | [inline] |
getRoundingMode() | UCommonFormat | [inline] |
getSecondaryGroupingSize() | UCommonFormat | [inline] |
getSignificantDigitsUsed() | UCommonFormat | [inline] |
HalfDown enum value | UNumberFormat | [private] |
HalfEven enum value | UNumberFormat | [private] |
HalfUp enum value | UNumberFormat | [private] |
handle | UNumberFormat | [private] |
isDecimalSeparatorAlwaysShown() | UCommonFormat | [inline] |
isGroupingUsed() | UCommonFormat | [inline] |
isParseIntegerOnly() | UCommonFormat | [inline] |
Pad enum name | UNumberFormat | [private] |
parseDouble(UText src, uint *index=null) | UNumberFormat | [inline, private] |
ParseError typedef | UNumberFormat | [private] |
parseInteger(UText src, uint *index=null) | UNumberFormat | [inline, private] |
parseLong(UText src, uint *index=null) | UNumberFormat | [inline, private] |
Rounding enum name | UNumberFormat | [private] |
setDecimalSeparatorAlwaysShown(bool yes) | UCommonFormat | [inline] |
setFormatWidth(uint x) | UCommonFormat | [inline] |
setFractionDigits(uint x) | UCommonFormat | [inline] |
setGroupingSize(uint x) | UCommonFormat | [inline] |
setGroupingUsed(bool yes) | UCommonFormat | [inline] |
setIntegerDigits(uint x) | UCommonFormat | [inline] |
setMaxFractionDigits(uint x) | UCommonFormat | [inline] |
setMaxIntegerDigits(uint x) | UCommonFormat | [inline] |
setMaxSignificantDigits(uint x) | UCommonFormat | [inline] |
setMinFractionDigits(uint x) | UCommonFormat | [inline] |
setMinIntegerDigits(uint x) | UCommonFormat | [inline] |
setMinSignificantDigits(uint x) | UCommonFormat | [inline] |
setMultiplier(uint x) | UCommonFormat | [inline] |
setPaddingPosition(Pad x) | UCommonFormat | [inline] |
setParseIntegerOnly(bool yes) | UCommonFormat | [inline] |
setRoundingIncrement(uint x) | UCommonFormat | [inline] |
setRoundingMode(Rounding x) | UCommonFormat | [inline] |
setSecondaryGroupingSize(uint x) | UCommonFormat | [inline] |
setSignificantDigitsUsed(uint x) | UCommonFormat | [inline] |
this(Style style, char[] pattern, inout ULocale locale) | UCommonFormat | [inline] |
UFieldPos typedef | UNumberFormat | [private] |
Up enum value | UNumberFormat | [private] |
~this() | UNumberFormat | [inline, private] |