Home
last modified time | relevance | path

Searched refs:__locale_t (Results 1 – 25 of 60) sorted by relevance

123

/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dsetlocale.h42 extern struct __locale_t __global_locale;
184 struct __locale_t struct
204 extern char *__loadlocale (struct __locale_t *, int, char *); argument
208 extern struct lconv *__localeconv_l (struct __locale_t *locale);
211 size_t, size_t, mbstate_t *, struct __locale_t *);
215 extern NEWLIB_THREAD_LOCAL_LOCALE struct __locale_t *_locale;
222 _ELIDABLE_INLINE struct __locale_t *
234 _ELIDABLE_INLINE struct __locale_t *
240 extern const struct __locale_t __C_locale; in __get_C_locale()
241 return (struct __locale_t *) &__C_locale; in __get_C_locale()
[all …]
Duselocale.c89 struct __locale_t *
90 uselocale (struct __locale_t *newloc) in uselocale()
92 struct __locale_t *current_locale; in uselocale()
Dduplocale.c75 struct __locale_t *
76 duplocale (struct __locale_t *locobj) in duplocale()
78 struct __locale_t tmp_locale, *new_locale; in duplocale()
110 new_locale = (struct __locale_t *) calloc (1, sizeof *new_locale); in duplocale()
Dnewlocale.c114 struct __locale_t *
116 struct __locale_t *base) in newlocale()
125 struct __locale_t tmp_locale, *new_locale; in newlocale()
213 new_locale = (struct __locale_t *) calloc (1, sizeof *new_locale); in newlocale()
Dnl_langinfo.c49 const struct lc_ctype_T * (*ctype)(struct __locale_t *);
50 const struct lc_time_T * (*time)(struct __locale_t *);
51 const struct lc_numeric_T * (*numeric)(struct __locale_t *);
52 const struct lc_monetary_T * (*monetary)(struct __locale_t *);
53 const struct lc_messages_T * (*messages)(struct __locale_t *);
54 void * (*base)(struct __locale_t *);
173 char *nl_langinfo_l (nl_item item, struct __locale_t *locale) in nl_langinfo_l()
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
D_locale.h10 struct __locale_t;
11 typedef struct __locale_t *locale_t;
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Disprint_l.c12 isgraph_l (int c, struct __locale_t *locale) in isgraph_l()
20 isprint_l (int c, struct __locale_t *locale) in isprint_l()
Dlocal.h72 wint_t _jp2uc_l (wint_t, struct __locale_t *);
73 wint_t _uc2jp_l (wint_t, struct __locale_t *);
Dtoascii_l.c12 toascii_l (int c, struct __locale_t *locale) in toascii_l()
Dwctrans_l.c10 wctrans_l (const char *c, struct __locale_t *locale) in wctrans_l()
Dwctype_l.c10 wctype_l (const char *c, struct __locale_t *locale) in wctype_l()
Disascii_l.c12 isascii_l (int c, struct __locale_t *locale) in isascii_l()
Discntrl_l.c12 iscntrl_l (int c, struct __locale_t *locale) in iscntrl_l()
Disdigit_l.c12 isdigit_l (int c, struct __locale_t *locale) in isdigit_l()
Dispunct_l.c12 ispunct_l (int c, struct __locale_t *locale) in ispunct_l()
Disspace_l.c12 isspace_l (int c, struct __locale_t *locale) in isspace_l()
Diswdigit_l.c10 iswdigit_l (wint_t c, struct __locale_t *locale) in iswdigit_l()
Disalpha_l.c12 isalpha_l (int c, struct __locale_t *locale) in isalpha_l()
Disblank_l.c12 isblank_l (int c, struct __locale_t *locale) in isblank_l()
Disxdigit_l.c12 isxdigit_l (int c, struct __locale_t *locale) in isxdigit_l()
Disalnum_l.c12 isalnum_l (int c, struct __locale_t *locale) in isalnum_l()
Dislower_l.c12 islower_l (int c, struct __locale_t *locale) in islower_l()
Disupper_l.c12 isupper_l (int c, struct __locale_t *locale) in isupper_l()
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrcoll_l.c47 strcoll_l (const char *a, const char *b, struct __locale_t *locale) in strcoll_l()
Dwcscoll_l.c44 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()

123