Searched defs:islower (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/
H A Dctype.h55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h202 #undef islower macro
230 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h136 #undef islower macro
137 #define islower(c) do_not_use_islower_with_safe_ctype macro

Completed in 229 milliseconds