Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc2330 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local
2332 unicode, unicode_length); in AnsiToUtf16()
2333 unicode[unicode_length] = 0; in AnsiToUtf16()
2334 return unicode; in AnsiToUtf16()
8040 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
8041 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
8042 delete [] unicode; in FileOrDirectoryExists()
8064 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
8065 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
8066 delete [] unicode; in DirectoryExists()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py3336 if isinstance(line, unicode):