LibreOffice Module i18npool (master) 1
Namespaces | Macros | Variables
wtt.h File Reference
#include <sal/types.h>
Include dependency graph for wtt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  i18npool
 Constant values shared between i18npool and, for example, the number formatter.
 

Macros

#define CT_CTRL   0
 
#define CT_NON   1
 
#define CT_CONS   2
 
#define CT_LV   3
 
#define CT_FV1   4
 
#define CT_FV2   5
 
#define CT_FV3   6
 
#define CT_BV1   7
 
#define CT_BV2   8
 
#define CT_BD   9
 
#define CT_TONE   10
 
#define CT_AD1   11
 
#define CT_AD2   12
 
#define CT_AD3   13
 
#define CT_AV1   14
 
#define CT_AV2   15
 
#define CT_AV3   16
 
#define MAX_CT   17
 
#define getCharType(x)   ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON)
 

Variables

const sal_uInt16 i18npool::thaiCT [128]
 

Macro Definition Documentation

◆ CT_AD1

#define CT_AD1   11

Definition at line 40 of file wtt.h.

◆ CT_AD2

#define CT_AD2   12

Definition at line 41 of file wtt.h.

◆ CT_AD3

#define CT_AD3   13

Definition at line 42 of file wtt.h.

◆ CT_AV1

#define CT_AV1   14

Definition at line 43 of file wtt.h.

◆ CT_AV2

#define CT_AV2   15

Definition at line 44 of file wtt.h.

◆ CT_AV3

#define CT_AV3   16

Definition at line 45 of file wtt.h.

◆ CT_BD

#define CT_BD   9

Definition at line 38 of file wtt.h.

◆ CT_BV1

#define CT_BV1   7

Definition at line 36 of file wtt.h.

◆ CT_BV2

#define CT_BV2   8

Definition at line 37 of file wtt.h.

◆ CT_CONS

#define CT_CONS   2

Definition at line 31 of file wtt.h.

◆ CT_CTRL

#define CT_CTRL   0

Definition at line 29 of file wtt.h.

◆ CT_FV1

#define CT_FV1   4

Definition at line 33 of file wtt.h.

◆ CT_FV2

#define CT_FV2   5

Definition at line 34 of file wtt.h.

◆ CT_FV3

#define CT_FV3   6

Definition at line 35 of file wtt.h.

◆ CT_LV

#define CT_LV   3

Definition at line 32 of file wtt.h.

◆ CT_NON

#define CT_NON   1

Definition at line 30 of file wtt.h.

◆ CT_TONE

#define CT_TONE   10

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

#define MAX_CT   17

Definition at line 47 of file wtt.h.