MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getCopy8

Method getCopy8

Engine/source/core/stringBuffer.cpp:360–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358//-------------------------------------------------------------------------
359
360void StringBuffer::getCopy8(UTF8 *buff, const U32 buffSize) const
361{
362 incRequestCount8();
363 AssertFatal(mBuffer.last() == 0, "StringBuffer::get UTF8 - not a null terminated string!");
364 convertUTF16toUTF8N(mBuffer.address(), buff, buffSize);
365}
366
367void StringBuffer::getCopy(UTF16 *buff, const U32 buffSize) const
368{

Callers 5

onKeyDownMethod · 0.80
getTextMethod · 0.80
getTextMethod · 0.80
getTextContentMethod · 0.80
onKeyDownMethod · 0.80

Calls 3

convertUTF16toUTF8NFunction · 0.85
lastMethod · 0.45
addressMethod · 0.45

Tested by

no test coverage detected