Home
last modified time | relevance | path

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

123456789

/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtoupper_1.pass.cpp33 assert(f.toupper(' ') == ' '); in main()
34 assert(f.toupper('A') == 'A'); in main()
35 assert(f.toupper('\x07') == '\x07'); in main()
36 assert(f.toupper('.') == '.'); in main()
37 assert(f.toupper('a') == 'A'); in main()
38 assert(f.toupper('1') == '1'); in main()
39 assert(f.toupper('\xDA') == '\xDA'); in main()
40 assert(f.toupper('c') == 'C'); in main()
50 assert(f.toupper(' ') == ' '); in main()
51 assert(f.toupper('A') == 'A'); in main()
[all …]
Dtoupper_many.pass.cpp34 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
52 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
70 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
88 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.character/
Dtoupper.pass.cpp20 assert(std::toupper(' ', l) == ' '); in main()
21 assert(std::toupper('<', l) == '<'); in main()
22 assert(std::toupper('\x8', l) == '\x8'); in main()
23 assert(std::toupper('A', l) == 'A'); in main()
24 assert(std::toupper('a', l) == 'A'); in main()
25 assert(std::toupper('z', l) == 'Z'); in main()
26 assert(std::toupper('3', l) == '3'); in main()
27 assert(std::toupper('.', l) == '.'); in main()
28 assert(std::toupper('f', l) == 'F'); in main()
29 assert(std::toupper('9', l) == '9'); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dtoupper_1.pass.cpp26 assert(f.toupper(' ') == ' '); in main()
27 assert(f.toupper('A') == 'A'); in main()
28 assert(f.toupper('\x07') == '\x07'); in main()
29 assert(f.toupper('.') == '.'); in main()
30 assert(f.toupper('a') == 'A'); in main()
31 assert(f.toupper('1') == '1'); in main()
Dtoupper_many.pass.cpp28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
Dtoupper_1.pass.cpp26 assert(f.toupper(L' ') == L' '); in main()
27 assert(f.toupper(L'A') == L'A'); in main()
28 assert(f.toupper(L'\x07') == L'\x07'); in main()
29 assert(f.toupper(L'.') == L'.'); in main()
30 assert(f.toupper(L'a') == L'A'); in main()
31 assert(f.toupper(L'1') == L'1'); in main()
/external/libcxx/test/std/strings/c.strings/
Dcctype.pass.cpp70 #ifdef toupper
71 #error toupper defined
90 ASSERT_SAME_TYPE(int, decltype(std::toupper(0))); in main()
105 assert( std::toupper('a') == 'A'); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dctype_h.pass.cpp68 #ifdef toupper
69 #error toupper defined
87 static_assert((std::is_same<decltype(toupper(0)), int>::value), ""); in main()
102 assert(toupper('a') == 'A'); in main()
/external/webrtc/webrtc/base/
Dstringutils.cc34 if ((toupper(*pattern) == toupper(*target)) in string_match()
42 if (toupper(*pattern) != toupper(*target)) { in string_match()
/external/libcxx/include/
Dcctype33 int toupper(int c);
99 #ifdef toupper
100 #undef toupper
117 using ::toupper;
Dctype.h56 #undef toupper
/external/one-true-awk/testdir/
DT.builtin28 $awk '{ printf("%s|%s|%s\n", tolower($0), toupper($0), $0)}' >foo1
30 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower)'
35 $awk '{ printf("%s|%s|%s\n", tolower($0), toupper($0), $0)}') >foo1
37 diff foo1 foo2 || echo 'BAD: T.builtin (toupper/tolower) for utf-8'
/external/clang/test/Sema/
Dlibbuiltins-ctype-x86_64.c16 int toupper(int);
46 (void)toupper(x); in test()
Dlibbuiltins-ctype-powerpc64.c16 int toupper(int);
46 (void)toupper(x); in test()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr2924.ll9 entry_std.string.toupper:
18 entry_std.string.toupper:
/external/llvm/test/CodeGen/X86/
Dpr2924.ll9 entry_std.string.toupper:
18 entry_std.string.toupper:
/external/ImageMagick/MagickCore/
Dstring-private.h76 if (toupper(c1) != toupper(c2)) in StringLocateSubstring()
/external/toybox/toys/posix/
Dlogger.c46 if (toupper(str[i]) != toupper(names[try][i])) break; in arrayfind()
/external/python/cpython2/Include/
Dbytes_methods.h69 #undef toupper
70 #define toupper(c) undefined_toupper(c) macro
/external/pdfium/core/fxcrt/
Dfx_system.cpp170 *str = toupper(*str); in FXSYS_strupr()
202 f = toupper(*str1); in FXSYS_stricmp()
203 l = toupper(*str2); in FXSYS_stricmp()
/external/u-boot/lib/
Dstrto.c42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul()
135 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptToken.cpp39 if (std::toupper(Representation.back()) == 'L') in rcGetAsInteger()
60 return TokenKind == Kind::Int && std::toupper(TokenValue.back()) == 'L'; in isLongInt()
246 if (std::toupper(Data[Pos]) == 'L') in consumeToken()
/external/grpc-grpc/src/compiler/
Druby_generator_string-inl.h91 new_string.append(1, ::toupper(s[0])); in Modularize()
94 new_string.append(1, ::toupper(s[i])); in Modularize()
/external/pdfium/third_party/lcms/src/
Dcmserr.c46 while (toupper(*us1) == toupper(*us2++)) in cmsstrcasecmp()
50 return (toupper(*us1) - toupper(*--us2)); in cmsstrcasecmp()
/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp58 char operator() (char c) { return std::toupper(c, loc); } in operator ()()
135 return std::toupper(c, std::locale::classic()); in toUpper()

123456789