Searched defs:IS_UPPER (Results 1 – 5 of 5) sorted by relevance
151 #define IS_UPPER(c) iswupper(c) macro157 #define IS_UPPER(c) isupper((unsigned char) (c)) macro162 #define IS_UPPER(c) ASCII_IS_UPPER(c) macro
212 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro