Home | History | Annotate | Download | only in src

Lines Matching refs:all

12  * without fee, provided the above notices are retained on all copies.
207 // Give L a name where all facets except those in category c
212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0)
214 else if ((c & locale::all) == locale::all)
226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 &&
233 else if ((c & locale::all) == locale::all && strcmp(ctype_name, time_name) == 0 &&
245 // Create a locale that's a copy of L, except that all of the facets
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.
442 const locale::category locale::all;