Searched refs:u_totitle (Results 1 – 10 of 10) sorted by relevance
48 ch = u_totitle(char_k); /* ch = 'K' */ in c_main()
254 c=u_totitle(c); in demoCaseMapInC()
1169 if((UChar32)value!=u_totitle(c)) { in unicodeDataLineFn()1170 … log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value); in unicodeDataLineFn()1174 if(c!=u_totitle(c)) { in unicodeDataLineFn()1175 …rr("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c)); in unicodeDataLineFn()
3862 u_totitle(UChar32 c);
398 #define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) macro
1517 u_totitle(UChar32 c) { in u_totitle() function
3467 UnicodeString DEE(u_totitle(dee)); in TestSurrogateCasing()
491 return u_totitle(c); in u_totitle_android()