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