Searched refs:all_categories (Results 1 – 6 of 6) sorted by relevance
265 all_categories = set(269 all_categories.remove(None)270 all_categories = list(sorted(all_categories))274 for category in all_categories:290 if category not in all_categories:
158 … void select(std::string const &backend_name,locale_category_type category = all_categories);
64 static const uint32_t all_categories = 0xFFFFFFFFu; ///< Generate all of them variable
23 cats(all_categories), in data()
75 … void select(std::string const &backend_name,locale_category_type category = all_categories) in select()