Searched refs:U8_TEXTPREP_TOLOWER (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Du8_textprep.h84 #define U8_TEXTPREP_TOLOWER (U8_STRCMP_CI_LOWER) macro
/netbsd-current/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c1747 is_it_tolower = flag & U8_TEXTPREP_TOLOWER;
1939 f = flag & (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER);
1940 if (f == (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER)) {
1968 is_it_tolower = flag & U8_TEXTPREP_TOLOWER;

Completed in 108 milliseconds