Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dwide_char.h28 inline std::wstring Utf8ToWideChar(const string& utf8str) { in Utf8ToWideChar() argument
29 int size_required = MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), in Utf8ToWideChar()
30 (int)utf8str.size(), NULL, 0); in Utf8ToWideChar()
32 MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), (int)utf8str.size(), in Utf8ToWideChar()