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

1 2

  /system/core/sh/
syntax.h 56 #define ISLOWER 04 /* a lower case letter */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
  /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
  /external/webkit/WebKitTools/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/clearsilver/util/regex/
regex.c 201 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c))
    [all...]
  /external/libpng/
configure     [all...]
  /external/clearsilver/
configure     [all...]
  /external/genext2fs/
configure     [all...]
  /external/grub/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /device/samsung/crespo/alsa-utils/
configure     [all...]
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/dropbear/
configure     [all...]
  /external/expat/
configure     [all...]
  /external/libffi/
configure     [all...]
  /external/protobuf/
configure     [all...]
  /device/samsung/crespo/alsa-lib/
configure     [all...]
  /external/chromium/third_party/icu/source/
configure     [all...]
  /external/strace/
configure     [all...]
  /external/chromium/third_party/libevent/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/icu4c/
configure     [all...]
  /external/protobuf/gtest/
configure     [all...]

Completed in 131 milliseconds

1 2