Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c158 #define U8_ASCII_TOUPPER(c) \ macro
496 *u8s = U8_ASCII_TOUPPER(*s); in do_case_conv()
611 u8s1[0] = U8_ASCII_TOUPPER(*s1); in do_case_compare()
635 u8s2[0] = U8_ASCII_TOUPPER(*s2); in do_case_compare()
1447 u8s[0] = U8_ASCII_TOUPPER(*s); in collect_a_seq()
1773 u8s1[0] = U8_ASCII_TOUPPER(*s1); in do_norm_compare()
1793 u8s2[0] = U8_ASCII_TOUPPER(*s2); in do_norm_compare()
2013 *ob = U8_ASCII_TOUPPER(*ib); in u8_textprep_str()
2097 *ob = U8_ASCII_TOUPPER(*ib); in u8_textprep_str()