Searched refs:ucase_totitle (Results 1 – 3 of 3) sorted by relevance
93 ucase_totitle(const UCaseProps *csp, UChar32 c);
168 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle() function1258 return ucase_totitle(GET_CASE_PROPS(), c); in u_totitle()
563 #define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) macro