Go to the source code of this file.
Data Structures | |
| struct | cjk_index_t |
Macros | |
| #define | CJK_PUSH_BUFFER 4 |
| #define | CJK_PULL_BUFFER 8 |
Functions | |
| size_t | cjk_generic_push (size_t(*)(uint8_t *, const ucs2_t *, size_t *), void *, char **, size_t *, char **, size_t *) |
| size_t | cjk_generic_pull (size_t(*)(ucs2_t *, const uint8_t *, size_t *), void *, char **, size_t *, char **, size_t *) |
| size_t | cjk_char_push (uint16_t, uint8_t *) |
| size_t | cjk_char_pull (ucs2_t, ucs2_t *, const uint32_t *) |
| uint16_t | cjk_lookup (uint16_t, const cjk_index_t *, const uint16_t *) |
| ucs2_t | cjk_compose (ucs2_t, ucs2_t, const uint32_t *, size_t) |
| ucs2_t | cjk_compose_seq (const ucs2_t *, size_t *, const uint32_t *, size_t) |
| #define CJK_PULL_BUFFER 8 |
| #define CJK_PUSH_BUFFER 4 |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |