Searched refs:utf8proc_codepoint_valid (Results 1 – 4 of 4) sorted by relevance
436 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint);
204 - Added a new function `utf8proc_codepoint_valid` to the C library.
161 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { in utf8proc_codepoint_valid() function
579 if (utf8proc_codepoint_valid(cp)) in svn_utf__fuzzy_escape()