Searched refs:unicode_length (Results 1 – 9 of 9) sorted by relevance
835 const int unicode_length = in AnsiToUtf16() local838 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()840 unicode, unicode_length); in AnsiToUtf16()841 unicode[unicode_length] = 0; in AnsiToUtf16()
863 const int unicode_length = in AnsiToUtf16() local866 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()868 unicode, unicode_length); in AnsiToUtf16()869 unicode[unicode_length] = 0; in AnsiToUtf16()
862 const int unicode_length = in AnsiToUtf16() local865 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()867 unicode, unicode_length); in AnsiToUtf16()868 unicode[unicode_length] = 0; in AnsiToUtf16()
843 const int unicode_length = in AnsiToUtf16() local846 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()848 unicode, unicode_length); in AnsiToUtf16()849 unicode[unicode_length] = 0; in AnsiToUtf16()
2175 const int unicode_length = in AnsiToUtf16() local2178 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()2180 unicode, unicode_length); in AnsiToUtf16()2181 unicode[unicode_length] = 0; in AnsiToUtf16()
2327 const int unicode_length = in AnsiToUtf16() local2330 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16()2332 unicode, unicode_length); in AnsiToUtf16()2333 unicode[unicode_length] = 0; in AnsiToUtf16()