Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dbytes_methods.h64 #define TOLOWER(c) Py_TOLOWER(c) macro
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/external/c-ares/
Dsetup_once.h259 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/external/curl/lib/
Dcurl_setup_once.h296 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/external/harfbuzz_ng/src/
Dhb-private.hh595 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function