Searched refs:ucase_totitle (Results 1 – 3 of 3) sorted by relevance
92 ucase_totitle(UChar32 c);
163 ucase_totitle(UChar32 c) { in ucase_totitle() function1331 return ucase_totitle(c); in u_totitle()
564 #define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) macro