Searched defs:ISLOWER (Results 1 – 2 of 2) sorted by relevance
42 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro