Searched refs:LC_MESSAGES_MASK (Results 1 – 7 of 7) sorted by relevance
69 #define LC_MESSAGES_MASK (1 << LC_MESSAGES) macro83 | LC_MESSAGES_MASK \
26 #define LC_MESSAGES_MASK (1<<2) macro30 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
27 #define LC_MESSAGES_MASK _M_MESSAGES macro30 | LC_MESSAGES_MASK \
27 #define LC_MESSAGES_MASK 4 macro32 LC_MESSAGES_MASK | LC_MONETARY_MASK |\
232 ret->lc_messages = (mask & LC_MESSAGES_MASK) ? p->lc_messages : base->lc_messages; in newlocale()
100 return (struct _Locale_messages*)newlocale(LC_MESSAGES_MASK, nm, NULL); in _Locale_messages_create()
63 messages = LC_MESSAGES_MASK,