Searched defs:toupper (Results 1 - 9 of 9) 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/linux-tools-perf/util/
H A Dutil.h235 #undef toupper macro
250 (sane_istest(toupper(x), GIT_ALPHA | GIT_DIGIT) && toupper(x) < 'G')
255 #define toupper(x) sane_case((unsigned char)(x), 0) macro
/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]))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 866 milliseconds