Home
last modified time | relevance | path

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

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