Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c102 UTF8PROC_DECOMPOSE | UTF8PROC_STABLE in unicode_decomposition()
169 UTF8PROC_COMPOSE | UTF8PROC_STABLE); in normalize_cstring()
360 UTF8PROC_DECOMPOSE | UTF8PROC_STABLE | nullterm); in svn_utf__glob()
451 UTF8PROC_COMPAT | UTF8PROC_STABLE | UTF8PROC_LUMP in svn_utf__fuzzy_escape()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c644 if (composition > 0 && (!(options & UTF8PROC_STABLE) || in utf8proc_normalize_utf32()
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.h161 UTF8PROC_STABLE = (1<<1), enumerator