Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_ctype.h46 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) macro
71 #define ISUPPER(x) (Curl_isupper((int) ((unsigned char)x))) macro
/external/python/cpython2/Include/
Dbytes_methods.h40 #define ISUPPER(c) Py_ISUPPER(c) macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h282 #define ISUPPER(x) (isupper((int) ((unsigned char)x))) macro