Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytes_methods.h64 #define TOLOWER(c) Py_TOLOWER(c) macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h289 #define TOLOWER(x) (tolower((int) ((unsigned char)x))) macro
/external/fastrpc/src/
Dstd_strlprintf.c42 #define TOLOWER(c) ( (c) | 32 ) // works only for letters macro
/external/harfbuzz_ng/src/
Dhb-algs.hh798 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function