Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Du8_textprep.h80 #define U8_TEXTPREP_TOLOWER (U8_STRCMP_CI_LOWER) macro
/illumos-gate/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()
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1755 is_it_tolower = flag & U8_TEXTPREP_TOLOWER; in do_norm_compare()
1947 f = flag & (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER); in u8_textprep_str()
1948 if (f == (U8_TEXTPREP_TOUPPER | U8_TEXTPREP_TOLOWER)) { in u8_textprep_str()
1976 is_it_tolower = flag & U8_TEXTPREP_TOLOWER; in u8_textprep_str()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dfunc.c256 lower = utf8textprep(argv[0], U8_TEXTPREP_TOLOWER); in lower_utf8Func()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2295 &outlen, U8_TEXTPREP_TOLOWER, U8_UNICODE_LATEST, in pc_extract_long_fn()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c2773 flag |= U8_TEXTPREP_TOLOWER; in iscsit_fold_name()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c195 &outbytesleft, U8_TEXTPREP_TOLOWER, U8_UNICODE_LATEST, &err)) < 0 && in tolower_u8()