Home | History | Annotate | Download | only in src

Lines Matching refs:category

76       what += " facet category, unable to create facet for ";
194 locale::category c) {
207 // Give L a name where all facets except those in category c
208 // are taken from name1, and those in category c are taken from name2.
211 locale::category c) {
225 locale::category c) {
246 // in category c are instead constructed by name.
247 locale::locale(const locale& L, const char* name, locale::category c)
294 // Contruct a new locale where all facets that aren't in category c
295 // come from L1, and all those that are in category c come from L2.
296 locale::locale(const locale& L1, const locale& L2, category c)
435 const locale::category locale::none;
436 const locale::category locale::collate;
437 const locale::category locale::ctype;
438 category locale::monetary;
439 const locale::category locale::numeric;
440 const locale::category locale::time;
441 const locale::category locale::messages;
442 const locale::category locale::all;