MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / length

Method length

engine/source/string/stringBuffer.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 void setNoConvert(const UTF8 *in);
104
105 inline const U32 length() const
106 {
107 return mBuffer.size() - 1; // Don't count the NULL of course.
108 }
109
110 /// Get an upper bound size estimate for a UTF8 buffer to hold this
111 /// string.

Callers 15

sceneRenderMethod · 0.45
CalculateSpatialsMethod · 0.45
validRenderMethod · 0.45
writeTextMethod · 0.45
setTextMethod · 0.45
selectAllTextMethod · 0.45
reallySetCursorPosMethod · 0.45
setCursorPosMethod · 0.45
onMouseDownMethod · 0.45
onPasteMethod · 0.45
onKeyDownMethod · 0.45
onPreRenderMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
RemoveExtensionMethod · 0.36
IsRootDirectoryMethod · 0.36
IsAbsolutePathMethod · 0.36
IsDirectoryMethod · 0.36
NormalizeMethod · 0.36
FlagToEnvVarFunction · 0.36
CompareMethod · 0.36
StringStreamToStringFunction · 0.36