Searched refs:u_toupper (Results 1 – 8 of 8) sorted by relevance
41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint)); in printProps()
38 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
171 u_toupper(ch); in toUpper()
227 if (i != (int)u_toupper(i)) in TestUpperLower()253 else if (lowerTest[i] != u_toupper(upperTest[i])) in TestUpperLower()261 else if (lowerTest[i] != u_toupper(lowerTest[i])) in TestUpperLower()1130 if((UChar32)value!=u_toupper(c)) { in unicodeDataLineFn()1131 … log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value); in unicodeDataLineFn()1135 if(c!=u_toupper(c)) { in unicodeDataLineFn()1136 …r("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(c)); in unicodeDataLineFn()
220 c=u_toupper(c); in demoCaseMapInC()
3242 u_toupper(UChar32 c);
398 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
1251 u_toupper(UChar32 c) { in u_toupper() function