/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
types.pass.cpp | 13 // class ctype_byname 17 // explicit ctype_byname(const char*, size_t = 0); 18 // explicit ctype_byname(const string&, size_t = 0); 21 // ~ctype_byname(); 35 assert(std::has_facet<std::ctype_byname<char> >(l)); 37 == &std::use_facet<std::ctype_byname<char> >(l)); 40 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); 42 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); 48 assert(std::has_facet<std::ctype_byname<char> >(l)); 50 == &std::use_facet<std::ctype_byname<char> >(l)) [all...] |
mask.pass.cpp | 12 // template <class charT> class ctype_byname;
|
narrow_1.pass.cpp | 15 // template <class charT> class ctype_byname;
|
narrow_many.pass.cpp | 15 // template <class charT> class ctype_byname;
|
widen_1.pass.cpp | 12 // template <class charT> class ctype_byname;
|
tolower_1.pass.cpp | 12 // template <class charT> class ctype_byname;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
types.pass.cpp | 13 // class ctype_byname 17 // explicit ctype_byname(const char*, size_t = 0); 18 // explicit ctype_byname(const string&, size_t = 0); 21 // ~ctype_byname(); 35 assert(std::has_facet<std::ctype_byname<char> >(l)); 37 == &std::use_facet<std::ctype_byname<char> >(l)); 40 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); 42 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); 48 assert(std::has_facet<std::ctype_byname<char> >(l)); 50 == &std::use_facet<std::ctype_byname<char> >(l)) [all...] |
narrow_1.pass.cpp | 12 // template <class charT> class ctype_byname;
|
narrow_many.pass.cpp | 12 // template <class charT> class ctype_byname;
|
widen_1.pass.cpp | 12 // template <class charT> class ctype_byname;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 59 template <class charT> class ctype_byname {}; class 147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype 150 explicit ctype_byname(const char*, size_t = 0); 151 ~ctype_byname(); 160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname 167 typedef ctype_byname<char> _Self; 168 ctype_byname(_Self const&); 240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype 243 explicit ctype_byname(const char* __name, size_t __refs = 0); 246 ~ctype_byname(); 260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname [all...] |
_iosfwd.h | 99 template <class _CharT> class ctype_byname; 104 _STLP_TEMPLATE_NULL class ctype_byname<char>; 110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 59 template <class charT> class ctype_byname {}; class 147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype 150 explicit ctype_byname(const char*, size_t = 0); 151 ~ctype_byname(); 160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname 167 typedef ctype_byname<char> _Self; 168 ctype_byname(_Self const&); 240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype 243 explicit ctype_byname(const char* __name, size_t __refs = 0); 246 ~ctype_byname(); 260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname [all...] |
_iosfwd.h | 99 template <class _CharT> class ctype_byname; 104 _STLP_TEMPLATE_NULL class ctype_byname<char>; 110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0003-Fallback-to-locale-C.patch | 88 @@ -1117,8 +1145,14 @@ ctype_byname<char>::ctype_byname(const char* name, size_t refs) 94 throw runtime_error("ctype_byname<char>::ctype_byname" 103 @@ -1128,8 +1162,14 @@ ctype_byname<char>::ctype_byname(const string& name, size_t refs) 109 throw runtime_error("ctype_byname<char>::ctype_byname" 118 @@ -1174,8 +1214,14 @@ ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
facets_byname.cpp | 36 // ctype_byname<char> 41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname 55 void ctype_byname<char>::_M_init() { 66 ctype_byname<char>::~ctype_byname() 69 char ctype_byname<char>::do_toupper(char c) const 72 char ctype_byname<char>::do_tolower(char c) const 76 ctype_byname<char>::do_toupper(char* first, const char* last) const { 83 ctype_byname<char>::do_tolower(char* first, const char* last) const 112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
ctype_facets_test.cpp | 347 locale tmp(locale::classic(), new ctype_byname<char>(tested_locales[i])); 349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); 377 locale loc(locale::classic(), new ctype_byname<char>(static_cast<char const*>(0))); 389 locale loc(locale::classic(), new ctype_byname<char>("yasli_language")); 427 locale loc(locale::classic(), new ctype_byname<char>("fr_FR")); 440 locale loc(locale::classic(), new ctype_byname<char>("C")); 473 locale loc(locale::classic(), new ctype_byname<wchar_t>(static_cast<char const*>(0))); 484 locale loc(locale::classic(), new ctype_byname<wchar_t>("yasli_language"));
|
/ndk/tests/device/test-stlport/unit/ |
ctype_facets_test.cpp | 347 locale tmp(locale::classic(), new ctype_byname<char>(tested_locales[i])); 349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i])); 377 locale loc(locale::classic(), new ctype_byname<char>(static_cast<char const*>(0))); 389 locale loc(locale::classic(), new ctype_byname<char>("yasli_language")); 427 locale loc(locale::classic(), new ctype_byname<char>("fr_FR")); 440 locale loc(locale::classic(), new ctype_byname<char>("C")); 473 locale loc(locale::classic(), new ctype_byname<wchar_t>(static_cast<char const*>(0))); 484 locale loc(locale::classic(), new ctype_byname<wchar_t>("yasli_language"));
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
locale | 31 using _STLP_NEW_IO_NAMESPACE::ctype_byname;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/ |
locale | 31 using _STLP_NEW_IO_NAMESPACE::ctype_byname;
|
/external/libcxx/include/ |
__locale | 652 // template <class CharT> class ctype_byname; 654 template <class _CharT> class _LIBCPP_TYPE_VIS_ONLY ctype_byname; 657 class _LIBCPP_TYPE_VIS ctype_byname<char> 663 explicit ctype_byname(const char*, size_t = 0); 664 explicit ctype_byname(const string&, size_t = 0); 667 ~ctype_byname(); 675 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t> 681 explicit ctype_byname(const char*, size_t = 0); 682 explicit ctype_byname(const string&, size_t = 0); 685 ~ctype_byname(); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 648 // template <class CharT> class ctype_byname; 650 template <class _CharT> class _LIBCPP_TYPE_VIS_ONLY ctype_byname; 653 class _LIBCPP_TYPE_VIS ctype_byname<char> 659 explicit ctype_byname(const char*, size_t = 0); 660 explicit ctype_byname(const string&, size_t = 0); 663 ~ctype_byname(); 671 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t> 677 explicit ctype_byname(const char*, size_t = 0); 678 explicit ctype_byname(const string&, size_t = 0); 681 ~ctype_byname(); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 648 // template <class CharT> class ctype_byname; 650 template <class _CharT> class _LIBCPP_TYPE_VIS_ONLY ctype_byname; 653 class _LIBCPP_TYPE_VIS ctype_byname<char> 659 explicit ctype_byname(const char*, size_t = 0); 660 explicit ctype_byname(const string&, size_t = 0); 663 ~ctype_byname(); 671 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t> 677 explicit ctype_byname(const char*, size_t = 0); 678 explicit ctype_byname(const string&, size_t = 0); 681 ~ctype_byname(); [all...] |
/external/libcxx/src/ |
locale.cpp | 224 install(new ctype_byname<char>(name_)); 225 install(new ctype_byname<wchar_t>(name_)); 294 install(new ctype_byname<char>(name)); 295 install(new ctype_byname<wchar_t>(name)); 1179 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname 1190 ctype_byname<char>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname 1236 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname 1247 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 227 install(new ctype_byname<char>(name_)); 228 install(new ctype_byname<wchar_t>(name_)); 297 install(new ctype_byname<char>(name)); 298 install(new ctype_byname<wchar_t>(name)); 1140 // template <> class ctype_byname<char> 1142 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname 1150 throw runtime_error("ctype_byname<char>::ctype_byname" 1159 ctype_byname<char>::ctype_byname(const string& name, size_t refs function in class:ctype_byname 1211 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname 1228 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname [all...] |