Home
last modified time | relevance | path

Searched refs:all_categories (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/python/icutools/databuilder/
Dfiltration.py265 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:
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration.py265 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:
/third_party/boost/boost/locale/
Dlocalization_backend.hpp158 … void select(std::string const &backend_name,locale_category_type category = all_categories);
Dgenerator.hpp64 static const uint32_t all_categories = 0xFFFFFFFFu; ///< Generate all of them variable
/third_party/boost/libs/locale/src/shared/
Dgenerator.cpp23 cats(all_categories), in data()
Dlocalization_backend.cpp75 … void select(std::string const &backend_name,locale_category_type category = all_categories) in select()