Searched refs:U8_CANON_COMP (Results 1 – 2 of 2) sorted by relevance
74 #define U8_CANON_COMP (0x00000040) macro77 #define U8_STRCMP_NFC (U8_CANON_DECOMP | U8_CANON_COMP)79 #define U8_STRCMP_NFKC (U8_COMPAT_DECOMP | U8_CANON_COMP)
1752 canonical_composition = flag & U8_CANON_COMP; 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()2065 canonical_composition = flag & U8_CANON_COMP; in u8_textprep_str()