Searched refs:ucase_totitle (Results 1 – 3 of 3) sorted by relevance
96 ucase_totitle(const UCaseProps *csp, UChar32 c);
170 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle() function1276 return ucase_totitle(GET_CASE_PROPS(), c); in u_totitle()
568 #define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) macro