Searched defs:ISUPPER (Results 1 – 3 of 3) sorted by relevance
41 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) macro
40 #define ISUPPER(c) Py_ISUPPER(c) macro
282 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) macro