Go to the source code of this file.
Data Structures | |
| struct | normalization_pair |
Defines | |
| #define | sizeof_euc_to_utf8_1byte 94 |
| #define | sizeof_euc_to_utf8_2bytes 94 |
| #define | sizeof_utf8_to_euc_C2 64 |
| #define | sizeof_utf8_to_euc_E5B8 64 |
| #define | sizeof_utf8_to_euc_2bytes 112 |
| #define | sizeof_utf8_to_euc_3bytes 16 |
| #define | NORMALIZATION_TABLE_LENGTH 942 |
| #define | NORMALIZATION_TABLE_NFC_LENGTH 3 |
| #define | NORMALIZATION_TABLE_NFD_LENGTH 9 |
| #define | CP932_TABLE_BEGIN 0xFA |
| #define | CP932_TABLE_END 0xFC |
| #define | CP932INV_TABLE_BEGIN 0xED |
| #define | CP932INV_TABLE_END 0xEE |
Variables | |
| const unsigned short | euc_to_utf8_1byte [] |
| const unsigned short *const | euc_to_utf8_2bytes [] |
| const unsigned short *const | euc_to_utf8_2bytes_ms [] |
| const unsigned short *const | euc_to_utf8_2bytes_mac [] |
| const unsigned short *const | x0212_to_utf8_2bytes [] |
| const unsigned short *const | utf8_to_euc_2bytes [] |
| const unsigned short *const | utf8_to_euc_2bytes_ms [] |
| const unsigned short *const | utf8_to_euc_2bytes_932 [] |
| const unsigned short *const | utf8_to_euc_2bytes_mac [] |
| const unsigned short *const *const | utf8_to_euc_3bytes [] |
| const unsigned short *const *const | utf8_to_euc_3bytes_ms [] |
| const unsigned short *const *const | utf8_to_euc_3bytes_932 [] |
| const unsigned short *const *const | utf8_to_euc_3bytes_mac [] |
| struct normalization_pair | normalization_table [] |
| const unsigned short | shiftjis_cp932 [3][189] |
| const unsigned short | cp932inv [2][189] |
| const unsigned short | shiftjis_x0212 [3][189] |
| const unsigned short *const | x0212_shiftjis [] |
| #define CP932_TABLE_BEGIN 0xFA |
Definition at line 48 of file utf8tbl.h.
Referenced by s2e_conv().
| #define CP932INV_TABLE_BEGIN 0xED |
Definition at line 51 of file utf8tbl.h.
Referenced by s2e_conv(), and s_oconv().
| #define CP932INV_TABLE_END 0xEE |
Definition at line 52 of file utf8tbl.h.
Referenced by s2e_conv(), and s_oconv().
| #define NORMALIZATION_TABLE_LENGTH 942 |
Definition at line 37 of file utf8tbl.h.
Referenced by nfc_getc().
| #define NORMALIZATION_TABLE_NFC_LENGTH 3 |
Definition at line 38 of file utf8tbl.h.
Referenced by nfc_getc().
| #define NORMALIZATION_TABLE_NFD_LENGTH 9 |
Definition at line 39 of file utf8tbl.h.
Referenced by nfc_getc().
| #define sizeof_euc_to_utf8_1byte 94 |
Definition at line 11 of file utf8tbl.h.
Referenced by e2w_conv().
| #define sizeof_euc_to_utf8_2bytes 94 |
Definition at line 12 of file utf8tbl.h.
Referenced by e2w_conv().
| #define sizeof_utf8_to_euc_2bytes 112 |
Definition at line 23 of file utf8tbl.h.
Referenced by unicode_to_jis_common().
| #define sizeof_utf8_to_euc_C2 64 |
Definition at line 21 of file utf8tbl.h.
Referenced by unicode_to_jis_common(), and unicode_to_jis_common2().
| const unsigned short cp932inv[2][189] |
Definition at line 7750 of file utf8tbl.c.
Referenced by s2e_conv(), and s_oconv().
| const unsigned short euc_to_utf8_1byte[] |
Definition at line 2317 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes[] |
Definition at line 2331 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes_mac[] |
Definition at line 2385 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes_ms[] |
Definition at line 2358 of file utf8tbl.c.
Referenced by e2w_conv().
| struct normalization_pair normalization_table[] |
Definition at line 6722 of file utf8tbl.c.
Referenced by nfc_getc().
| const unsigned short shiftjis_cp932[3][189] |
Definition at line 7670 of file utf8tbl.c.
Referenced by s2e_conv().
| const unsigned short shiftjis_x0212[3][189] |
Definition at line 7807 of file utf8tbl.c.
Referenced by s2e_conv().
| const unsigned short* const utf8_to_euc_2bytes[] |
Definition at line 6572 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_932[] |
Definition at line 6632 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_mac[] |
Definition at line 6662 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_ms[] |
Definition at line 6602 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes[] |
Definition at line 6692 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_932[] |
Definition at line 6704 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_mac[] |
Definition at line 6710 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_ms[] |
Definition at line 6698 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const x0212_shiftjis[] |
Definition at line 8728 of file utf8tbl.c.
Referenced by e2s_conv().
| const unsigned short* const x0212_to_utf8_2bytes[] |
Definition at line 2413 of file utf8tbl.c.
Referenced by e2w_conv().
1.6.1