Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2361 const int unicode_length = in AnsiToUtf16() local
2364 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()
2366 unicode, unicode_length); in AnsiToUtf16()
2367 unicode[unicode_length] = 0; in AnsiToUtf16()