Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c162 flags |= UTF8PROC_STRIPMARK; in normalize_cstring()
452 | UTF8PROC_NLF2LF | UTF8PROC_STRIPCC | UTF8PROC_STRIPMARK); in svn_utf__fuzzy_escape()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h218 UTF8PROC_STRIPMARK = (1<<13), enumerator
H A Dutf8proc.c454 if (options & UTF8PROC_STRIPMARK) { in utf8proc_decompose_char()
500 if ((options & UTF8PROC_STRIPMARK) && in utf8proc_decompose_custom()