Searched refs:ucase_toupper (Results 1 – 3 of 3) sorted by relevance
90 ucase_toupper(const UCaseProps *csp, UChar32 c);
151 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper() function1252 return ucase_toupper(GET_CASE_PROPS(), c); in u_toupper()
564 #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) macro