/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | toupper_1.pass.cpp | 32 assert(f.toupper(' ') == ' '); in main() 33 assert(f.toupper('A') == 'A'); in main() 34 assert(f.toupper('\x07') == '\x07'); in main() 35 assert(f.toupper('.') == '.'); in main() 36 assert(f.toupper('a') == 'A'); in main() 37 assert(f.toupper('1') == '1'); in main() 38 assert(f.toupper('\xDA') == '\xDA'); in main() 39 assert(f.toupper('\xFA') == '\xDA'); in main() 48 assert(f.toupper(' ') == ' '); in main() 49 assert(f.toupper('A') == 'A'); in main() [all …]
|
D | toupper_many.pass.cpp | 34 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main() 51 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main() 68 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main() 85 assert(f.toupper(&in[0], in.data() + in.size()) == in.data() + in.size()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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 …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
D | compare.hpp | 69 return std::toupper(Arg1)==std::toupper(Arg2); in operator ()() 71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc); in operator ()() 122 return std::toupper(Arg1)<std::toupper(Arg2); in operator ()() 124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc); in operator ()() 175 return std::toupper(Arg1)<=std::toupper(Arg2); in operator ()() 177 return std::toupper<T1>(Arg1,m_Loc)<=std::toupper<T2>(Arg2,m_Loc); in operator ()()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | compare.hpp | 30 namespace std { using ::toupper; } 46 …static bool eq( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) == (std::toupper)( c2 )… in eq() 47 …static bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 )… in lt()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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(toupper('a') == 'A'); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cctype | 33 int toupper(int c); 154 #ifdef toupper 155 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_toupper(int __c) {return toupper(__c);} 156 #undef toupper 157 inline _LIBCPP_INLINE_VISIBILITY int toupper(int __c) {return __libcpp_toupper(__c);} 158 #else // toupper 159 using ::toupper; 160 #endif // toupper
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsfunctions.c | 73 *tmp = toupper ((unsigned char)*tmp); \ 264 while (*s1 != '\0' && toupper(*s1) == toupper(*s2)) in strcmpi() 270 return toupper(*(unsigned char *) s1) - toupper(*(unsigned char *) s2); in strcmpi()
|
/ndk/sources/android/support/src/musl-locale/ |
D | toupper_l.c | 5 return toupper(c); in toupper_l()
|
/ndk/tests/device/test-gnustl-full/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()
|
/ndk/tests/device/test-stlport/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()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cctype.h | 44 using _STLP_VENDOR_CSTD::toupper;
|
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
|
/ndk/sources/cxx-stl/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); }
|
/ndk/build/awk/ |
D | extract-package-name.awk | 76 XML_TAG = toupper(XML_TAG); # uppercase it
|
D | extract-minsdkversion.awk | 72 XML_TAG = toupper(XML_TAG); # uppercase it
|
D | extract-debuggable.awk | 75 XML_TAG = toupper(XML_TAG); # uppercase it
|
D | xml.awk | 60 XML_TAG = toupper(XML_TAG); # uppercase it
|
D | gen-windows-host-path.awk | 79 up = toupper(letter)
|
D | extract-launchable.awk | 134 XML_TAG = toupper(XML_TAG); # uppercase it
|