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

/external/libcxx/src/
H A Dlocale.cpp165 bool has_facet(long id) const function in class:locale::__imp
456 if (!has_facet(id))
591 locale::has_facet(id& x) const function in class:locale
593 return __locale_->has_facet(x.__get());

Completed in 331 milliseconds