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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
150 #undef tolower macro
151 #define tolower(c) do_not_use_tolower_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 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /external/harfbuzz_ng/src/
hb-private.hh 552 static inline unsigned char TOLOWER (unsigned char c)

Completed in 1228 milliseconds