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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iosfwd.h93 # define use_facet *_Use_facet macro
95 inline const _Facet& use_facet(const locale&);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp162 const locale::facet* use_facet(long id) const;
346 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id);
452 locale::__imp::use_facet(long id) const function in class:locale::__imp
596 locale::use_facet(id& x) const function in class:locale
598 return __locale_->use_facet(x.__get());

Completed in 48 milliseconds