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

  /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))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 158 #define ISLOWER(c) (ISASCII (c) && islower (c))
  /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/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

Completed in 295 milliseconds