Searched refs:ucase_toupper (Results 1 – 6 of 6) sorted by relevance
84 ucase_toupper(const UCaseProps *csp, UChar32 c);
149 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper() function1226 return ucase_toupper(GET_CASE_PROPS(), c); in u_toupper()
90 ucase_toupper(const UCaseProps *csp, UChar32 c);
152 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper() function1253 return ucase_toupper(GET_CASE_PROPS(), c); in u_toupper()
553 #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) macro
558 #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) macro