Searched refs:unicode_length (Results 1 – 1 of 1) sorted by relevance
1193 const int unicode_length = in AnsiToUtf16() local1195 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()1196 MultiByteToWideChar(CP_ACP, 0, ansi, length, unicode, unicode_length); in AnsiToUtf16()1197 unicode[unicode_length] = 0; in AnsiToUtf16()