Searched defs:codepoint (Results 1 – 4 of 4) sorted by relevance
11 int utf8_encode(int32_t codepoint, char *buffer, size_t *size) in utf8_encode()83 size_t utf8_check_full(const char *buffer, size_t size, int32_t *codepoint) in utf8_check_full()139 const char *utf8_iterate(const char *buffer, size_t bufsize, int32_t *codepoint) in utf8_iterate()
74 int32_t codepoint; in dump_string() local
122 unsigned long codepoint, this_decomp[4]; in read_table() local
220 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local231 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local247 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local