Home
last modified time | relevance | path

Searched defs:has_facet (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp142 …bool has_facet(long id) const { return static_cast<size_t>(id) < facets_.size() && facets_[static_… in has_facet() function in locale::__imp
577 bool locale::has_facet(id& x) const { return __locale_->has_facet(x.__get()); } in has_facet() function in locale