Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c494 utf8proc_custom_func custom_func, void *custom_data in utf8proc_decompose_custom() argument
521 if (custom_func != NULL) { in utf8proc_decompose_custom()
522 uc = custom_func(uc, custom_data); /* user-specified custom mapping */ in utf8proc_decompose_custom()
702 utf8proc_custom_func custom_func, void *custom_data in utf8proc_map_custom() argument
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.h526 utf8proc_custom_func custom_func, void *custom_data
683 utf8proc_custom_func custom_func, void *custom_data