Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 111) sorted by relevance

12345

/external/chromium/third_party/libjingle/source/talk/base/
Dstringutils.cc51 if ((toupper(*pattern) == toupper(*target)) in string_match()
59 if (toupper(*pattern) != toupper(*target)) { in string_match()
/external/openssl/crypto/
Do_str.c74 int res = toupper(*str1) - toupper(*str2); in OPENSSL_strncasecmp()
/external/webkit/Source/JavaScriptCore/wtf/
DDisallowCType.h55 #undef toupper
72 #define toupper toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/stlport/test/unit/
Dctype_facets_test.cpp115 CPPUNIT_ASSERT( ct.toupper('a') == 'A' ); in _ctype_facet()
116 CPPUNIT_ASSERT( ct.toupper('A') == 'A' ); in _ctype_facet()
117 CPPUNIT_ASSERT( ct.toupper('1') == '1' ); in _ctype_facet()
124 ct.toupper(range, range + sizeof(range)); in _ctype_facet()
259 CPPUNIT_CHECK( wct.toupper(L'a') == L'A' ); in _ctype_facet_w()
260 CPPUNIT_CHECK( wct.toupper(L'A') == L'A' ); in _ctype_facet_w()
261 CPPUNIT_CHECK( wct.toupper(L'1') == L'1' ); in _ctype_facet_w()
268 wct.toupper(range, range + sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w()
/external/llvm/test/CodeGen/X86/
Dpr2924.ll9 entry_std.string.toupper:
18 entry_std.string.toupper:
/external/stlport/stlport/stl/
D_ctype.h91 char (toupper)(char __c) const { return do_toupper(__c); }
92 const char* (toupper)(char* __low, const char* __high) const {
198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } in wchar_t() argument
199 const wchar_t* (toupper)(wchar_t* __low, const wchar_t* __high) const
D_cctype.h44 using _STLP_VENDOR_CSTD::toupper;
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h148 #undef toupper
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/external/yaffs2/yaffs2/
Dyportenv.h49 #define yaffs_toupper(a) toupper(a)
111 #define yaffs_toupper(a) toupper(a)
/external/stlport/stlport/
Dlocale77 #undef toupper
127 inline _CharT toupper(_CharT c, const locale& loc)
128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); }
Dctype.h62 # undef toupper
/external/dropbear/libtommath/
Dbn_mp_read_radix.c51 ch = (char) ((radix < 36) ? toupper (*str) : *str); in mp_read_radix()
/external/webkit/Source/WebKit/chromium/src/
DWebInputEvent.cpp156 snprintf(keyIdentifier, sizeof(keyIdentifier), "U+%04X", toupper(windowsKeyCode)); in setKeyIdentifierFromWindowsKeyCode()
/external/yaffs2/yaffs2/direct/
Dydirectenv.h39 #define yaffs_toupper(a) toupper(a)
/external/quake/quake/src/WinQuake/
Dsnd_gus.cpp73 static char toupper(char c) in toupper() function
114 if (toupper(s[0])!=toupper(name[0])) in is_section()
151 if (toupper(s[0])!=toupper(name[0])) in is_field()
Dconproc.cpp233 upper = toupper(*sz); in WriteText()
269 upper = toupper(c); in CharToCode()
/external/llvm/utils/TableGen/
DClangASTNodesEmitter.h40 S[i] = std::toupper(S[i]); in macroName()
/external/kernel-headers/original/linux/
Dctype.h52 #define toupper(c) __toupper(c) macro
/external/llvm/tools/llvmc/examples/mcc16/
DHooks.cpp60 UpperCase.push_back(std::toupper(Partname[i])); in GetUpperCasePartDefine()
/external/pcre/
Dpcre_maketables.c90 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); in pcre_maketables()
/external/e2fsprogs/e2fsck/
Dmessage.c251 fputc(toupper(*str++), stdout); in expand_at_expression()
432 fputc(toupper(*m++), stdout); in expand_percent_expression()
/external/stlport/stlport/using/
Dlocale25 using _STLP_NEW_IO_NAMESPACE::toupper;
/external/tremolo/Tremolo/
Dtreminfo.c67 if(toupper(s1[c]) != toupper(s2[c])) in tagcompare()
/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp76 O << (char)toupper(RegName[i]); in PrintRegName()
/external/llvm/include/llvm/ADT/
DStringExtras.h131 result[i] = char(toupper(result[i])); in UppercaseString()

12345