Home | History | Annotate | Download | only in src

Lines Matching refs:facet

36 locale::facet * _STLP_CALL _get_facet(locale::facet *f)
43 void _STLP_CALL _release_facet(locale::facet *&f)
110 //facets with a reference counter telling to _release_facet when the facet can be
126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) {
163 locale::facet* ct = 0;
164 locale::facet* cvt = 0;
166 locale::facet* wct = 0;
167 locale::facet* wcvt = 0;
247 locale::facet* punct = 0;
249 locale::facet* wpunct = 0;
305 locale::facet *get = 0;
306 locale::facet *put = 0;
308 locale::facet *wget = 0;
309 locale::facet *wput = 0;
362 locale::facet *col = 0;
364 locale::facet *wcol = 0;
429 locale::facet *punct = 0;
430 locale::facet *ipunct = 0;
433 locale::facet* wpunct = 0;
434 locale::facet* wipunct = 0;
523 locale::facet *msg = 0;
525 locale::facet *wmsg = 0;
570 // This assigns ids to every facet that is a member of a category,
626 // The classic locale contains every facet that belongs to a category.
630 locale::facet* classic_facets[] = {
663 const size_t nb_classic_facets = sizeof(classic_facets) / sizeof(locale::facet *);