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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
144 #undef isupper macro
145 #define isupper(c) do_not_use_isupper_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 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
141 #undef isupper macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
  /toolchain/binutils/binutils-2.27/include/
safe-ctype.h 99 #define ISUPPER(c) _sch_test(c, _sch_isupper)
141 #undef isupper macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
  /external/curl/lib/
curl_setup_once.h 289 #define ISUPPER(x) (isupper((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 240 # define ISUPPER(c) (ISASCII (c) && isupper (c))
    [all...]

Completed in 401 milliseconds