Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Du8_textprep.h73 #define U8_COMPAT_DECOMP (0x00000020) macro
78 #define U8_STRCMP_NFKD (U8_COMPAT_DECOMP)
79 #define U8_STRCMP_NFKC (U8_COMPAT_DECOMP | U8_CANON_COMP)
/titanic_50/usr/src/common/unicode/
H A Du8_textprep.c1751 compatibility_decomposition = flag & U8_COMPAT_DECOMP; in do_norm_compare()
1876 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP); in u8_strcmp()
1947 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP); in u8_textprep_str()
2064 compatibility_decomposition = flag & U8_COMPAT_DECOMP; in u8_textprep_str()