Searched defs:TOLOWER (Results 1 – 4 of 4) sorted by relevance
64 #define TOLOWER(c) Py_TOLOWER(c) macro
289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
42 #define TOLOWER(c) ( (c) | 32 ) // works only for letters macro
798 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function