HomeSort by relevance Sort by last modified time
    Searched refs:ISLOWER (Results 1 - 25 of 39) sorted by null

1 2

  /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
cplus-dem.c 681 && ISLOWER((unsigned char)opname[2])
682 && ISLOWER((unsigned char)opname[3]))
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 158 #define ISLOWER(c) (ISASCII (c) && islower (c))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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
  /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))
  /external/webkit/Tools/android/flex-2.5.4a/
configure 871 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
872 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
997 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
998 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1001 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
    [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c 701 #define ISLOWER(c) ((c) >= 'a' && (c) <= 'z')
702 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c))
703 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c))
    [all...]
  /external/libpng/
configure     [all...]
  /external/genext2fs/
configure     [all...]
  /external/liblzf/
configure     [all...]
  /external/grub/
configure     [all...]
  /external/icu4c/
configure     [all...]
configure.orig     [all...]
  /external/libpcap/
configure     [all...]
  /external/srtp/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/dropbear/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/libffi/
configure     [all...]
  /external/libmtp/
configure     [all...]

Completed in 1033 milliseconds

1 2