Searched refs:LC_NUMERIC_MASK (Results 1 – 6 of 6) sorted by relevance
65 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro79 | LC_NUMERIC_MASK \
29 #define LC_NUMERIC_MASK 16 macro33 LC_NUMERIC_MASK | LC_TIME_MASK)65 if (category_mask & LC_NUMERIC_MASK) in newlocale()
25 #define LC_NUMERIC_MASK _M_NUMERIC macro32 | LC_NUMERIC_MASK \
28 #define LC_NUMERIC_MASK (1<<4) macro31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
76 return (struct _Locale_numeric*)newlocale(LC_NUMERIC_MASK, nm, NULL); in _Locale_numeric_create()
61 numeric = LC_NUMERIC_MASK,