|
LibreOffice Module i18npool (master) 1
|
#include <sal/types.h>Go to the source code of this file.
Namespaces | |
| namespace | i18npool |
| Constant values shared between i18npool and, for example, the number formatter. | |
Macros | |
| #define | NUMBER_ZERO NumberChar[NumberChar_HalfWidth][0] |
| #define | NUMBER_ONE NumberChar[NumberChar_HalfWidth][1] |
| #define | NUMBER_NINE NumberChar[NumberChar_HalfWidth][9] |
| #define | isNumber(n) ( NUMBER_ZERO <= n && n <= NUMBER_NINE ) |
| #define | isDecimal(n) ( n == DecimalChar[NumberChar_HalfWidth] ) |
| #define | isMinus(n) ( n == MinusChar[NumberChar_HalfWidth] ) |
| #define | isSeparator(n) ( n == SeparatorChar[NumberChar_HalfWidth] ) |
Definition at line 206 of file numberchar.h.
Definition at line 207 of file numberchar.h.
| #define isNumber | ( | n | ) | ( NUMBER_ZERO <= n && n <= NUMBER_NINE ) |
Definition at line 205 of file numberchar.h.
Definition at line 208 of file numberchar.h.
| #define NUMBER_NINE NumberChar[NumberChar_HalfWidth][9] |
Definition at line 204 of file numberchar.h.
| #define NUMBER_ONE NumberChar[NumberChar_HalfWidth][1] |
Definition at line 203 of file numberchar.h.
| #define NUMBER_ZERO NumberChar[NumberChar_HalfWidth][0] |
Definition at line 202 of file numberchar.h.