Searched refs:wchar_array (Results 1 – 2 of 2) sorted by relevance
70 const wchar_t wchar_array[] = L"Test string"; in testing_boost_containers_string_widening() local71 BOOST_CHECK(boost::lexical_cast<boost::container::wstring>(char_array) == wchar_array); in testing_boost_containers_string_widening()
201 wchar_t wchar_array[100]; in test_constructors() local202 std::wcscpy(wchar_array, L"big array wchar_t"); in test_constructors()203 path x7o(wchar_array); // array char, only partially full in test_constructors()