Searched defs:TOLOWER (Results 1 - 4 of 4) sorted by relevance

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

Completed in 1100 milliseconds