Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/utf8proc/
HDutf8proc.c516 if (composition >= 0 && (!(options & UTF8PROC_STABLE) || in utf8proc_reencode()
583 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFD()
591 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFC()
599 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFKD()
607 utf8proc_map(str, 0, &retval, UTF8PROC_NULLTERM | UTF8PROC_STABLE | in utf8proc_NFKC()
HDutf8proc.h131 #define UTF8PROC_STABLE (1<<1) macro
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDutf8proc.c90 UTF8PROC_DECOMPOSE | UTF8PROC_STABLE in unicode_decomposition()
142 UTF8PROC_COMPOSE | UTF8PROC_STABLE); in normalize_cstring()
289 UTF8PROC_DECOMPOSE | UTF8PROC_STABLE | nullterm); in svn_utf__glob()
379 UTF8PROC_COMPAT | UTF8PROC_STABLE | UTF8PROC_LUMP in svn_utf__fuzzy_escape()