Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtypes.pass.cpp35 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 …]
/external/libcxx/src/
Dlocale.cpp223 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_byname
1187 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1198 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 …]
/external/libcxx/include/
D__locale648 // 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();
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>" }