Home
last modified time | relevance | path

Searched defs:UTF8ToWide (Results 1 – 2 of 2) sorted by relevance

/system/libbase/
Dutf8.cpp132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() function
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() function
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide() function
Dutf8_test.cpp75 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function