Home
last modified time | relevance | path

Searched refs:ctype_byname (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtypes.pass.cpp37 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()
Dtolower_1.pass.cpp31 typedef std::ctype_byname<char> F; in main()
47 typedef std::ctype_byname<char> F; in main()
64 typedef std::ctype_byname<wchar_t> F; in main()
81 typedef std::ctype_byname<wchar_t> F; in main()
Dtoupper_1.pass.cpp32 typedef std::ctype_byname<char> F; in main()
49 typedef std::ctype_byname<char> F; in main()
66 typedef std::ctype_byname<wchar_t> F; in main()
83 typedef std::ctype_byname<wchar_t> F; in main()
Dtoupper_many.pass.cpp32 typedef std::ctype_byname<char> F; in main()
50 typedef std::ctype_byname<char> F; in main()
68 typedef std::ctype_byname<wchar_t> F; in main()
86 typedef std::ctype_byname<wchar_t> F; in main()
Dtolower_many.pass.cpp32 typedef std::ctype_byname<char> F; in main()
50 typedef std::ctype_byname<char> F; in main()
68 typedef std::ctype_byname<wchar_t> F; in main()
86 typedef std::ctype_byname<wchar_t> F; in main()
Dwiden_1.pass.cpp32 typedef std::ctype_byname<wchar_t> F; in main()
48 typedef std::ctype_byname<wchar_t> F; in main()
Dwiden_many.pass.cpp32 typedef std::ctype_byname<wchar_t> F; in main()
51 typedef std::ctype_byname<wchar_t> F; in main()
/external/libcxx/src/
Dlocale.cpp228 install(new ctype_byname<char>(name_)); in __imp()
229 install(new ctype_byname<wchar_t>(name_)); in __imp()
298 install(new ctype_byname<char>(name)); in __imp()
299 install(new ctype_byname<wchar_t>(name)); in __imp()
1181 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname
1190 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1199 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
1205 ctype_byname<char>::do_toupper(char_type c) const in do_toupper()
1211 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
1219 ctype_byname<char>::do_tolower(char_type c) const in do_tolower()
[all …]
/external/libcxx/include/
D__locale656 // template <class CharT> class ctype_byname;
658 template <class _CharT> class _LIBCPP_TEMPLATE_VIS ctype_byname;
661 class _LIBCPP_TYPE_VIS ctype_byname<char>
667 explicit ctype_byname(const char*, size_t = 0);
668 explicit ctype_byname(const string&, size_t = 0);
671 ~ctype_byname();
679 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t>
685 explicit ctype_byname(const char*, size_t = 0);
686 explicit ctype_byname(const string&, size_t = 0);
689 ~ctype_byname();
Dlocale141 template <class charT> class ctype_byname;
142 template <> class ctype_byname<char>; // specialization
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll40 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll39 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }