Searched defs:toupper (Results 1 - 25 of 39) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
H A Dctype.h30 int toupper(int c);
65 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
H A Dctype.h30 int toupper(int c);
65 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
H A Dctype.h30 int toupper(int c);
56 #undef toupper macro
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dbytes_methods.h69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
H A Dpyport.h865 #undef toupper macro
866 #define toupper(c) towupper(btowc(c)) macro
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dbytes_methods.h69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
H A Dpyport.h865 #undef toupper macro
866 #define toupper(c) towupper(btowc(c)) macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dbytes_methods.h69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
H A Dpyport.h865 #undef toupper macro
866 #define toupper(c) towupper(btowc(c)) macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dbytes_methods.h69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsafe-ctype.h145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dctype.h129 extern int toupper (int __c) __THROW;
158 /* These are the same as `toupper' and `tolower' except that they do not
223 __NTH (toupper (int __c)) function
231 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro

Completed in 764 milliseconds

12