Searched defs:TOLOWER (Results 1 – 3 of 3) sorted by relevance
64 #define TOLOWER(c) Py_TOLOWER(c) macro
276 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
255 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function