Home | History | Annotate | Download | only in base

Lines Matching refs:wstring

228   std::wstring output;  // Allow contents to carry over to next testcase
418 std::wstring wide = ASCIIToWide(char_cases[i]);
430 std::wstring wempty;
439 std::wstring wide_with_nul = ASCIIToWide(string_with_nul);
440 EXPECT_EQ(static_cast<std::wstring::size_type>(length_with_nul),
461 std::wstring in_place_w(L"Cc2");
469 std::wstring original_w(L"Cc2");
470 std::wstring upper_w = StringToUpperASCII(original_w);