LibreOffice Module i18npool (master) 1
Namespaces | Macros
transliteration_Numeric.cxx File Reference
#include <com/sun/star/i18n/TransliterationType.hpp>
#include <transliteration_Numeric.hxx>
#include <nativenumbersupplier.hxx>
#include <rtl/ref.hxx>
Include dependency graph for transliteration_Numeric.cxx:

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
 

Macro Definition Documentation

◆ isNumber

#define isNumber (   c)    ((c) >= 0x30 && (c) <= 0x39)

Definition at line 57 of file transliteration_Numeric.cxx.

◆ NUMBER_ZERO

#define NUMBER_ZERO   0x30

Definition at line 58 of file transliteration_Numeric.cxx.