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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 64 #define TOLOWER(c) Py_TOLOWER(c)
67 #undef tolower macro
68 #define tolower(c) undefined_tolower(c) macro
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /toolchain/binutils/binutils-2.25/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/c-ares/
setup_once.h 259 #define TOLOWER(x) (tolower((int) ((unsigned char)x)))
  /external/curl/lib/
curl_setup_once.h 296 #define TOLOWER(x) (tolower((int) ((unsigned char)x)))
  /external/harfbuzz_ng/src/
hb-private.hh 595 static inline unsigned char TOLOWER (unsigned char c)
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 244 # define TOLOWER(c) _tolower(c)
246 # define TOLOWER(c) tolower(c)
    [all...]

Completed in 604 milliseconds