Searched refs:toupper (Results 1 - 25 of 148) sorted by relevance

123456

/external/chromium_org/third_party/openssl/openssl/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/external/openssl/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.cc51 if ((toupper(*pattern) == toupper(*target))
59 if (toupper(*pattern) != toupper(*target)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringutils.cc51 if ((toupper(*pattern) == toupper(*target))
59 if (toupper(*pattern) != toupper(*target)) {
H A Dsslfingerprint.h104 fingerprint.begin(), ::toupper);
/external/stlport/stlport/stl/
H A D_cctype.h44 using _STLP_VENDOR_CSTD::toupper;
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/dropbear/libtommath/
H A Dbn_mp_read_radix.c51 ch = (char) ((radix < 36) ? toupper (*str) : *str);
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dstep.cc26 result.push_back(std::toupper(name[i]));
/external/kernel-headers/original/linux/
H A Dctype.h52 #define toupper(c) __toupper(c) macro
/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/yaffs2/yaffs2/direct/
H A Dydirectenv.h39 #define yaffs_toupper(a) toupper(a)
/external/stlport/stlport/
H A Dlocale77 #undef toupper
127 inline _CharT toupper(_CharT c, const locale& loc)
128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); }
H A Dctype.h62 # undef toupper macro
/external/stlport/test/unit/
H A Dctype_facets_test.cpp113 //toupper
115 CPPUNIT_ASSERT( ct.toupper('a') == 'A' );
116 CPPUNIT_ASSERT( ct.toupper('A') == 'A' );
117 CPPUNIT_ASSERT( ct.toupper('1') == '1' );
120 //toupper range
124 ct.toupper(range, range + sizeof(range));
257 //toupper
259 CPPUNIT_CHECK( wct.toupper(L'a') == L'A' );
260 CPPUNIT_CHECK( wct.toupper(L'A') == L'A' );
261 CPPUNIT_CHECK( wct.toupper(
[all...]
/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/yaffs2/yaffs2/
H A Dyportenv.h49 #define yaffs_toupper(a) toupper(a)
111 #define yaffs_toupper(a) toupper(a)
/external/arduino/hardware/arduino/cores/arduino/
H A DWCharacter.h165 return toupper (c);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEvent.cpp198 snprintf(keyIdentifier, sizeof(keyIdentifier), "U+%04X", toupper(windowsKeyCode));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h60 extern int toupper(int);
/external/lzma/CPP/Common/
H A DMyString.cpp132 return toupper(c);
/external/chromium_org/third_party/codesighs/
H A Dnm2tsv.c213 switch(toupper(*type))
248 fprintf(inOptions->mOutput, "%c\t", toupper(*type));
253 fprintf(inOptions->mOutput, "UNDEF:%s:%c\t", module, toupper(*type));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.cc69 char event = toupper(tone);
/external/libpcap/lbl/
H A Dos-sunos4.h185 int toupper(int);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp58 SymName[Letter] = toupper(SymName[Letter]);

Completed in 546 milliseconds

123456