Home
last modified time | relevance | path

Searched refs:__locale_charset (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Djp2uc.c171 const char * cs = l ? __locale_charset(l) : __current_locale_charset(); in _jp2uc_l()
192 const char * cs = l ? __locale_charset(l) : __current_locale_charset(); in _uc2jp_l()
/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dsetlocale.h392 __locale_charset (struct __locale_t *locale) in __locale_charset() function
Dnl_langinfo.c205 ret = (char *) __locale_charset (locale); in nl_langinfo_l()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20154887 (__locale_charset): Add (but disable for now) returning codeset from
6124 * libc/ctype/local.h (__locale_charset): Add arguments to
6126 * libc/stdlib/local.h (__locale_charset): Ditto.
6855 * libc/stdlib/local.h: Add prototype for __locale_charset.
6907 missing declaration of __locale_charset.
7091 (__locale_charset): New function.
7092 (__locale_msgcharset): Rename from __locale_charset.
7094 (__locale_charset): Declare.
7095 * libc/ctype/iswalpha.c (iswalpha): Call __locale_charset instead of
7107 __locale_msgcharset instead of __locale_charset.