Searched refs:has_facet (Results 1 – 7 of 7) sorted by relevance
13 using std::has_facet;
45 _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale&) _NOEXCEPT;108 bool has_facet(id&) const;112 friend bool has_facet(const locale&) _NOEXCEPT;155 if (!std::has_facet<_Facet>(__other))162 inline _LIBCPP_HIDE_FROM_ABI bool has_facet(const locale& __l) _NOEXCEPT {163 return __l.has_facet(_Facet::id);
417 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) {
67 template <class Facet> bool has_facet(const locale&) noexcept;
142 …bool has_facet(long id) const { return static_cast<size_t>(id) < facets_.size() && facets_[static_… in has_facet() function in locale::__imp484 if (!has_facet(id)) in use_facet()577 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet() function in locale
1453 SYMBOL(has_facet, std::, <locale>)