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

/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h2589 islower(_CharT __c, const locale& __loc) function
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml2089 let islower x = let str = String.make 1 x in (String.lowercase str) = str var

Completed in 99 milliseconds