/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | toupper_1.pass.cpp | 36 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 …]
|
D | toupper_many.pass.cpp | 37 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/ |
D | toupper.pass.cpp | 20 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/ |
D | toupper_1.pass.cpp | 26 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()
|
D | toupper_many.pass.cpp | 28 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/ |
D | toupper_1.pass.cpp | 26 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()
|
D | toupper_many.pass.cpp | 28 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | ctype_h.pass.cpp | 68 #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/ |
D | cctype.pass.cpp | 68 #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/ |
D | stringutils.cc | 34 if ((toupper(*pattern) == toupper(*target)) in string_match() 42 if (toupper(*pattern) != toupper(*target)) { in string_match()
|
/external/libcxx/include/ |
D | cctype | 33 int toupper(int c); 99 #ifdef toupper 100 #undef toupper 117 using ::toupper;
|
D | ctype.h | 65 #undef toupper
|
/external/syslinux/com32/lib/ |
D | strcasecmp.c | 18 d = toupper(ch = *c1++) - toupper(*c2++); in strcasecmp()
|
D | strncasecmp.c | 18 d = toupper(ch = *c1++) - toupper(*c2++); in strncasecmp()
|
/external/clang/test/Sema/ |
D | libbuiltins-ctype-powerpc64.c | 16 int toupper(int); 46 (void)toupper(x); in test()
|
D | libbuiltins-ctype-x86_64.c | 16 int toupper(int); 46 (void)toupper(x); in test()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | pr2924.ll | 9 entry_std.string.toupper: 18 entry_std.string.toupper:
|
/external/llvm/test/CodeGen/X86/ |
D | pr2924.ll | 9 entry_std.string.toupper: 18 entry_std.string.toupper:
|
/external/python/cpython2/Include/ |
D | bytes_methods.h | 69 #undef toupper 70 #define toupper(c) undefined_toupper(c) macro
|
/external/valgrind/coregrind/m_demangle/ |
D | safe-ctype.h | 148 #undef toupper 149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
/external/deqp/framework/delibs/decpp/ |
D | deStringUtil.cpp | 58 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/ |
D | ctype.h | 9 static inline int toupper(int c) in toupper() function
|
/external/syslinux/gpxe/src/include/ |
D | ctype.h | 22 static inline unsigned char toupper(unsigned char c) in toupper() function
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 37 while (toupper(*us1) == toupper(*us2++)) in cmsstrcasecmp() 41 return (toupper(*us1) - toupper(*--us2)); in cmsstrcasecmp()
|
/external/skia/src/sksl/ |
D | SkSLHCodeGenerator.h | 44 return String::printf("f%c%s", toupper(varName[0]), varName + 1); in FieldName()
|