Searched refs:category_mask (Results 1 – 2 of 2) sorted by relevance
40 if (category_mask != LC_ALL_MASK) { in newlocale()43 newloc->category_mask = category_mask | base->category_mask; in newlocale()47 newloc->category_mask = category_mask; in newlocale()50 if (category_mask & LC_COLLATE_MASK) in newlocale()52 if (category_mask & LC_CTYPE_MASK) in newlocale()54 if (category_mask & LC_MONETARY_MASK) in newlocale()56 if (category_mask & LC_NUMERIC_MASK) in newlocale()58 if (category_mask & LC_TIME_MASK) in newlocale()60 if (category_mask & LC_MESSAGES_MASK) in newlocale()87 (newloc->category_mask & LC_TIME_MASK && in uselocale()[all …]
34 int category_mask; member45 locale_t newlocale(int category_mask, const char* locale, locale_t base);