Searched refs:ctype_byname (Results 1 – 13 of 13) sorted by relevance
37 assert(std::has_facet<std::ctype_byname<char> >(l)); in main()39 == &std::use_facet<std::ctype_byname<char> >(l)); in main()42 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); in main()44 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); in main()50 assert(std::has_facet<std::ctype_byname<char> >(l)); in main()52 == &std::use_facet<std::ctype_byname<char> >(l)); in main()55 assert(std::has_facet<std::ctype_byname<wchar_t> >(l)); in main()57 == &std::use_facet<std::ctype_byname<wchar_t> >(l)); in main()
28 typedef std::ctype_byname<char> F; in main()44 typedef std::ctype_byname<char> F; in main()61 typedef std::ctype_byname<wchar_t> F; in main()78 typedef std::ctype_byname<wchar_t> F; in main()
29 typedef std::ctype_byname<char> F; in main()46 typedef std::ctype_byname<char> F; in main()63 typedef std::ctype_byname<wchar_t> F; in main()80 typedef std::ctype_byname<wchar_t> F; in main()
29 typedef std::ctype_byname<char> F; in main()47 typedef std::ctype_byname<char> F; in main()65 typedef std::ctype_byname<wchar_t> F; in main()83 typedef std::ctype_byname<wchar_t> F; in main()
32 typedef std::ctype_byname<wchar_t> F; in main()48 typedef std::ctype_byname<wchar_t> F; in main()
32 typedef std::ctype_byname<wchar_t> F; in main()51 typedef std::ctype_byname<wchar_t> F; in main()
245 install(new ctype_byname<char>(name_)); in __imp()246 install(new ctype_byname<wchar_t>(name_)); in __imp()315 install(new ctype_byname<char>(name)); in __imp()316 install(new ctype_byname<wchar_t>(name)); in __imp()1192 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname1201 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname1210 ctype_byname<char>::~ctype_byname() in ~ctype_byname()1216 ctype_byname<char>::do_toupper(char_type c) const in do_toupper()1222 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()1230 ctype_byname<char>::do_tolower(char_type c) const in do_tolower()[all …]
700 // template <class CharT> class ctype_byname;702 template <class _CharT> class _LIBCPP_TEMPLATE_VIS ctype_byname;705 class _LIBCPP_TYPE_VIS ctype_byname<char>711 explicit ctype_byname(const char*, size_t = 0);712 explicit ctype_byname(const string&, size_t = 0);715 ~ctype_byname();723 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t>729 explicit ctype_byname(const char*, size_t = 0);730 explicit ctype_byname(const string&, size_t = 0);733 ~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>" }
40 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }