Home
last modified time | relevance | path

Searched refs:U8_TEXTPREP_TOLOWER (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Du8_textprep.h82 #define U8_TEXTPREP_TOLOWER (U8_STRCMP_CI_LOWER) macro
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dutf_str.c270 return (utf8_str_to_upper_or_lower(s, U8_TEXTPREP_TOLOWER)); in utf8_str_tolower()
/titanic_44/usr/src/common/unicode/
H A Du8_textprep.c1749 is_it_tolower = flag & U8_TEXTPREP_TOLOWER; in do_norm_compare()
1941 f = flag & (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER); in u8_textprep_str()
1942 if (f == (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER)) { in u8_textprep_str()
1970 is_it_tolower = flag & U8_TEXTPREP_TOLOWER; in u8_textprep_str()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dfunc.c259 lower = utf8textprep(argv[0], U8_TEXTPREP_TOLOWER); in lower_utf8Func()
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2294 &outlen, U8_TEXTPREP_TOLOWER, U8_UNICODE_LATEST, in pc_extract_long_fn()
/titanic_44/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c194 &outbytesleft, U8_TEXTPREP_TOLOWER, U8_UNICODE_LATEST, &err)) < 0 && in tolower_u8()