Home
last modified time | relevance | path

Searched refs:utf8proc_uint8_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c117 const utf8proc_uint8_t *end; in utf8proc_iterate()
169 dst[0] = (utf8proc_uint8_t) uc; in utf8proc_encode_char()
196 dst[0] = (utf8proc_uint8_t)uc; in unsafe_encode_char()
730 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFD(const utf8proc_uint8_t *str) { in utf8proc_NFD()
731 utf8proc_uint8_t *retval; in utf8proc_NFD()
737 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFC(const utf8proc_uint8_t *str) { in utf8proc_NFC()
738 utf8proc_uint8_t *retval; in utf8proc_NFC()
744 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKD(const utf8proc_uint8_t *str) { in utf8proc_NFKD()
745 utf8proc_uint8_t *retval; in utf8proc_NFKD()
751 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKC(const utf8proc_uint8_t *str) { in utf8proc_NFKC()
[all …]
H A Dutf8proc_internal.h83 typedef unsigned char utf8proc_uint8_t; typedef
428 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate(const utf8proc_uint8_t *str, utf8proc_ssize_t …
447 …DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8_t *dst);
513 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,
524 const utf8proc_uint8_t *str, utf8proc_ssize_t strlen,
672 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t…
682 …const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_uint8_t **dstptr, utf8proc_option_t…
695 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFD(const utf8proc_uint8_t *str);
697 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFC(const utf8proc_uint8_t *str);
699 UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKD(const utf8proc_uint8_t *str);
[all …]