Searched refs:AnsiToUtf16 (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h84 static LPCWSTR AnsiToUtf16(const char* c_str);
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
H A Dgtest.cc858 LPCWSTR String::AnsiToUtf16(const char* ansi) { function in class:testing::internal::String
/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc69 LPCWSTR wpath = String::AnsiToUtf16(path);
77 LPCWSTR wpath = String::AnsiToUtf16(
H A Dgtest_unittest.cc1041 EXPECT_EQ(NULL, String::AnsiToUtf16(NULL));
1049 const WCHAR* utf16 = String::AnsiToUtf16("str");
1058 const WCHAR* utf16 = String::AnsiToUtf16(".:\\ \"*?");

Completed in 56 milliseconds