Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dctype.cc102 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in ctype_byname
Dlocale-inst.cc184 template class ctype_byname<C>; variable
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/darwin/
Dctype_members.cc44 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dctype.cc140 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
Dlocale-inst.cc231 template class ctype_byname<char>; variable
234 template class ctype_byname<wchar_t>; variable
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
Dctype_members.cc43 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/
Dctype_members.cc43 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dctype_members.cc44 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dfacet.cc57 class gnu_ctype_byname: public std::ctype_byname<char>
62 : std::ctype_byname<char>(c, refs) { } in gnu_ctype_byname()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dctype_members.cc44 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp251 install(new ctype_byname<char>(name_)); in __imp()
253 install(new ctype_byname<wchar_t>(name_)); in __imp()
332 install(new ctype_byname<char>(name)); in __imp()
334 install(new ctype_byname<wchar_t>(name)); in __imp()
1280 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname
1289 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1298 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
1304 ctype_byname<char>::do_toupper(char_type c) const in do_toupper()
1310 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
1318 ctype_byname<char>::do_tolower(char_type c) const in do_tolower()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocalefwd.h117 class ctype_byname; variable
Dlocale_facets.h507 class ctype_byname : public ctype<_CharT>
513 ctype_byname(const char* __s, size_t __refs = 0);
517 ~ctype_byname() { }; in ~ctype_byname()
522 ctype_byname<char>::ctype_byname(const char*, size_t refs);
525 ctype_byname<wchar_t>::ctype_byname(const char*, size_t refs);
Dlocale_facets.tcc2523 extern template class ctype_byname<char>;
2650 extern template class ctype_byname<wchar_t>;
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocalefwd.h117 class ctype_byname; variable
Dlocale_facets.h1510 class ctype_byname : public ctype<_CharT>
1516 ctype_byname(const char* __s, size_t __refs = 0);
1520 ~ctype_byname() { }; in ~ctype_byname()
1525 ctype_byname<char>::ctype_byname(const char*, size_t refs);
1528 ctype_byname<wchar_t>::ctype_byname(const char*, size_t refs);
Dlocale_facets.tcc2637 extern template class ctype_byname<char>;
2764 extern template class ctype_byname<wchar_t>;
/openbsd/src/gnu/llvm/libcxx/include/
D__locale791 // template <class CharT> class ctype_byname;
793 template <class _CharT> class _LIBCPP_TEMPLATE_VIS ctype_byname;
796 class _LIBCPP_TYPE_VIS ctype_byname<char>
802 explicit ctype_byname(const char*, size_t = 0);
803 explicit ctype_byname(const string&, size_t = 0);
806 ~ctype_byname() override;
815 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t>
821 explicit ctype_byname(const char*, size_t = 0);
822 explicit ctype_byname(const string&, size_t = 0);
825 ~ctype_byname() override;
Dlocale150 template <class charT> class ctype_byname;
151 template <> class ctype_byname<char>; // specialization
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1444 S template <class charT> class ctype_byname;
1445 S template <> class ctype_byname<char>; // specialization
1537 S ctype_byname<char>, ctype_byname<wchar_t>
1640 22.2.1.2 Template class ctype_byname [lib.locale.ctype.byname]
1643 class ctype_byname : public ctype<charT> {
1646 S explicit ctype_byname(const char*, size_t refs = 0);
1648 S ~ctype_byname(); // virtual
1715 ctype_byname<char>
1717 X template <> class ctype_byname<char> : public ctype<char> {
1719 S explicit ctype_byname(const char*, size_t refs = 0);
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST1444 S template <class charT> class ctype_byname;
1445 S template <> class ctype_byname<char>; // specialization
1537 S ctype_byname<char>, ctype_byname<wchar_t>
1640 22.2.1.2 Template class ctype_byname [lib.locale.ctype.byname]
1643 class ctype_byname : public ctype<charT> {
1646 S explicit ctype_byname(const char*, size_t refs = 0);
1648 S ~ctype_byname(); // virtual
1715 ctype_byname<char>
1717 X template <> class ctype_byname<char> : public ctype<char> {
1719 S explicit ctype_byname(const char*, size_t refs = 0);
[all …]
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DStdSymbolMap.inc249 SYMBOL(ctype_byname, std::, <locale>)
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-2001289 * include/bits/locale_facets.h: Add ctype_byname<wchar_t> ctor
DChangeLog-2000497 * include/bits/codecvt.h (ctype_byname): Remove specializations,