mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-14 14:33:40 +08:00
f373d4c761
* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)): Switch to _M_c_locale_ctype around btowc call. (ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)): Switch to _M_c_locale_ctype around mbsrtowcs call. (ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around wctob call. (ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)): Switch to _M_c_locale_ctype around wcsrtombs call. From-SVN: r56841 |
||
---|---|---|
.. | ||
c_locale.cc | ||
c_locale.h | ||
c++locale_internal.h | ||
collate_members.cc | ||
ctype_members.cc | ||
messages_members.cc | ||
messages_members.h | ||
monetary_members.cc | ||
numeric_members.cc | ||
time_members.cc |