Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Du8_textprep.h69 #define U8_STRCMP_CI_UPPER (0x00000002) macro
81 #define U8_TEXTPREP_TOUPPER (U8_STRCMP_CI_UPPER)
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1860 f = flag & (U8_STRCMP_CS | U8_STRCMP_CI_UPPER | in u8_strcmp()
1864 } else if (f != U8_STRCMP_CS && f != U8_STRCMP_CI_UPPER && in u8_strcmp()
1895 if (flag == U8_STRCMP_CI_UPPER) { in u8_strcmp()