Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Set
Method
Set
BeefySysLib/util/String.cpp:898–904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
896
}
897
898
void UTF16String::Set(const wchar_t* str, int len)
899
{
900
Clear();
901
ResizeRaw(len + 1);
902
memcpy(mVals, str, len * 2);
903
mVals[len] = 0;
904
}
905
906
void UTF16String::Set(const wchar_t* str)
907
{
Callers
11
Gfx_DrawTextureSegment
Function · 0.45
Gfx_SetDrawVertex
Function · 0.45
UTF16Decode
Method · 0.45
LoadTextData
Method · 0.45
VSyncThreadProc
Method · 0.45
BfpProcess_Enumerate
Function · 0.45
Proc
Method · 0.45
SolveCubic
Method · 0.45
Shutdown
Method · 0.45
AddJob
Method · 0.45
Shutdown
Method · 0.45
Calls
2
Clear
Function · 0.85
Set
Function · 0.85
Tested by
no test coverage detected