Searched refs:utf8proc_decompose_custom (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | utf8proc.c | 488 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 D | utf8proc_internal.h | 523 UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_decompose_custom(
|
| H A D | NEWS.md | 7 - New functions `utf8proc_map_custom` and `utf8proc_decompose_custom`
|