Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytes_methods.h64 #define TOLOWER(c) Py_TOLOWER(c) macro
/external/curl/lib/
Dcurl_setup_once.h276 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/external/harfbuzz_ng/src/
Dhb-dsalgs.hh255 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function