Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c488 return utf8proc_decompose_custom(str, strlen, buffer, bufsize, options, NULL, NULL); in utf8proc_decompose()
491 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom( in utf8proc_decompose_custom() function
707 result = utf8proc_decompose_custom(str, strlen, NULL, 0, options, custom_func, custom_data); in utf8proc_map_custom()
711 …result = utf8proc_decompose_custom(str, strlen, buffer, result, options, custom_func, custom_data); in utf8proc_map_custom()
H A Dutf8proc_internal.h523 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom(
H A DNEWS.md7 - New functions `utf8proc_map_custom` and `utf8proc_decompose_custom`