Searched defs:ASCII_IS_UPPER (Results 1 – 2 of 2) sorted by relevance
266 #define ASCII_IS_UPPER(c) (c >= 0x41 && c <= 0x5A) macro
138 #define ASCII_IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro