Searched refs:__locale_t (Results 1 – 25 of 60) sorted by relevance
123
/picolibc-3.5.0-3.4.0/newlib/libc/locale/ |
D | setlocale.h | 42 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 …]
|
D | uselocale.c | 89 struct __locale_t * 90 uselocale (struct __locale_t *newloc) in uselocale() 92 struct __locale_t *current_locale; in uselocale()
|
D | duplocale.c | 75 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()
|
D | newlocale.c | 114 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()
|
D | nl_langinfo.c | 49 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.h | 10 struct __locale_t; 11 typedef struct __locale_t *locale_t;
|
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | isprint_l.c | 12 isgraph_l (int c, struct __locale_t *locale) in isgraph_l() 20 isprint_l (int c, struct __locale_t *locale) in isprint_l()
|
D | local.h | 72 wint_t _jp2uc_l (wint_t, struct __locale_t *); 73 wint_t _uc2jp_l (wint_t, struct __locale_t *);
|
D | toascii_l.c | 12 toascii_l (int c, struct __locale_t *locale) in toascii_l()
|
D | wctrans_l.c | 10 wctrans_l (const char *c, struct __locale_t *locale) in wctrans_l()
|
D | wctype_l.c | 10 wctype_l (const char *c, struct __locale_t *locale) in wctype_l()
|
D | isascii_l.c | 12 isascii_l (int c, struct __locale_t *locale) in isascii_l()
|
D | iscntrl_l.c | 12 iscntrl_l (int c, struct __locale_t *locale) in iscntrl_l()
|
D | isdigit_l.c | 12 isdigit_l (int c, struct __locale_t *locale) in isdigit_l()
|
D | ispunct_l.c | 12 ispunct_l (int c, struct __locale_t *locale) in ispunct_l()
|
D | isspace_l.c | 12 isspace_l (int c, struct __locale_t *locale) in isspace_l()
|
D | iswdigit_l.c | 10 iswdigit_l (wint_t c, struct __locale_t *locale) in iswdigit_l()
|
D | isalpha_l.c | 12 isalpha_l (int c, struct __locale_t *locale) in isalpha_l()
|
D | isblank_l.c | 12 isblank_l (int c, struct __locale_t *locale) in isblank_l()
|
D | isxdigit_l.c | 12 isxdigit_l (int c, struct __locale_t *locale) in isxdigit_l()
|
D | isalnum_l.c | 12 isalnum_l (int c, struct __locale_t *locale) in isalnum_l()
|
D | islower_l.c | 12 islower_l (int c, struct __locale_t *locale) in islower_l()
|
D | isupper_l.c | 12 isupper_l (int c, struct __locale_t *locale) in isupper_l()
|
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | strcoll_l.c | 47 strcoll_l (const char *a, const char *b, struct __locale_t *locale) in strcoll_l()
|
D | wcscoll_l.c | 44 wcscoll_l (const wchar_t *a, const wchar_t *b, struct __locale_t *locale) in wcscoll_l()
|
123