Home
last modified time | relevance | path

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

/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h39 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() argument
55 if (category_mask & LC_COLLATE_MASK) in newlocale()
57 if (category_mask & LC_CTYPE_MASK) in newlocale()
61 if (category_mask & LC_MONETARY_MASK) in newlocale()
63 if (category_mask & LC_TIME_MASK) in newlocale()
65 if (category_mask & LC_NUMERIC_MASK) in newlocale()