Searched refs:ctype_byname (Results 1 – 5 of 5) sorted by relevance
35 assert(std::has_facet<std::ctype_byname<char> >(l)); in main()37 == &std::use_facet<std::ctype_byname<char> >(l)); in main()40 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); in main()42 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); in main()48 assert(std::has_facet<std::ctype_byname<char> >(l)); in main()50 == &std::use_facet<std::ctype_byname<char> >(l)); in main()53 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); in main()55 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); in main()61 assert(std::has_facet<std::ctype_byname<char> >(l)); in main()63 == &std::use_facet<std::ctype_byname<char> >(l)); in main()[all …]
223 install(new ctype_byname<char>(name_)); in __imp()224 install(new ctype_byname<wchar_t>(name_)); in __imp()293 install(new ctype_byname<char>(name)); in __imp()294 install(new ctype_byname<wchar_t>(name)); in __imp()1176 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname1187 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname1198 ctype_byname<char>::~ctype_byname() in ~ctype_byname()1204 ctype_byname<char>::do_toupper(char_type c) const in do_toupper()1210 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()1218 ctype_byname<char>::do_tolower(char_type c) const in do_tolower()[all …]
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();
141 template <class charT> class ctype_byname;142 template <> class ctype_byname<char>; // specialization
39 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }