Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Dcurl_ctype.h42 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
/aosp_15_r20/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dsetup_once.h283 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.c152 #define ISLOWER(c) (isascii (c) && islower (c)) macro