Home
last modified time | relevance | path

Searched refs:UTF8ToWideWithFlags (Results 1 – 1 of 1) sorted by relevance

/system/core/base/
Dutf8.cpp99 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags() function
134 if (UTF8ToWideWithFlags(utf8, size, utf16, MB_ERR_INVALID_CHARS)) { in UTF8ToWide()
142 (void)UTF8ToWideWithFlags(utf8, size, utf16, 0); in UTF8ToWide()