Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc880 const int unicode_length = in AnsiToUtf16() local
882 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()
884 unicode, unicode_length); in AnsiToUtf16()
885 unicode[unicode_length] = 0; in AnsiToUtf16()