Searched defs:has_facet (Results 1 – 1 of 1) sorted by relevance
142 …bool has_facet(long id) const { return static_cast<size_t>(id) < facets_.size() && facets_[static_… in has_facet() function in locale::__imp577 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet() function in locale