#include <unum.h>
Public Attributes | |
UChar | decimalSeparator |
The decimal separator. More... | |
UChar | groupingSeparator |
The grouping separator. More... | |
UChar | patternSeparator |
The pattern separator. More... | |
UChar | percent |
The percent sign. More... | |
UChar | zeroDigit |
Zero. More... | |
UChar | digit |
Character representing a digit in the pattern. More... | |
UChar | minusSign |
The minus sign. More... | |
UChar | plusSign |
The plus sign. More... | |
UChar | currency [UNFSYMBOLSMAXSIZE] |
The currency symbol. More... | |
UChar | intlCurrency [UNFSYMBOLSMAXSIZE] |
The international currency symbol. More... | |
UChar | monetarySeparator |
The monetary separator. More... | |
UChar | exponential |
The exponential symbol. More... | |
UChar | perMill |
Per mill symbol. More... | |
UChar | padEscape |
Escape padding character. More... | |
UChar | infinity [UNFSYMBOLSMAXSIZE] |
Infinity symbol. More... | |
UChar | naN [UNFSYMBOLSMAXSIZE] |
Nan symbol. More... |
Definition at line 545 of file unum.h.
|
The currency symbol.
|
|
The decimal separator.
|
|
Character representing a digit in the pattern.
|
|
The exponential symbol.
|
|
The grouping separator.
|
|
Infinity symbol.
|
|
The international currency symbol.
|
|
The minus sign.
|
|
The monetary separator.
|
|
Nan symbol.
|
|
Escape padding character.
|
|
The pattern separator.
|
|
Per mill symbol.
|
|
The percent sign.
|
|
The plus sign.
|
|
Zero.
|