Lines Matching full:wchar_t
958 for other types than char and wchar_t. rope implementation is
1751 num_put<char, char*>, num_put<wchar_t, wchar_t*> not required by
1755 num_get<char, const char*>, num_get<wchar_t, const wchar_t*>
1758 money_get<char, const char*>, money_get<wchar_t, const wchar_t*>,
1759 money_put<char, char*>, money_put<wchar_t, wchar_t*>
1762 time_get<char, const char*>, time_get<wchar_t, const wchar_t*>,
1763 time_put<char, char*>, time_put<wchar_t, wchar_t*>
2505 Intel compiler that consider wchar_t as unsigned, fixed a
2548 _Locale_wctomb when no wchar_t support is detected thanks Eric
2593 allocator<wchar_t> and allocator<void*> when partial template
3544 which was wrong when wint_t was not the same typedef as wchar_t.
3687 to specialized the std::allocator<> with char or wchar_t.
4133 * stlport/cwchar: use STLport's wchar.h to take wchar_t/wint_t for
4539 of a wchar_t value used as an index. This helper struct takes into account
4540 the compiler representation of the wchar_t type, is it a sign type or not.
4541 This helper avoids warning when wchar_t is unsigned.
4574 * src/ctype.cpp: Restore check on wchar_t positivity as according
4575 2005-02-22 Petr Ovtchenkov reports wchar_t can be signed.
5115 for wchar_t removed, already exists in _streambuf.h thanks
5211 * test/unit/limits_test.cpp: wchar_t is treated as signed, except when it
5340 * src/ctype.h: removal of the '>= 0' check for wchar_t variables reported
5363 information and avoid the wchar_t to char type warning which was surely an
5437 * stlport/stl/_codecvt.h: Add of a missing export declaration for the wchar_t
6809 * stlport/stl/char_traits.h: Addition of the specific wchar_t static methods similar
7251 * _ctype.h: tolower and toupper for wchar_t types.
7982 * FreeBSD build fixed, now builds for wchar_t too