Home
last modified time | relevance | path

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

/system/core/base/
Dutf8.cpp130 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() function
145 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() function
150 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide() function
Dutf8_test.cpp70 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function