MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / UTF8StringToWideString

Function UTF8StringToWideString

common/StringUtil.cpp:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485#ifdef _WIN32
486 std::wstring UTF8StringToWideString(const std::string_view str)
487 {
488 std::wstring ret;
489 if (!UTF8StringToWideString(ret, str))
490 return {};
491
492 return ret;
493 }
494
495 bool UTF8StringToWideString(std::wstring& dest, const std::string_view str)
496 {

Callers 15

doUpdateMethod · 0.85
CreateShortcutMethod · 0.85
OpenMethod · 0.85
CDVDsys_SetFileFunction · 0.85
SetObjectNameMethod · 0.85
PushDebugGroupMethod · 0.85
InsertDebugMessageMethod · 0.85
SetTitleMethod · 0.85
RedrawMethod · 0.85
DisplayErrorMethod · 0.85
DisplayWarningMethod · 0.85

Calls 3

dataMethod · 0.45
lengthMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected