Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c155 #define U8_ASCII_TOUPPER(c) \ macro
493 *u8s = U8_ASCII_TOUPPER(*s); in do_case_conv()
612 u8s1[0] = U8_ASCII_TOUPPER(*s1); in do_case_compare()
636 u8s2[0] = U8_ASCII_TOUPPER(*s2); in do_case_compare()
1452 u8s[0] = U8_ASCII_TOUPPER(*s); in collect_a_seq()
1782 u8s1[0] = U8_ASCII_TOUPPER(*s1); in do_norm_compare()
1802 u8s2[0] = U8_ASCII_TOUPPER(*s2); in do_norm_compare()
2041 *ob = U8_ASCII_TOUPPER(*ib); in u8_textprep_str()
2125 *ob = U8_ASCII_TOUPPER(*ib); in u8_textprep_str()