Home
last modified time | relevance | path

Searched refs:ctype_byname (Results 1 – 13 of 13) 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.cpp28 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()
Dtoupper_1.pass.cpp29 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()
Dtolower_many.pass.cpp29 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()
Dtoupper_many.pass.cpp29 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()
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.cpp245 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_byname
1201 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1210 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 …]
/external/libcxx/include/
D__locale700 // 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();
Dlocale141 template <class charT> class ctype_byname;
142 template <> class ctype_byname<char>; // specialization
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll39 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll39 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate.ll40 %"struct.std::ctype_byname<char>" = type { %"struct.std::ctype<char>" }