Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
std::wstring UTF8ToUTF16W(const std::string& input) {
205
return CPToUTF16(CP_UTF8, input);
206
}
207
208
#endif
209
Callers
14
Exists
Function · 0.85
IsDirectory
Function · 0.85
Delete
Function · 0.85
CreateDir
Function · 0.85
DeleteDir
Function · 0.85
Rename
Function · 0.85
Copy
Function · 0.85
GetSize
Function · 0.85
ForeachDirectoryEntry
Function · 0.85
SetCurrentDir
Function · 0.85
Open
Method · 0.85
SetCurrentThreadName
Function · 0.85
Calls
1
CPToUTF16
Function · 0.85
Tested by
no test coverage detected