Lines Matching full:wchar_t
202 wchar_t instantiation context making cast to ctype<char> or
203 ctype<wchar_t> invalid resulting in an application crashed. The
211 now stored as wchar_t for wide char instantiation. We do not need
214 * test/unit/time_facets_test.cpp: Add test for time_get wchar_t
663 implementation thanks Kai Khcyt. Despite taking a pointer to wchar_t*
1024 values of the "C" facet in the sources. Only the numpunct_byname<wchar_t>
1250 codecvt<wchar_t, char, mbstate_t>::do_length based on the
1268 Fixed codecvt_byname<wchar_t, char, mbstate_t>::do_in and do_out
2426 * test/unit/locale_test.cpp: test for ctype facet for wchar_t added.