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

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h55 #undef toupper macro
72 #define toupper toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h52 #define toupper(c) __toupper(c) macro
/external/stlport/stlport/
H A Dctype.h62 # undef toupper macro
/external/libvpx/build/make/
H A Dconfigure.sh228 toupper(){ function
1004 upname="`toupper $cfg`"
1016 upname="`toupper $cfg`"
/external/stlport/stlport/stl/
H A D_ctype.h91 char (toupper)(char __c) const { return do_toupper(__c); } function in class:ctype
92 const char* (toupper)(char* __low, const char* __high) const { function in class:ctype
198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } function in class:ctype
199 const wchar_t* (toupper)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h148 #undef toupper macro
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/external/quake/quake/src/WinQuake/
H A Dsnd_gus.cpp73 static char toupper(char c) function
114 if (toupper(s[0])!=toupper(name[0]))
151 if (toupper(s[0])!=toupper(name[0]))

Completed in 371 milliseconds