Home
last modified time | relevance | path

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

123456

/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('\xFA') == '\xDA'); in main()
49 assert(f.toupper(' ') == ' '); in main()
50 assert(f.toupper('A') == 'A'); in main()
[all …]
Dtoupper_many.pass.cpp35 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()
69 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
86 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/curl/lib/
Dstrequal.c44 if(toupper(*first) != toupper(*second)) { in curl_strequal()
50 return toupper(*first) == toupper(*second); in curl_strequal()
67 if(toupper(*first) != toupper(*second)) { in curl_strnequal()
77 return toupper(*first) == toupper(*second); in curl_strnequal()
/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/include/
Dcctype33 int toupper(int c);
155 #ifdef toupper
156 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_toupper(int __c) {return toupper(__c);}
157 #undef toupper
158 inline _LIBCPP_INLINE_VISIBILITY int toupper(int __c) {return __libcpp_toupper(__c);}
159 #else // toupper
160 using ::toupper;
161 #endif // toupper
/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(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()
Dsslfingerprint.cc84 fingerprint.begin(), ::toupper); in GetRfc4572Fingerprint()
/external/llvm/test/CodeGen/X86/
Dpr2924.ll9 entry_std.string.toupper:
18 entry_std.string.toupper:
/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/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/gptfdisk/
Dsupport.cc87 response = toupper(line[0]); in GetYN()
159 suffix = toupper(suffix); in IeeeToInt()
/external/avahi/avahi-core/
Dutil.c107 *c = (char) toupper(*c); in avahi_strup()
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c460 if (toupper (cmd[0]) >= 'A' && toupper (cmd[0]) <= 'Z') { in handle_cmd()
461 switch (toupper (cmd[0])) { in handle_cmd()
/external/toybox/kconfig/lxdialog/
Dchecklist.c206 if (toupper(key) == toupper(item_str()[0])) in dialog_checklist()
/external/pcre/dist/
Dpcre_maketables.c98 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i); in pcre_maketables()
/external/toybox/toys/posix/
Dtouch.c59 if (toupper(date[i-1])=='Z') {
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dminus1.pass55 str[i] = std::toupper(str[i]);
/external/ppp/pppd/plugins/
Dwinbind.c182 if (!(p1 = strchr(hexchars, toupper(strhex[i])))) in strhex_to_str()
187 if (!(p2 = strchr(hexchars, toupper(strhex[i])))) in strhex_to_str()

123456