Searched refs:utf8proc_encode_char (Results 1 – 3 of 3) sorted by relevance
447 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8…
165 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst… in utf8proc_encode_char() function686 wpos += utf8proc_encode_char(uc, ((utf8proc_uint8_t *)buffer) + wpos); in utf8proc_reencode()
295 utf8len = utf8proc_encode_char(ucs4chr, ((apr_byte_t*)buffer->data + *length)); in encode_ucs4()