Home
last modified time | relevance | path

Searched refs:utf8proc_reencode (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h582 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t le…
H A Dutf8proc.c670 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_reencode(utf8proc_int32_t *buffer, utf8proc_ssize_t le… in utf8proc_reencode() function
716 result = utf8proc_reencode(buffer, result, options); in utf8proc_map_custom()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c168 result = utf8proc_reencode(buffer->data, result, in normalize_cstring()