Home | History | Annotate | Download | only in src

Lines Matching defs:facet

43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet* f, locale::id& n) {
378 locale::facet* locale::_M_get_facet(const locale::id& n) const {
382 locale::facet* locale::_M_use_facet(const locale::id& n) const {
383 locale::facet* f = (n._M_index < _M_impl->size() ? _M_impl->facets_vec[n._M_index] : 0);