Searched defs:UTF8ToWide (Results 1 – 2 of 2) sorted by relevance
132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() function147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() function152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide() function
75 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function