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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-string.h84 static LPCWSTR AnsiToUtf16(const char* c_str);
/openjdk10/test/fmw/gtest/src/
H A Dgtest-filepath.cc206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
230 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
323 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
H A Dgtest.cc840 LPCWSTR String::AnsiToUtf16(const char* ansi) { function in class:testing::internal::String

Completed in 164 milliseconds