Home
last modified time | relevance | path

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

/rocksdb-6.9/docs/
DGemfile.lock131 unicode-display_width (~> 1.1.1)
137 unicode-display_width (1.1.1)
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2364 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local
2366 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() local
9262 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
9263 delete [] unicode; in DirectoryExists()
9355 int result = CreateDirectory(unicode, NULL) ? 0 : -1; in CreateFolder()
[all …]