Go to the source code of this file.
|
namespace | i18npool |
| Constant values shared between i18npool and, for example, the number formatter.
|
|
◆ CT_AD1
Definition at line 40 of file wtt.h.
◆ CT_AD2
Definition at line 41 of file wtt.h.
◆ CT_AD3
Definition at line 42 of file wtt.h.
◆ CT_AV1
Definition at line 43 of file wtt.h.
◆ CT_AV2
Definition at line 44 of file wtt.h.
◆ CT_AV3
Definition at line 45 of file wtt.h.
◆ CT_BD
Definition at line 38 of file wtt.h.
◆ CT_BV1
Definition at line 36 of file wtt.h.
◆ CT_BV2
Definition at line 37 of file wtt.h.
◆ CT_CONS
Definition at line 31 of file wtt.h.
◆ CT_CTRL
Definition at line 29 of file wtt.h.
◆ CT_FV1
Definition at line 33 of file wtt.h.
◆ CT_FV2
Definition at line 34 of file wtt.h.
◆ CT_FV3
Definition at line 35 of file wtt.h.
◆ CT_LV
Definition at line 32 of file wtt.h.
◆ CT_NON
Definition at line 30 of file wtt.h.
◆ CT_TONE
Definition at line 39 of file wtt.h.
◆ getCharType
#define getCharType |
( |
|
x | ) |
((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON) |
Definition at line 63 of file wtt.h.
◆ MAX_CT
Definition at line 47 of file wtt.h.