Home
last modified time | relevance | path

Searched refs:codeset (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dsetlocale.h53 const char *codeset; /* codeset for mbtowc conversion */ member
86 const char *codeset; /* codeset for mbtowc conversion */ member
103 const char *codeset; /* codeset for mbtowc conversion */ member
130 const char *codeset; /* codeset for mbtowc conversion */ member
157 const char *codeset; /* codeset for mbtowc conversion */ member
373 return __get_ctype_locale (locale)->codeset; in __locale_charset()
383 return __get_current_ctype_locale ()->codeset; in __current_locale_charset()
394 return (char *) __get_current_messages_locale ()->codeset; in __locale_msgcharset()
396 return (char *) __get_current_ctype_locale ()->codeset; in __locale_msgcharset()
Dnl_langinfo.c71 _NLITEM (time, codeset),
122 _NLITEM (numeric, codeset),
147 _NLITEM (monetary, codeset),
176 ret = (char *) __get_time_locale (locale)->codeset; in nl_langinfo_l()
179 ret = (char *) __get_numeric_locale (locale)->codeset; in nl_langinfo_l()
182 ret = (char *) __get_monetary_locale (locale)->codeset; in nl_langinfo_l()
/picolibc-latest/newlib/
DChangeLog-20151136 codeset problem.
4102 Move __HAVE_LOCALE_INFO_EXTENDED__ before codeset.
4887 (__locale_charset): Add (but disable for now) returning codeset from
4891 (__locale_msgcharset): Add returning codeset from
4896 (nl_Langinfo): Return correct codeset for each locale category. Return
4970 Cygwin only: Allow GB2312 and EUC-CN as alternative codeset names