Searched defs:has_facet (Results 1 - 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ | ||
H A D | _locale.h | 301 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 D | locale.cpp | 156 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 113 milliseconds