LibreOffice Module i18npool (master) 1
|
#include <com/sun/star/i18n/TransliterationType.hpp>
#include <transliteration_Numeric.hxx>
#include <nativenumbersupplier.hxx>
#include <rtl/ref.hxx>
Go to the source code of this file.
Namespaces | |
namespace | i18npool |
Constant values shared between i18npool and, for example, the number formatter. | |
Macros | |
#define | isNumber(c) ((c) >= 0x30 && (c) <= 0x39) |
#define | NUMBER_ZERO 0x30 |
#define isNumber | ( | c | ) | ((c) >= 0x30 && (c) <= 0x39) |
Definition at line 57 of file transliteration_Numeric.cxx.
#define NUMBER_ZERO 0x30 |
Definition at line 58 of file transliteration_Numeric.cxx.