Searched refs:__toUpper (Results 1 – 2 of 2) sorted by relevance
53 #define __toUpper( _c) ((__isCClass( ((int)_c), (_CL))) ? _uConvT[(_c)] : (_c)) macro
237 #define toupper(c) (__toUpper((int)c))