9#ifdef UTF8_OUTPUT_ENABLE
10#define sizeof_euc_to_utf8_1byte 94
11#define sizeof_euc_to_utf8_2bytes 94
19#define sizeof_x0213_combining_chars 5
20#define sizeof_x0213_combining_table 25
21#define sizeof_x0213_1_surrogate_table 26
22#define sizeof_x0213_2_surrogate_table 277
29#ifdef UTF8_INPUT_ENABLE
30#define sizeof_utf8_to_euc_C2 64
31#define sizeof_utf8_to_euc_E5B8 64
32#define sizeof_utf8_to_euc_2bytes 112
33#define sizeof_utf8_to_euc_3bytes 16
46#ifdef UNICODE_NORMALIZATION
48#define NORMALIZATION_TABLE_LENGTH 942
49#define NORMALIZATION_TABLE_NFC_LENGTH 3
50#define NORMALIZATION_TABLE_NFD_LENGTH 9
51struct normalization_pair {
52 const unsigned char nfc[NORMALIZATION_TABLE_NFC_LENGTH];
53 const unsigned char nfd[NORMALIZATION_TABLE_NFD_LENGTH];
59#define CP932_TABLE_BEGIN 0xFA
60#define CP932_TABLE_END 0xFC
62#define CP932INV_TABLE_BEGIN 0xED
63#define CP932INV_TABLE_END 0xEE
64extern const unsigned short cp932inv[2][189];
const unsigned short *const *const utf8_to_euc_3bytes[]
const unsigned short *const *const utf8_to_euc_3bytes_mac[]
const unsigned short *const x0212_to_utf8_2bytes[]
const unsigned short euc_to_utf8_1byte[]
const unsigned short *const x0212_shiftjis[]
const unsigned short shiftjis_x0212[3][189]
const unsigned short *const utf8_to_euc_2bytes_x0213[]
const struct normalization_pair normalization_table[]
const unsigned short *const *const utf8_to_euc_3bytes_x0213[]
const unsigned short *const *const utf8_to_euc_3bytes_ms[]
const unsigned short *const utf8_to_euc_2bytes[]
const unsigned short *const euc_to_utf8_2bytes_x0213[]
const unsigned short x0213_combining_chars[sizeof_x0213_combining_chars]
const unsigned short x0213_combining_table[sizeof_x0213_combining_table][3]
const unsigned short *const *const utf8_to_euc_3bytes_932[]
const unsigned short *const euc_to_utf8_2bytes[]
const unsigned short *const euc_to_utf8_2bytes_mac[]
const unsigned short x0213_1_surrogate_table[sizeof_x0213_1_surrogate_table][3]
const unsigned short cp932inv[2][189]
const unsigned short *const utf8_to_euc_2bytes_ms[]
const unsigned short *const euc_to_utf8_2bytes_ms[]
const unsigned short *const utf8_to_euc_2bytes_932[]
const unsigned short *const x0212_to_utf8_2bytes_x0213[]
const unsigned short *const utf8_to_euc_2bytes_mac[]
const unsigned short shiftjis_cp932[3][189]
const unsigned short x0213_2_surrogate_table[sizeof_x0213_2_surrogate_table][3]