Searched defs:ISLOWER (Results 1 – 5 of 5) sorted by relevance
42 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
39 #define ISLOWER(c) Py_ISLOWER(c) macro
95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
152 #define ISLOWER(c) (isascii (c) && islower (c)) macro