Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc42 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
52 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc42 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
52 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dctype.cc120 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
131 ctype_byname<wchar_t>::~ctype_byname() in ~ctype_byname()
H A Dlocale-inst.cc96 ctype_byname<C>::ctype_byname(const string& __s, size_t __refs) in ctype_byname() function in std::ctype_byname
97 : ctype_byname(__s.c_str(), __refs) { } in ctype_byname()
101 template class ctype_byname<C>; variable
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dctype.cc120 ctype_byname<wchar_t>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
131 ctype_byname<wchar_t>::~ctype_byname() in ~ctype_byname()
H A Dlocale-inst.cc211 ctype_byname<C>::ctype_byname(const string& __s, size_t __refs) in ctype_byname() function in std::ctype_byname
212 : ctype_byname(__s.c_str(), __refs) { } in ctype_byname()
216 template class ctype_byname<C>; variable
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc42 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
52 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc40 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
50 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc42 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
52 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc40 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
50 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/
H A Dctype_members.cc43 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
53 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc48 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
58 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc48 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
58 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dctype_members.cc41 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
54 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dctype_members.cc41 ctype_byname<char>::ctype_byname(const char* __s, size_t __refs) in ctype_byname() function in std::ctype_byname
54 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h1478 class ctype_byname : public ctype<_CharT> in _GLIBCXX_VISIBILITY()
1484 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
1488 ctype_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1489 : ctype_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY()
1494 ~ctype_byname() { } in _GLIBCXX_VISIBILITY()
1499 class ctype_byname<char> : public ctype<char> in _GLIBCXX_VISIBILITY()
1503 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
1512 ~ctype_byname(); in _GLIBCXX_VISIBILITY()
1517 class ctype_byname<wchar_t> : public ctype<wchar_t> in _GLIBCXX_VISIBILITY()
1521 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocalefwd.h133 class ctype_byname; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets.tcc1299 extern template class ctype_byname<char>;
1338 extern template class ctype_byname<wchar_t>;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h1486 class ctype_byname : public ctype<_CharT> in _GLIBCXX_VISIBILITY()
1492 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
1496 ctype_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1497 : ctype_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY()
1502 ~ctype_byname() { } in _GLIBCXX_VISIBILITY()
1507 class ctype_byname<char> : public ctype<char> in _GLIBCXX_VISIBILITY()
1511 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
1520 ~ctype_byname(); in _GLIBCXX_VISIBILITY()
1525 class ctype_byname<wchar_t> : public ctype<wchar_t> in _GLIBCXX_VISIBILITY()
1529 ctype_byname(const char* __s, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocalefwd.h133 class ctype_byname; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets.tcc1299 extern template class ctype_byname<char>;
1338 extern template class ctype_byname<wchar_t>;
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp250 install(new ctype_byname<char>(name_)); in __imp()
1205 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname
1214 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1223 ctype_byname<char>::~ctype_byname() in ~ctype_byname()
1258 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) in ctype_byname() function in ctype_byname
1267 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) in ctype_byname() function in ctype_byname
1276 ctype_byname<wchar_t>::~ctype_byname() in ~ctype_byname()
1427 ctype_byname<wchar_t>::do_widen(char c) const in do_widen()
5378 : public ctype_byname<CharT>
5381 : ctype_byname<CharT>(nm, 1) {} in __time_get_temp()
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A D__locale744 // template <class CharT> class ctype_byname;
746 template <class _CharT> class _LIBCPP_TEMPLATE_VIS ctype_byname;
749 class _LIBCPP_TYPE_VIS ctype_byname<char>
755 explicit ctype_byname(const char*, size_t = 0);
756 explicit ctype_byname(const string&, size_t = 0);
759 ~ctype_byname();
767 class _LIBCPP_TYPE_VIS ctype_byname<wchar_t>
773 explicit ctype_byname(const char*, size_t = 0);
774 explicit ctype_byname(const string&, size_t = 0);
777 ~ctype_byname();
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20076678 * include/bits/locale_facets.h (class ctype_byname<char>,
6679 class ctype_byname<wchar_t>): Declare.
6680 * src/ctype.cc (ctype_byname<wchar_t>::ctype_byname(const char*,
6681 size_t), ctype_byname<wchar_t>::~ctype_byname): Define.
6682 * config/locale/generic/ctype_members.cc (ctype_byname<char>::
6683 ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
6685 * config/locale/gnu/ctype_members.cc (ctype_byname<char>::
6686 ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
6688 * config/locale/darwin/ctype_members.cc (ctype_byname<char>::
6689 ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver583 # std::ctype_byname

12