Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sceneRender
Method · 0.45
CalculateSpatials
Method · 0.45
validRender
Method · 0.45
writeText
Method · 0.45
setText
Method · 0.45
selectAllText
Method · 0.45
reallySetCursorPos
Method · 0.45
setCursorPos
Method · 0.45
onMouseDown
Method · 0.45
onPaste
Method · 0.45
onKeyDown
Method · 0.45
onPreRender
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
15
TEST
Function · 0.36
TEST
Function · 0.36
RemoveExtension
Method · 0.36
IsRootDirectory
Method · 0.36
IsAbsolutePath
Method · 0.36
IsDirectory
Method · 0.36
CreateDirectoriesRecursively
Method · 0.36
RemoveTrailingPathSeparator
Method · 0.36
Normalize
Method · 0.36
FlagToEnvVar
Function · 0.36
Compare
Method · 0.36
StringStreamToString
Function · 0.36