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

  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) 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/valgrind/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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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
  /toolchain/binutils/binutils-2.25/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/c-ares/
setup_once.h 253 #define ISLOWER(x) (islower((int) ((unsigned char)x)))
  /external/curl/lib/
curl_setup_once.h 290 #define ISLOWER(x) (islower((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 237 # define ISLOWER(c) (ISASCII (c) && islower (c))
    [all...]

Completed in 1354 milliseconds