Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_toupper

196 /* test u_toupper() and u_tolower()                    */
220 if (i != (int)u_toupper(i))
246 else if (lowerTest[i] != u_toupper(upperTest[i]))
254 else if (lowerTest[i] != u_toupper(lowerTest[i]))
1013 if((UChar32)value!=u_toupper(c)) {
1014 log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value);
1018 if(c!=u_toupper(c)) {
1019 log_err("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(c));