Searched refs:U8_COMPAT_DECOMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Du8_textprep.h66 * Among the macros defined, U8_CANON_DECOMP, U8_COMPAT_DECOMP, and
75 #define U8_COMPAT_DECOMP (0x00000020) macro
80 #define U8_STRCMP_NFKD (U8_COMPAT_DECOMP)
81 #define U8_STRCMP_NFKC (U8_COMPAT_DECOMP | U8_CANON_COMP)
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c1749 compatibility_decomposition = flag & U8_COMPAT_DECOMP;
1874 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP);
1945 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP);
2062 compatibility_decomposition = flag & U8_COMPAT_DECOMP;

Completed in 99 milliseconds