Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Du8_textprep.h71 #define U8_STRCMP_CI_UPPER (0x00000002) macro
83 #define U8_TEXTPREP_TOUPPER (U8_STRCMP_CI_UPPER)
/netbsd-src/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c1864 f = flag & (U8_STRCMP_CS | U8_STRCMP_CI_UPPER | in u8_strcmp()
1868 } else if (f != U8_STRCMP_CS && f != U8_STRCMP_CI_UPPER && in u8_strcmp()
1899 if (flag == U8_STRCMP_CI_UPPER) { in u8_strcmp()