HomeSort by relevance Sort by last modified time
    Searched defs:use_facet (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 93 # define use_facet *_Use_facet macro
95 inline const _Facet& use_facet(const locale&);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 93 # define use_facet *_Use_facet macro
95 inline const _Facet& use_facet(const locale&);
  /external/libcxx/src/
locale.cpp 159 const locale::facet* use_facet(long id) const;
343 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id);
449 locale::__imp::use_facet(long id) const function in class:locale::__imp
595 locale::use_facet(id& x) const function in class:locale
597 return __locale_->use_facet(x.__get());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 162 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());
    [all...]

Completed in 136 milliseconds