Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_ctype.h47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
72 #define ISLOWER(x) (Curl_islower((int) ((unsigned char)x))) macro
/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro