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

Function dStrlen

engine/source/platformAndroid/AndroidStrings.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198U32 dStrlen(const char *str)
199{
200 return str ? strlen(str) : 0;
201}
202
203
204char* dStrupr(char *str)

Callers 15

_unDoubleQuoteFunction · 0.70
dStrdup_rFunction · 0.70
dStrnewFunction · 0.70
dStrrevFunction · 0.70
dItoaFunction · 0.70
inputLoopMethod · 0.70
AndroidStreamSourceMethod · 0.70
fileDeleteMethod · 0.70
openMethod · 0.70
createPathMethod · 0.70
isMainDotCsPresentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected