mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-01 16:34:06 +08:00
5af91f0690
2003-11-25 Paolo Carlini <pcarlini@suse.de> * config/locale/gnu/codecvt_members.cc (codecvt::do_length): Rewrite, using both mbsnrtowcs and mbrtowc in a loop: the former is very fast, but stops if encounters a NUL. (codecvt::do_out): Tweaks. (codecvt::do_in): Tweaks, improve the code dealing with errors. * testsuite/performance/wchar_t_length.cc: New. From-SVN: r73934 |
||
---|---|---|
.. | ||
allocator.cc | ||
complex_norm.cc | ||
cout_insert_int.cc | ||
filebuf_copy.cc | ||
filebuf_sputc.cc | ||
fstream_seek_write.cc | ||
ifstream_getline.cc | ||
list_create_fill_sort.cc | ||
map_create_fill.cc | ||
ofstream_insert_float.cc | ||
ofstream_insert_int.cc | ||
string_append.cc | ||
wchar_t_in.cc | ||
wchar_t_length.cc | ||
wchar_t_out.cc |