Lines Matching defs:locale

34 #include <locale>
44 # define _GLIBCXX_LOC_ID(mangled) extern std::locale::id mangled
59 // Definitions for static const data members of locale.
60 const locale::category locale::none;
61 const locale::category locale::ctype;
62 const locale::category locale::numeric;
63 const locale::category locale::collate;
64 const locale::category locale::time;
65 const locale::category locale::monetary;
66 const locale::category locale::messages;
67 const locale::category locale::all;
70 locale::_Impl* locale::_S_classic;
71 locale::_Impl* locale::_S_global;
74 __gthread_once_t locale::_S_once = __GTHREAD_ONCE_INIT;
77 locale::locale(const locale& __other) throw()
84 locale::locale(_Impl* __ip) throw() : _M_impl(__ip)
87 locale::~locale() throw()
91 locale::operator==(const locale& __rhs) const throw()
96 // to the general locale::name().
111 const locale&
112 locale::operator=(const locale& __other) throw()
121 locale::name() const
145 locale::category
146 locale::_S_normalize_category(category __cat)
180 __throw_runtime_error(__N("locale::_S_normalize_category "
187 // locale::facet
188 __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()
199 // Initialize the underlying locale model.
204 locale::facet::_S_get_c_locale()
219 locale::facet::_S_get_c_name()
222 locale::facet::
225 // locale::_Impl
226 locale::_Impl::
248 locale::_Impl::
290 locale::_Impl::
292 const locale::id* const* __idpp)
299 locale::_Impl::
300 _M_replace_facet(const _Impl* __imp, const locale::id* __idp)
305 __throw_runtime_error(__N("locale::_Impl::_M_replace_facet"));
310 locale::_Impl::
311 _M_install_facet(const locale::id* __idp, const facet* __fp)
389 locale::_Impl::
405 // locale::id
406 // Definitions for static const data members of locale::id
407 _Atomic_word locale::id::_S_refcount; // init'd to 0 by linker
410 locale::id::_M_id() const
416 locale::id *f = 0;