Searched refs:LC_TIME_MASK (Results 1 – 7 of 7) sorted by relevance
67 #define LC_TIME_MASK (1 << LC_TIME) macro81 | LC_TIME_MASK \
30 #define LC_TIME_MASK 32 macro33 LC_NUMERIC_MASK | LC_TIME_MASK)63 if (category_mask & LC_TIME_MASK) in newlocale()
29 #define LC_TIME_MASK (1<<5) macro31 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
26 #define LC_TIME_MASK _M_TIME macro33 | LC_TIME_MASK )
234 ret->lc_time = (mask & LC_TIME_MASK) ? p->lc_time : base->lc_time; in newlocale()
82 return (struct _Locale_time*)newlocale(LC_TIME_MASK, nm, NULL); in _Locale_time_create()
62 time = LC_TIME_MASK,