Home
last modified time | relevance | path

Searched refs:UTF8PROC_NULLTERM (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c509 if (options & UTF8PROC_NULLTERM) { in utf8proc_decompose_custom()
732 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFD()
739 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFC()
746 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFKD()
753 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFKC()
H A Dutf8proc_internal.h159 UTF8PROC_NULLTERM = (1<<0), enumerator
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c94 ? UTF8PROC_NULLTERM : 0); in unicode_decomposition()
357 ? UTF8PROC_NULLTERM : 0); in svn_utf__glob()