Go to the source code of this file.
Macros | |
| #define | SBASE 0xAC00 |
| #define | LBASE 0x1100 |
| #define | VBASE 0x1161 |
| #define | TBASE 0x11A7 |
| #define | LCOUNT 19 |
| #define | VCOUNT 21 |
| #define | TCOUNT 28 |
| #define | NCOUNT 588 /* (VCOUNT * TCOUNT) */ |
| #define | SCOUNT 11172 /* (LCOUNT * NCOUNT) */ |
| #define | PRECOMP_COUNT 955 |
| #define | DECOMP_COUNT 955 |
| #define | MAXCOMBLEN 3 |
| #define | PRECOMP_SP_COUNT 46 |
| #define | DECOMP_SP_COUNT 46 |
| #define | MAXCOMBSPLEN 4 |
| #define | COMBBUFLEN 4 /* max(MAXCOMBLEN,MAXCOMBSPLEN) */ |
Variables | |
| struct { | |
| unsigned int replacement | |
| unsigned int base | |
| unsigned int comb | |
| } | precompositions [] |
| struct { | |
| unsigned int replacement | |
| unsigned int base | |
| unsigned int comb | |
| } | decompositions [] |
| struct { | |
| unsigned int replacement_sp | |
| unsigned int base_sp | |
| unsigned int comb_sp | |
| } | precompositions_sp [] |
| struct { | |
| unsigned int replacement_sp | |
| unsigned int base_sp | |
| unsigned int comb_sp | |
| } | decompositions_sp [] |
| #define COMBBUFLEN 4 /* max(MAXCOMBLEN,MAXCOMBSPLEN) */ |
| #define DECOMP_COUNT 955 |
| #define DECOMP_SP_COUNT 46 |
| #define LBASE 0x1100 |
| #define LCOUNT 19 |
| #define MAXCOMBLEN 3 |
| #define MAXCOMBSPLEN 4 |
| #define PRECOMP_COUNT 955 |
| #define PRECOMP_SP_COUNT 46 |
| #define SBASE 0xAC00 |
| #define TBASE 0x11A7 |
| #define TCOUNT 28 |
| #define VBASE 0x1161 |
| #define VCOUNT 21 |
| unsigned int base |
| unsigned int base_sp |
| unsigned int comb |
| unsigned int comb_sp |
| const struct { ... } decompositions[] |
| const struct { ... } decompositions_sp[] |
| const struct { ... } precompositions[] |
| const struct { ... } precompositions_sp[] |
| unsigned int replacement |
| unsigned int replacement_sp |