Home
last modified time | relevance | path

Searched refs:lc_monetary_T (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dlmonetary.c33 #define LCMONETARY_SIZE (sizeof(struct lc_monetary_T) / sizeof(char *))
41 const struct lc_monetary_T _C_monetary_locale = {
82 struct lc_monetary_T mo; in __monetary_load_locale()
86 const struct lc_monetary_T *, in __monetary_load_locale()
87 struct lc_monetary_T *, char **, in __monetary_load_locale()
94 struct lc_monetary_T *mop = NULL; in __monetary_load_locale()
98 mop = (struct lc_monetary_T *) calloc (1, sizeof *mop); in __monetary_load_locale()
Dsetlocale.h74 struct lc_monetary_T struct
107 extern const struct lc_monetary_T _C_monetary_locale; argument
286 _ELIDABLE_INLINE const struct lc_monetary_T *
289 return (const struct lc_monetary_T *) (locale)->lc_cat[LC_MONETARY].ptr; in __get_monetary_locale()
292 _ELIDABLE_INLINE const struct lc_monetary_T *
295 return (const struct lc_monetary_T *) in __get_current_monetary_locale()
338 _ELIDABLE_INLINE const struct lc_monetary_T *
345 _ELIDABLE_INLINE const struct lc_monetary_T *
Dlocaleconv.c42 const struct lc_monetary_T *m = __get_monetary_locale (locale); in __localeconv_l()
Dnl_langinfo.c52 const struct lc_monetary_T * (*monetary)(struct __locale_t *);
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20154876 * libc/locale/lmonetary.h (struct lc_monetary_T): Add wide char members.