Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
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.hh953 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function