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_x0213_combining_chars 5 |
| #define | sizeof_x0213_combining_table 25 |
| #define | sizeof_x0213_1_surrogate_table 26 |
| #define | sizeof_x0213_2_surrogate_table 277 |
| #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 | euc_to_utf8_2bytes_x0213 [] |
| const unsigned short *const | x0212_to_utf8_2bytes [] |
| const unsigned short *const | x0212_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 | x0213_1_surrogate_table [sizeof_x0213_1_surrogate_table][3] |
| const unsigned short | x0213_2_surrogate_table [sizeof_x0213_2_surrogate_table][3] |
| 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 | utf8_to_euc_2bytes_x0213 [] |
| 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 [] |
| const unsigned short *const *const | utf8_to_euc_3bytes_x0213 [] |
| 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 60 of file utf8tbl.h.
Referenced by s2e_conv().
| #define CP932INV_TABLE_BEGIN 0xED |
Definition at line 63 of file utf8tbl.h.
Referenced by s2e_conv(), and s_oconv().
| #define CP932INV_TABLE_END 0xEE |
Definition at line 64 of file utf8tbl.h.
Referenced by s2e_conv(), and s_oconv().
| #define NORMALIZATION_TABLE_LENGTH 942 |
Definition at line 49 of file utf8tbl.h.
Referenced by nfc_getc().
| #define NORMALIZATION_TABLE_NFC_LENGTH 3 |
Definition at line 50 of file utf8tbl.h.
Referenced by nfc_getc().
| #define NORMALIZATION_TABLE_NFD_LENGTH 9 |
Definition at line 51 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 33 of file utf8tbl.h.
Referenced by unicode_to_jis_common().
| #define sizeof_utf8_to_euc_C2 64 |
Definition at line 31 of file utf8tbl.h.
Referenced by unicode_to_jis_common(), and unicode_to_jis_common2().
| #define sizeof_x0213_1_surrogate_table 26 |
Definition at line 22 of file utf8tbl.h.
Referenced by e2w_conv(), and w16e_conv().
| #define sizeof_x0213_2_surrogate_table 277 |
Definition at line 23 of file utf8tbl.h.
Referenced by e2w_conv(), and w16e_conv().
| #define sizeof_x0213_combining_chars 5 |
Definition at line 20 of file utf8tbl.h.
Referenced by e2w_combining(), and x0213_combining_p().
| #define sizeof_x0213_combining_table 25 |
Definition at line 21 of file utf8tbl.h.
Referenced by e2w_combining(), unicode_iconv_combine(), and x0213_wait_combining_p().
| const unsigned short cp932inv[2][189] |
Definition at line 13625 of file utf8tbl.c.
Referenced by s2e_conv(), and s_oconv().
| const unsigned short euc_to_utf8_1byte[] |
Definition at line 3046 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes[] |
Definition at line 3060 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes_mac[] |
Definition at line 3114 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes_ms[] |
Definition at line 3087 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const euc_to_utf8_2bytes_x0213[] |
Definition at line 3140 of file utf8tbl.c.
Referenced by e2w_conv().
| struct normalization_pair normalization_table[] |
Definition at line 12597 of file utf8tbl.c.
Referenced by nfc_getc().
| const unsigned short shiftjis_cp932[3][189] |
Definition at line 13545 of file utf8tbl.c.
Referenced by s2e_conv().
| const unsigned short shiftjis_x0212[3][189] |
Definition at line 13682 of file utf8tbl.c.
Referenced by s2e_conv().
| const unsigned short* const utf8_to_euc_2bytes[] |
Definition at line 12411 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_932[] |
Definition at line 12471 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_mac[] |
Definition at line 12501 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_ms[] |
Definition at line 12441 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const utf8_to_euc_2bytes_x0213[] |
Definition at line 12531 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes[] |
Definition at line 12561 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_932[] |
Definition at line 12573 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_mac[] |
Definition at line 12579 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_ms[] |
Definition at line 12567 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const* const utf8_to_euc_3bytes_x0213[] |
Definition at line 12585 of file utf8tbl.c.
Referenced by unicode_to_jis_common().
| const unsigned short* const x0212_shiftjis[] |
Definition at line 14603 of file utf8tbl.c.
Referenced by e2s_conv().
| const unsigned short* const x0212_to_utf8_2bytes[] |
Definition at line 3168 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short* const x0212_to_utf8_2bytes_x0213[] |
Definition at line 3194 of file utf8tbl.c.
Referenced by e2w_conv().
| const unsigned short x0213_1_surrogate_table[sizeof_x0213_1_surrogate_table][3] |
Definition at line 3251 of file utf8tbl.c.
Referenced by e2w_conv(), and w16e_conv().
| const unsigned short x0213_2_surrogate_table[sizeof_x0213_2_surrogate_table][3] |
Definition at line 3279 of file utf8tbl.c.
Referenced by e2w_conv(), and w16e_conv().
| const unsigned short x0213_combining_chars[sizeof_x0213_combining_chars] |
Definition at line 3221 of file utf8tbl.c.
Referenced by e2w_combining(), and x0213_combining_p().
| const unsigned short x0213_combining_table[sizeof_x0213_combining_table][3] |
Definition at line 3224 of file utf8tbl.c.
Referenced by e2w_combining(), unicode_iconv_combine(), and x0213_wait_combining_p().
1.6.1