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/
H A Dgtest-all.cc2330 WCHAR* unicode = new WCHAR[unicode_length + 1]; local
2332 unicode, unicode_length);
2333 unicode[unicode_length] = 0;
2334 return unicode;
8040 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
8041 const DWORD attributes = GetFileAttributes(unicode);
8042 delete [] unicode;
8064 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
8065 const DWORD attributes = GetFileAttributes(unicode);
8066 delete [] unicode;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py3336 if isinstance(line, unicode):

Completed in 26 milliseconds