Searched refs:u_toupper (Results 1 – 11 of 11) sorted by relevance
47 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint)); in printProps()
44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
175 u_toupper(ch); in toUpper()
232 if (i != (int)u_toupper(i)) in TestUpperLower()258 else if (lowerTest[i] != u_toupper(upperTest[i])) in TestUpperLower()266 else if (lowerTest[i] != u_toupper(lowerTest[i])) in TestUpperLower()1135 if((UChar32)value!=u_toupper(c)) { in unicodeDataLineFn()1136 … log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value); in unicodeDataLineFn()1140 if(c!=u_toupper(c)) { in unicodeDataLineFn()1141 …r("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(c)); in unicodeDataLineFn()
232 c=u_toupper(c); in demoCaseMapInC()
3837 u_toupper(UChar32 c);
399 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
1511 u_toupper(UChar32 c) { in u_toupper() function
494 return u_toupper(c); in u_toupper_android()