Searched refs:use_facet (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/libstdcxx-104.1/src/
H A Dcompatibility-ldbl.cc46 template const num_put<C>& use_facet<num_put<C> >(const locale&);
47 template const num_get<C>& use_facet<num_get<C> >(const locale&);
48 template const money_put<C>& use_facet<money_put<C> >(const locale&);
49 template const money_get<C>& use_facet<money_get<C> >(const locale&);
61 template const num_put<C>& use_facet<num_put<C> >(const locale&);
62 template const num_get<C>& use_facet<num_get<C> >(const locale&);
63 template const money_put<C>& use_facet<money_put<C> >(const locale&);
64 template const money_get<C>& use_facet<money_get<C> >(const locale&);
H A Dlocale-inst.cc194 // use_facet
195 // NB: use_facet<ctype> is specialized
198 use_facet<codecvt<C, char, mbstate_t> >(const locale&);
202 use_facet<collate<C> >(const locale&);
206 use_facet<numpunct<C> >(const locale&);
210 use_facet<num_put<C> >(const locale&);
214 use_facet<num_get<C> >(const locale&);
218 use_facet<moneypunct<C, true> >(const locale&);
222 use_facet<moneypunct<C, false> >(const locale&);
226 use_facet<money_pu
[all...]
H A Dctype.cc55 use_facet<ctype<char> >(const locale& __loc) function
65 use_facet<ctype<wchar_t> >(const locale& __loc) function
H A Distream.cc209 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
286 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc());
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_classes.h87 use_facet(const locale&);
441 use_facet(const locale&);
485 use_facet(const locale&);
H A Dlocale_facets.h1208 use_facet<ctype<char> >(const locale& __loc);
1514 use_facet<ctype<wchar_t> >(const locale& __loc);
4098 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4128 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4237 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4259 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4287 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4316 * @param intl Parameter to use_facet<moneypunct<CharT,intl> >.
4555 const __codecvt_type& __cvt = use_facet<__codecvt_type>(_M_locale_conv);
4562 // const __ctype_type& __cvt = use_facet<__ctype_typ
[all...]
H A Dlocalefwd.h184 use_facet(const locale& __loc);

Completed in 139 milliseconds