Searched defs:toupper (Results 1 – 10 of 10) sorted by relevance
9 static inline int toupper(int c) in toupper() function
22 static inline unsigned char toupper(unsigned char c) in toupper() function
70 #define toupper(c) undefined_toupper(c) macro
739 #define toupper(c) towupper(btowc(c)) macro
109 __ctype_inline int toupper(int __c) in toupper() function
248 toupper(){ function
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
203 public final int toupper(int c) { in toupper() method in UCaseProps
207 public final int toupper(int c) { in toupper() method in UCaseProps
559 LocaleInfo *locale, int toupper) in fill_number()