Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c407 if (options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) { in utf8proc_decompose_char()
464 if (options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) { in utf8proc_decompose_char()
498 if ((options & UTF8PROC_COMPOSE) && (options & UTF8PROC_DECOMPOSE)) in utf8proc_decompose_custom()
501 !(options & UTF8PROC_COMPOSE) && !(options & UTF8PROC_DECOMPOSE)) in utf8proc_decompose_custom()
536 if ((options & (UTF8PROC_COMPOSE|UTF8PROC_DECOMPOSE)) && bufsize >= wpos) { in utf8proc_decompose_custom()
591 if (options & UTF8PROC_COMPOSE) { in utf8proc_normalize_utf32()
740 UTF8PROC_COMPOSE); in utf8proc_NFC()
754 UTF8PROC_COMPOSE | UTF8PROC_COMPAT); in utf8proc_NFKC()
H A Dutf8proc_internal.h165 UTF8PROC_COMPOSE = (1<<3), enumerator
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf8proc.c169 UTF8PROC_COMPOSE | UTF8PROC_STABLE); in normalize_cstring()