Lines Matching refs:lc_cat
189 struct __lc_cats lc_cat[_LC_LAST]; member
240 return (const struct lc_ctype_T *) (locale)->lc_cat[LC_CTYPE].ptr; in __get_ctype_locale()
247 _locale->lc_cat[LC_CTYPE].ptr; in __get_current_ctype_locale()
265 return (const struct lc_monetary_T *) (locale)->lc_cat[LC_MONETARY].ptr; in __get_monetary_locale()
272 _locale->lc_cat[LC_MONETARY].ptr; in __get_current_monetary_locale()
278 return (const struct lc_numeric_T *) (locale)->lc_cat[LC_NUMERIC].ptr; in __get_numeric_locale()
285 _locale->lc_cat[LC_NUMERIC].ptr; in __get_current_numeric_locale()
291 return (const struct lc_time_T *) (locale)->lc_cat[LC_TIME].ptr; in __get_time_locale()
298 _locale->lc_cat[LC_TIME].ptr; in __get_current_time_locale()
304 return (const struct lc_messages_T *) (locale)->lc_cat[_LC_MESSAGES].ptr; in __get_messages_locale()
311 _locale->lc_cat[_LC_MESSAGES].ptr; in __get_current_messages_locale()