Searched refs:__locale_charset (Results 1 – 4 of 4) sorted by relevance
171 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()
392 __locale_charset (struct __locale_t *locale) in __locale_charset() function
205 ret = (char *) __locale_charset (locale); in nl_langinfo_l()
4887 (__locale_charset): Add (but disable for now) returning codeset from6124 * libc/ctype/local.h (__locale_charset): Add arguments to6126 * 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 of7107 __locale_msgcharset instead of __locale_charset.