Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Du8_textprep.h72 #define U8_CANON_DECOMP (0x00000010) macro
76 #define U8_STRCMP_NFD (U8_CANON_DECOMP)
77 #define U8_STRCMP_NFC (U8_CANON_DECOMP | U8_CANON_COMP)
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1744 canonical_decomposition = flag & U8_CANON_DECOMP; in do_norm_compare()
1870 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP); in u8_strcmp()
1941 f = flag & (U8_CANON_DECOMP | U8_COMPAT_DECOMP | U8_CANON_COMP); in u8_textprep_str()
2057 canonical_decomposition = flag & U8_CANON_DECOMP; in u8_textprep_str()