Searched defs:ISLOWER (Results 1 – 3 of 3) sorted by relevance
47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro72 #define ISLOWER(x) (Curl_islower((int) ((unsigned char)x))) macro
39 #define ISLOWER(c) Py_ISLOWER(c) macro
283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro