Searched refs:UTF8PROC_NULLTERM (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | utf8proc.c | 509 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 D | utf8proc_internal.h | 159 UTF8PROC_NULLTERM = (1<<0), enumerator
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | utf8proc.c | 94 ? UTF8PROC_NULLTERM : 0); in unicode_decomposition() 357 ? UTF8PROC_NULLTERM : 0); in svn_utf__glob()
|