Searched defs:utf8str (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/platform/windows/
H A Dwindows_file_system.h68 static std::wstring Utf8ToWideChar(const string& utf8str) { argument
69 int size_required = MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(),
70 (int)utf8str.size(), NULL, 0);
72 MultiByteToWideChar(CP_UTF8, 0, utf8str.c_str(), (int)utf8str.size(),

Completed in 156 milliseconds