Home
last modified time | relevance | path

Searched refs:facet (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/libstdc++/src/
Dlocale.cc188 __c_locale locale::facet::_S_c_locale;
190 const char locale::facet::_S_c_name[2] = "C";
193 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
197 locale::facet::_S_initialize_once() in _S_initialize_once()
204 locale::facet::_S_get_c_locale() in _S_get_c_locale()
219 locale::facet::_S_get_c_name() in _S_get_c_name()
222 locale::facet::
223 ~facet() { } in ~facet()
255 _M_facets = new const facet*[_M_facets_size]; in _Impl()
262 _M_caches = new const facet*[_M_facets_size]; in _Impl()
[all …]
Dlocale_init.cc64 typedef char fake_facet_vec[sizeof(locale::facet*)]
65 __attribute__ ((aligned(__alignof__(locale::facet*))));
68 typedef char fake_cache_vec[sizeof(locale::facet*)]
69 __attribute__ ((aligned(__alignof__(locale::facet*))));
367 _M_facets = new (&facet_vec) const facet*[_M_facets_size]; in _Impl()
368 _M_caches = new (&cache_vec) const facet*[_M_facets_size]; in _Impl()
375 std::memcpy(_M_names[0], locale::facet::_S_get_c_name(), 2); in _Impl()
Dlocalename.cc185 locale::facet::_S_create_c_locale(__cloc, __s); in _Impl()
189 _M_facets = new const facet*[_M_facets_size]; in _Impl()
192 _M_caches = new const facet*[_M_facets_size]; in _Impl()
253 locale::facet::_S_destroy_c_locale(__cloc); in _Impl()
257 locale::facet::_S_destroy_c_locale(__cloc); in _Impl()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocale_classes.h74 class facet; in _GLIBCXX_BEGIN_NAMESPACE() local
78 friend class facet; in _GLIBCXX_BEGIN_NAMESPACE() local
342 class locale::facet
374 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) in throw()
379 ~facet();
416 facet(const facet&); // Not defined.
418 facet&
419 operator=(const facet&); // Not defined.
477 friend class locale::facet;
493 const facet** _M_facets;
[all …]
Dlocale_facets.h146 class __ctype_abstract_base : public locale::facet, public ctype_base
354 __ctype_abstract_base(size_t __refs = 0): facet(__refs) { } in facet() function
676 class ctype<char> : public locale::facet, public ctype_base
1591 struct __numpunct_cache : public locale::facet
1617 __numpunct_cache(size_t __refs = 0) : facet(__refs), in facet() function
1662 class numpunct : public locale::facet
1686 numpunct(size_t __refs = 0) : facet(__refs), _M_data(NULL) in facet() function
1700 : facet(__refs), _M_data(__cache) in facet() function
1714 : facet(__refs), _M_data(NULL) in facet() function
1932 class num_get : public locale::facet
[all …]
/freebsd-12-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
Dc_locale.cc41 locale::facet::_S_create_c_locale(__c_locale&, const char*, __c_locale*) in _S_create_c_locale()
45 locale::facet::_S_destroy_c_locale(__c_locale&) in _S_destroy_c_locale()
49 locale::facet::_S_clone_c_locale(__c_locale&) in _S_clone_c_locale()
/freebsd-12-stable/contrib/libstdc++/config/locale/generic/
Dtime_members.h46 : facet(__refs), _M_data(NULL) in _GLIBCXX_BEGIN_NAMESPACE()
54 : facet(__refs), _M_data(__cache) in __timepunct()
63 : facet(__refs), _M_data(NULL) in __timepunct()
Dc_locale.cc134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale()
146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) in _S_destroy_c_locale()
150 locale::facet::_S_clone_c_locale(__c_locale&) in _S_clone_c_locale()
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
Dtime_members.h46 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in _GLIBCXX_BEGIN_NAMESPACE()
52 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(NULL), in __timepunct()
59 : facet(__refs), _M_data(NULL), _M_c_locale_timepunct(NULL), in __timepunct()
Dc_locale.cc94 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale()
107 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) in _S_destroy_c_locale()
114 locale::facet::_S_clone_c_locale(__c_locale& __cloc) in _S_clone_c_locale()
Dmessages_members.h46 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()), in _GLIBCXX_BEGIN_NAMESPACE()
53 : facet(__refs), _M_c_locale_messages(NULL), _M_name_messages(NULL) in messages()
103 if (this->_M_name_messages != locale::facet::_S_get_c_name()) in messages_byname()
/freebsd-12-stable/contrib/libstdc++/config/os/gnu-linux/
Dctype_noninline.h67 : facet(__refs), _M_c_locale_ctype(_S_clone_c_locale(__cloc)), in ctype()
80 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
103 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
115 : facet(__refs), _M_c_locale_ctype(_S_get_c_locale()), in ctype()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__locale129 class _LIBCPP_TYPE_VIS facet;
180 void __install_ctor(const locale&, facet*, long);
183 const facet* use_facet(id&) const;
189 class _LIBCPP_TYPE_VIS locale::facet
194 explicit facet(size_t __refs = 0)
197 virtual ~facet();
199 // facet(const facet&) = delete; // effectively done in __shared_count
200 // void operator=(const facet&) = delete;
236 __throw_runtime_error("locale::combine: locale missing facet");
261 : public locale::facet
[all …]
/freebsd-12-stable/contrib/libstdc++/config/os/windiss/
Dctype_noninline.h48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix5.2/
Dctype_noninline.h48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/aix/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/bsd/freebsd/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/bsd/darwin/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/vxworks/
Dctype_noninline.h48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
57 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/generic/
Dctype_noninline.h48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/djgpp/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/irix/irix6.5/
Dctype_noninline.h47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
Dctype_noninline.h48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
/freebsd-12-stable/contrib/libstdc++/config/os/bsd/netbsd/
Dctype_noninline.h49 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 : facet(__refs), _M_del(__table != 0 && __del), in ctype()

123