/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringutils.cc | 51 if ((toupper(*pattern) == toupper(*target)) in string_match() 59 if (toupper(*pattern) != toupper(*target)) { in string_match()
|
/external/openssl/crypto/ |
D | o_str.c | 74 int res = toupper(*str1) - toupper(*str2); in OPENSSL_strncasecmp()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | DisallowCType.h | 55 #undef toupper 72 #define toupper toupper_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
|
/external/stlport/test/unit/ |
D | ctype_facets_test.cpp | 115 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/ |
D | pr2924.ll | 9 entry_std.string.toupper: 18 entry_std.string.toupper:
|
/external/stlport/stlport/stl/ |
D | _ctype.h | 91 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.h | 44 using _STLP_VENDOR_CSTD::toupper;
|
/external/valgrind/main/coregrind/m_demangle/ |
D | safe-ctype.h | 148 #undef toupper 149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
/external/yaffs2/yaffs2/ |
D | yportenv.h | 49 #define yaffs_toupper(a) toupper(a) 111 #define yaffs_toupper(a) toupper(a)
|
/external/stlport/stlport/ |
D | locale | 77 #undef toupper 127 inline _CharT toupper(_CharT c, const locale& loc) 128 { return (use_facet<ctype<_CharT> >(loc)).toupper(c); }
|
D | ctype.h | 62 # undef toupper
|
/external/dropbear/libtommath/ |
D | bn_mp_read_radix.c | 51 ch = (char) ((radix < 36) ? toupper (*str) : *str); in mp_read_radix()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebInputEvent.cpp | 156 snprintf(keyIdentifier, sizeof(keyIdentifier), "U+%04X", toupper(windowsKeyCode)); in setKeyIdentifierFromWindowsKeyCode()
|
/external/yaffs2/yaffs2/direct/ |
D | ydirectenv.h | 39 #define yaffs_toupper(a) toupper(a)
|
/external/quake/quake/src/WinQuake/ |
D | snd_gus.cpp | 73 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()
|
D | conproc.cpp | 233 upper = toupper(*sz); in WriteText() 269 upper = toupper(c); in CharToCode()
|
/external/llvm/utils/TableGen/ |
D | ClangASTNodesEmitter.h | 40 S[i] = std::toupper(S[i]); in macroName()
|
/external/kernel-headers/original/linux/ |
D | ctype.h | 52 #define toupper(c) __toupper(c) macro
|
/external/llvm/tools/llvmc/examples/mcc16/ |
D | Hooks.cpp | 60 UpperCase.push_back(std::toupper(Partname[i])); in GetUpperCasePartDefine()
|
/external/pcre/ |
D | pcre_maketables.c | 90 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); in pcre_maketables()
|
/external/e2fsprogs/e2fsck/ |
D | message.c | 251 fputc(toupper(*str++), stdout); in expand_at_expression() 432 fputc(toupper(*m++), stdout); in expand_percent_expression()
|
/external/stlport/stlport/using/ |
D | locale | 25 using _STLP_NEW_IO_NAMESPACE::toupper;
|
/external/tremolo/Tremolo/ |
D | treminfo.c | 67 if(toupper(s1[c]) != toupper(s2[c])) in tagcompare()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.cpp | 76 O << (char)toupper(RegName[i]); in PrintRegName()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 131 result[i] = char(toupper(result[i])); in UppercaseString()
|