Searched defs:toupper (Results 1 – 4 of 4) sorted by relevance
224 toupper(){ function
233 #define toupper(x) sane_case((unsigned char)(x), 0) macro
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
207 public final int toupper(int c) { in toupper() method in UCaseProps