Imported Upstream version 0.9.3
[platform/upstream/libunistring.git] / lib / uninorm / decomposition-table1.h
1 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
2 /* Decomposition of Unicode characters.  */
3 /* Generated automatically by gen-uni-tables.c for Unicode 5.1.0.  */
4
5 extern const unsigned char gl_uninorm_decomp_chars_table[];
6
7 #define decomp_header_0 10
8 #define decomp_header_1 191
9 #define decomp_header_2 5
10 #define decomp_header_3 31
11 #define decomp_header_4 31
12
13 typedef struct
14   {
15     int level1[191];
16     int level2[18 << 5];
17     unsigned short level3[254 << 5];
18   }
19 decomp_index_table_t;
20 extern const decomp_index_table_t gl_uninorm_decomp_index_table;