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

Method StrTest

Engine/source/core/util/test/strTest.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 U32 mLength;
41
42 StrTest() : mData( 0 ), mUTF16( 0 ), mLength( 0 ) {}
43 StrTest( const char* str )
44 : mData( str ), mUTF16( NULL ), mLength( str ? dStrlen( str ) : 0 )
45 {

Callers

nothing calls this directly

Calls 2

createUTF16stringFunction · 0.85
dStrlenFunction · 0.50

Tested by

no test coverage detected