Searched defs:toupper (Results 1 – 11 of 11) sorted by relevance
65 toupper( in toupper() function
56 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
237 #define toupper(c) (__toUpper((int)c)) macro
70 #define toupper(c) undefined_toupper(c) macro
731 #define toupper(c) towupper(btowc(c)) macro
708 #define toupper(c) towupper(btowc(c)) macro
747 #define toupper(c) towupper(btowc(c)) macro
559 LocaleInfo *locale, int toupper) in fill_number()