Searched refs:utf8str (Results 1 – 1 of 1) sorted by relevance
28 inline std::wstring Utf8ToWideChar(const string& utf8str) { in Utf8ToWideChar() argument29 int size_required = MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), in Utf8ToWideChar()30 (int)utf8str.size(), NULL, 0); in Utf8ToWideChar()32 MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), (int)utf8str.size(), in Utf8ToWideChar()