Searched refs:u_totitle (Results 1 – 7 of 7) sorted by relevance
42 ch = u_totitle(char_k); /* ch = 'K' */ in c_main()
242 c=u_totitle(c); in demoCaseMapInC()
1164 if((UChar32)value!=u_totitle(c)) { in unicodeDataLineFn()1165 … log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value); in unicodeDataLineFn()1169 if(c!=u_totitle(c)) { in unicodeDataLineFn()1170 …rr("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c)); in unicodeDataLineFn()
3267 u_totitle(UChar32 c);
397 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
1257 u_totitle(UChar32 c) { in u_totitle() function
3464 UnicodeString DEE(u_totitle(dee)); in TestSurrogateCasing()