MCPcopy 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
898void 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
906void UTF16String::Set(const wchar_t* str)
907{

Callers 11

Gfx_DrawTextureSegmentFunction · 0.45
Gfx_SetDrawVertexFunction · 0.45
UTF16DecodeMethod · 0.45
LoadTextDataMethod · 0.45
VSyncThreadProcMethod · 0.45
BfpProcess_EnumerateFunction · 0.45
ProcMethod · 0.45
SolveCubicMethod · 0.45
ShutdownMethod · 0.45
AddJobMethod · 0.45
ShutdownMethod · 0.45

Calls 2

ClearFunction · 0.85
SetFunction · 0.85

Tested by

no test coverage detected