Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/locale/
Dsetlocale.h97 struct lc_numeric_T struct
108 extern const struct lc_numeric_T _C_numeric_locale; argument
275 _ELIDABLE_INLINE const struct lc_numeric_T *
278 return (const struct lc_numeric_T *) (locale)->lc_cat[LC_NUMERIC].ptr; in __get_numeric_locale()
281 _ELIDABLE_INLINE const struct lc_numeric_T *
284 return (const struct lc_numeric_T *) in __get_current_numeric_locale()
328 _ELIDABLE_INLINE const struct lc_numeric_T *
335 _ELIDABLE_INLINE const struct lc_numeric_T *
Dlnumeric.c30 #define LCNUMERIC_SIZE (sizeof(struct lc_numeric_T) / sizeof(char *))
34 const struct lc_numeric_T _C_numeric_locale = {
Dlocaleconv.c42 const struct lc_numeric_T *n = __get_numeric_locale (locale); in __localeconv_l()
Dnl_langinfo.c42 const struct lc_numeric_T * (*numeric)(struct __locale_t *);
/picolibc-latest/newlib/
DChangeLog-20154883 * libc/locale/lnumeric.h (struct lc_numeric_T): Add wide char members.