Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp182 bool has_facet(long id) const in has_facet() function in locale::__imp
608 locale::has_facet(id& x) const in has_facet() function in locale
/external/cronet/tot/third_party/libc++/src/src/
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
/external/cronet/stable/third_party/libc++/src/src/
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