Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c103 case UTF8PROC_ERROR_NOTASSIGNED: in utf8proc_errmsg()
403 if (uc < 0 || uc >= 0x110000) return UTF8PROC_ERROR_NOTASSIGNED; in utf8proc_decompose_char()
423 if (!category) return UTF8PROC_ERROR_NOTASSIGNED; in utf8proc_decompose_char()
H A Dutf8proc_internal.h232 #define UTF8PROC_ERROR_NOTASSIGNED -4 macro