Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Du8_textprep.h68 #define U8_STRCMP_CS (0x00000001) macro
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1858 flag = U8_STRCMP_CS; in u8_strcmp()
1860 f = flag & (U8_STRCMP_CS | U8_STRCMP_CI_UPPER | in u8_strcmp()
1863 flag |= U8_STRCMP_CS; in u8_strcmp()
1864 } else if (f != U8_STRCMP_CS && f != U8_STRCMP_CI_UPPER && in u8_strcmp()
1867 flag = U8_STRCMP_CS; in u8_strcmp()
1874 flag = U8_STRCMP_CS; in u8_strcmp()
1878 if (flag == U8_STRCMP_CS) { in u8_strcmp()