Searched defs:has_facet (Results 1 - 2 of 2) sorted by last modified time

/external/stlport/stlport/stl/
H A D_locale.h301 struct has_facet { struct
303 has_facet(const locale& __p_loc) : __loc(__p_loc) {} function in struct:has_facet
306 inline bool has_facet(const locale& __loc) _STLP_NOTHROW
/external/libcxx/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 100 milliseconds