Searched refs:LC_NUMERIC_MASK (Results 1 – 5 of 5) sorted by relevance
45 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro50 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 \
1631 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \1640 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
73 numeric = LC_NUMERIC_MASK,