Searched refs:ucase_totitle (Results 1 – 4 of 4) sorted by relevance
93 ucase_totitle(UChar32 c);
176 ucase_totitle(UChar32 c) { in ucase_totitle() function1518 return ucase_totitle(c); in u_totitle()
568 #define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) macro