MCPcopy Create free account
hub / github.com/beefytech/Beef / length

Method length

BeefySysLib/util/String.cpp:919–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919size_t UTF16String::length() const
920{
921 if (mSize == 0)
922 return 0;
923 return mSize - 1;
924}

Callers 15

myrepFunction · 0.45
WriteMethod · 0.45
WriteSNZMethod · 0.45
WriteSZMethod · 0.45
ParseHotKeyMethod · 0.45
ToWStringMethod · 0.45
ToUpperMethod · 0.45
MakeUpperMethod · 0.45
ToLowerMethod · 0.45
TrimMethod · 0.45
StrStartsWithMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected