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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /external/bison/lib/
strtol.c 198 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
202 # define TOUPPER(Ch) towupper (Ch)
211 # define TOUPPER(Ch) __toupper_l ((Ch), loc)
215 # define TOUPPER(Ch) toupper (Ch)
312 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X'))
334 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
357 c = TOUPPER (c) - L_('A') + 10;
411 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
148 #undef toupper macro
149 #define toupper(c) do_not_use_toupper_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 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
  /external/harfbuzz_ng/src/
hb-private.hh 593 static inline unsigned char TOUPPER (unsigned char c)

Completed in 1092 milliseconds