Searched refs:ISUPPER (Results 1 – 1 of 1) sorted by relevance
57 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) macro58 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x))