Searched refs:LC_NUMERIC (Results 1 – 5 of 5) sorted by relevance
75 struct __lc_cats tmp = locale->lc_cat[LC_NUMERIC]; in __numeric_load_locale()76 locale->lc_cat[LC_NUMERIC].ptr = ret == 0 ? &_C_numeric_locale : nmp; in __numeric_load_locale()77 locale->lc_cat[LC_NUMERIC].buf = bufp; in __numeric_load_locale()
302 return (const struct lc_numeric_T *) (locale)->lc_cat[LC_NUMERIC].ptr; in __get_numeric_locale()309 _locale->lc_cat[LC_NUMERIC].ptr; in __get_current_numeric_locale()
951 case LC_NUMERIC: in __loadlocale()
53 #define LC_NUMERIC 4 macro65 #define LC_NUMERIC_MASK (1 << LC_NUMERIC)
5364 LC_NUMERIC, and LC_TIME handling on Cygwin.