Home
last modified time | relevance | path

Searched refs:utf8proc_codepoint_valid (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h436 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint);
H A DNEWS.md204 - Added a new function `utf8proc_codepoint_valid` to the C library.
H A Dutf8proc.c161 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { in utf8proc_codepoint_valid() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c579 if (utf8proc_codepoint_valid(cp)) in svn_utf__fuzzy_escape()