Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists()
231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists()
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder()
H A Dgtest.cc877 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() function in testing::internal::String
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h84 static LPCWSTR AnsiToUtf16(const char* c_str);