Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c161 #define U8_ASCII_TOLOWER(c) \ macro
498 *u8s = U8_ASCII_TOLOWER(*s); in do_case_conv()
613 u8s1[0] = U8_ASCII_TOLOWER(*s1); in do_case_compare()
637 u8s2[0] = U8_ASCII_TOLOWER(*s2); in do_case_compare()
1449 u8s[0] = U8_ASCII_TOLOWER(*s); in collect_a_seq()
1775 u8s1[0] = U8_ASCII_TOLOWER(*s1); in do_norm_compare()
1795 u8s2[0] = U8_ASCII_TOLOWER(*s2); in do_norm_compare()
2015 *ob = U8_ASCII_TOLOWER(*ib); in u8_textprep_str()
2099 *ob = U8_ASCII_TOLOWER(*ib); in u8_textprep_str()