Searched defs:TOLOWER (Results 1 – 10 of 10) sorted by relevance
64 #define TOLOWER(c) Py_TOLOWER(c) macro
248 .. _TOLOWER: target in Manipulation
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
42 #define TOLOWER(c) ( (c) | 32 ) // works only for letters macro
953 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function
839 TOLOWER, enumerator