Searched refs:category_mask (Results 1 – 2 of 2) sorted by relevance
39 locale_t newlocale(int category_mask, const char *locale, locale_t base) in newlocale() argument55 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()
32 locale_t newlocale(int category_mask, const char* locale, locale_t base) { in newlocale() argument