Searched defs:TOLOWER (Results 1 – 5 of 5) sorted by relevance
64 #define TOLOWER(c) Py_TOLOWER(c) macro
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
259 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
296 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
595 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function