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

Method getCopy8

Engine/source/core/stringBuffer.cpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls 3

convertUTF16toUTF8NFunction · 0.85
lastMethod · 0.80
addressMethod · 0.45

Tested by

no test coverage detected