Home
last modified time | relevance | path

Searched defs:unicode (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
230 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
323 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
Dgtest.cc831 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local