MCPcopy Create free account
hub / github.com/amwatson/CitraVR / UTF8ToUTF16W

Function UTF8ToUTF16W

src/common/string_util.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204std::wstring UTF8ToUTF16W(const std::string& input) {
205 return CPToUTF16(CP_UTF8, input);
206}
207
208#endif
209

Callers 14

ExistsFunction · 0.85
IsDirectoryFunction · 0.85
DeleteFunction · 0.85
CreateDirFunction · 0.85
DeleteDirFunction · 0.85
RenameFunction · 0.85
CopyFunction · 0.85
GetSizeFunction · 0.85
ForeachDirectoryEntryFunction · 0.85
SetCurrentDirFunction · 0.85
OpenMethod · 0.85
SetCurrentThreadNameFunction · 0.85

Calls 1

CPToUTF16Function · 0.85

Tested by

no test coverage detected