HomeSort by relevance Sort by last modified time
    Searched defs:toupper (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/upstream-openbsd/lib/libc/gen/
toupper_.c 51 #undef toupper macro
53 toupper(int c) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CConv.c 11 The toupper function converts a lowercase letter to a corresponding
14 current locale, for which isupper is true, the toupper function returns one
52 /** The toupper function converts a lowercase letter to a corresponding
59 the current locale, for which isupper is true, the toupper
65 toupper( function
  /external/syslinux/core/include/
ctype.h 9 static inline int toupper(int c) function
  /external/syslinux/gpxe/src/include/
ctype.h 22 static inline unsigned char toupper(unsigned char c) function
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
ctype.h 56 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 202 /** The toupper function converts a lowercase letter to a corresponding
209 the current locale, for which isupper is true, the toupper
214 int toupper(int c);
237 #define toupper(c) (__toUpper((int)c)) macro
  /external/libcxx/include/
ctype.h 30 int toupper(int c);
65 #undef toupper macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
ctype.h 30 int toupper(int c);
65 #undef toupper macro
  /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
  /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
  /development/ndk/platforms/android-9/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /development/ndk/platforms/android-9/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /external/syslinux/com32/include/
ctype.h 109 __ctype_inline int toupper(int __c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
ctype.h 84 int toupper(int);
164 __CTYPE_INLINE int toupper(int c) function
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
ctype.h 42 #define toupper(c) __toupper(c) macro

Completed in 1450 milliseconds

1 2 3 4 5 6 7