Home
last modified time | relevance | path

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

12345678

/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtoupper_1.pass.cpp36 assert(f.toupper(' ') == ' '); in main()
37 assert(f.toupper('A') == 'A'); in main()
38 assert(f.toupper('\x07') == '\x07'); in main()
39 assert(f.toupper('.') == '.'); in main()
40 assert(f.toupper('a') == 'A'); in main()
41 assert(f.toupper('1') == '1'); in main()
42 assert(f.toupper('\xDA') == '\xDA'); in main()
43 assert(f.toupper('c') == 'C'); in main()
53 assert(f.toupper(' ') == ' '); in main()
54 assert(f.toupper('A') == 'A'); in main()
[all …]
Dtoupper_many.pass.cpp37 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
55 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
73 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
91 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()
Dtoupper_many.pass.cpp28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); 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/libcxx/test/std/strings/c.strings/
Dcctype.pass.cpp68 #ifdef toupper
69 #error toupper defined
87 static_assert((std::is_same<decltype(std::toupper(0)), int>::value), ""); in main()
102 assert(std::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.h65 #undef toupper
/external/syslinux/com32/lib/
Dstrcasecmp.c18 d = toupper(ch = *c1++) - toupper(*c2++); in strcasecmp()
Dstrncasecmp.c18 d = toupper(ch = *c1++) - toupper(*c2++); in strncasecmp()
/external/clang/test/Sema/
Dlibbuiltins-ctype-powerpc64.c16 int toupper(int);
46 (void)toupper(x); in test()
Dlibbuiltins-ctype-x86_64.c16 int toupper(int);
46 (void)toupper(x); in test()
/external/swiftshader/third_party/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/python/cpython2/Include/
Dbytes_methods.h69 #undef toupper
70 #define toupper(c) undefined_toupper(c) macro
/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h148 #undef toupper
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
/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()
/external/syslinux/core/include/
Dctype.h9 static inline int toupper(int c) in toupper() function
/external/syslinux/gpxe/src/include/
Dctype.h22 static inline unsigned char toupper(unsigned char c) in toupper() function
/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c37 while (toupper(*us1) == toupper(*us2++)) in cmsstrcasecmp()
41 return (toupper(*us1) - toupper(*--us2)); in cmsstrcasecmp()
/external/skia/src/sksl/
DSkSLHCodeGenerator.h44 return String::printf("f%c%s", toupper(varName[0]), varName + 1); in FieldName()

12345678