Lines Matching refs:locale

198 extern struct lconv *__localeconv_l (struct __locale_t *locale);
238 __get_ctype_locale (struct __locale_t *locale) in __get_ctype_locale() argument
240 return (const struct lc_ctype_T *) (locale)->lc_cat[LC_CTYPE].ptr; in __get_ctype_locale()
252 __locale_mb_cur_max_l (struct __locale_t *locale) in __locale_mb_cur_max_l() argument
255 return __get_ctype_locale (locale)->mb_cur_max[0]; in __locale_mb_cur_max_l()
257 return locale->mb_cur_max[0]; in __locale_mb_cur_max_l()
263 __get_monetary_locale (struct __locale_t *locale) in __get_monetary_locale() argument
265 return (const struct lc_monetary_T *) (locale)->lc_cat[LC_MONETARY].ptr; in __get_monetary_locale()
276 __get_numeric_locale (struct __locale_t *locale) in __get_numeric_locale() argument
278 return (const struct lc_numeric_T *) (locale)->lc_cat[LC_NUMERIC].ptr; in __get_numeric_locale()
289 __get_time_locale (struct __locale_t *locale) in __get_time_locale() argument
291 return (const struct lc_time_T *) (locale)->lc_cat[LC_TIME].ptr; in __get_time_locale()
302 __get_messages_locale (struct __locale_t *locale) in __get_messages_locale() argument
304 return (const struct lc_messages_T *) (locale)->lc_cat[_LC_MESSAGES].ptr; in __get_messages_locale()
316 __get_monetary_locale (struct __locale_t *locale) in __get_monetary_locale() argument
318 (void) locale; in __get_monetary_locale()
329 __get_numeric_locale (struct __locale_t *locale) in __get_numeric_locale() argument
331 (void) locale; in __get_numeric_locale()
342 __get_time_locale (struct __locale_t *locale) in __get_time_locale() argument
344 (void) locale; in __get_time_locale()
355 __get_messages_locale (struct __locale_t *locale) in __get_messages_locale() argument
357 (void) locale; in __get_messages_locale()
369 __locale_charset (struct __locale_t *locale) in __locale_charset() argument
371 (void) locale; in __locale_charset()
373 return __get_ctype_locale (locale)->codeset; in __locale_charset()
375 return locale->ctype_codeset; in __locale_charset()