HomeSort by relevance Sort by last modified time
    Searched defs:TOLOWER (Results 1 - 7 of 7) 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/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 31 #define TOLOWER(c) (c | 0x20)
94 *q++ = TOLOWER(*p++);
161 *q++ = TOLOWER(*p++);
  /external/valgrind/main/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/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 593 static inline unsigned char TOLOWER (unsigned char c)
  /external/harfbuzz_ng/src/
hb-private.hh 554 static inline unsigned char TOLOWER (unsigned char c)

Completed in 387 milliseconds