Searched refs:unicode (Results 1 – 2 of 2) sorted by relevance
2330 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local2332 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() local8041 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()8042 delete [] unicode; in FileOrDirectoryExists()8064 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local8065 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()8066 delete [] unicode; in DirectoryExists()[all …]
3336 if isinstance(line, unicode):