Searched refs:ASCII_UPPER (Results 1 – 1 of 1) sorted by relevance
167 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro168 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )