Searched refs:has_facet (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcompatibility-ldbl.cc50 template bool has_facet<num_put<C> >(const locale&);
51 template bool has_facet<num_get<C> >(const locale&);
52 template bool has_facet<money_put<C> >(const locale&);
53 template bool has_facet<money_get<C> >(const locale&);
65 template bool has_facet<num_put<C> >(const locale&);
66 template bool has_facet<num_get<C> >(const locale&);
67 template bool has_facet<money_put<C> >(const locale&);
68 template bool has_facet<money_get<C> >(const locale&);
H A Dlocale-inst.cc248 // has_facet
251 has_facet<ctype<C> >(const locale&);
255 has_facet<codecvt<C, char, mbstate_t> >(const locale&);
259 has_facet<collate<C> >(const locale&);
263 has_facet<numpunct<C> >(const locale&);
267 has_facet<num_put<C> >(const locale&);
271 has_facet<num_get<C> >(const locale&);
275 has_facet<moneypunct<C> >(const locale&);
279 has_facet<money_put<C> >(const locale&);
283 has_facet<money_ge
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h83 has_facet(const locale&) throw();
445 has_facet(const locale&) throw ();
481 has_facet(const locale&) throw();
H A Dlocalefwd.h180 has_facet(const locale& __loc) throw();
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp156 bool has_facet(long id) const function in class:locale::__imp
451 if (!has_facet(id))
586 locale::has_facet(id& x) const function in class:locale
588 return __locale_->has_facet(x.__get());

Completed in 182 milliseconds