Searched refs:unicode (Results 1 – 2 of 2) sorted by relevance
131 unicode-display_width (~> 1.1.1)137 unicode-display_width (1.1.1)
2364 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local2366 unicode, unicode_length); in AnsiToUtf16()2367 unicode[unicode_length] = 0; in AnsiToUtf16()2368 return unicode; in AnsiToUtf16()9238 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()9239 delete [] unicode; in FileOrDirectoryExists()9261 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local9262 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()9263 delete [] unicode; in DirectoryExists()9355 int result = CreateDirectory(unicode, NULL) ? 0 : -1; in CreateFolder()[all …]