Searched defs:use_facet (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_iosfwd.h93 # define use_facet *_Use_facet macro
95 inline const _Facet& use_facet(const locale&);
/external/libcxx/src/
H A Dlocale.cpp158 const locale::facet* use_facet(long id) const;
342 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id);
448 locale::__imp::use_facet(long id) const function in class:locale::__imp
592 locale::use_facet(id& x) const function in class:locale
594 return __locale_->use_facet(x.__get());

Completed in 487 milliseconds