Searched defs:UTF8ToWide (Results 1 – 2 of 2) sorted by relevance
130 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() function145 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() function150 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide() function
70 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function