HomeSort by relevance Sort by last modified time
    Searched defs:ISLOWER (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 83 # define ISLOWER(c) (ISASCII (c) && islower (c))
382 || (STREQ (str, "lower") && ISLOWER ((unsigned char) *n))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 158 #define ISLOWER(c) (ISASCII (c) && islower (c))
  /system/core/sh/
syntax.h 56 #define ISLOWER 04 /* a lower case letter */
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
136 #undef islower macro
137 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro

Completed in 260 milliseconds