Searched refs:UTF8PROC_COMPOSE (Results 1 – 3 of 3) sorted by relevance
407 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()
165 UTF8PROC_COMPOSE = (1<<3), enumerator
169 UTF8PROC_COMPOSE | UTF8PROC_STABLE); in normalize_cstring()