MCPcopy Create free account
hub / github.com/Squalr/Squally / format

Function format

Source/Engine/Core/base/ccUTF8.cpp:45–84  ·  view source on GitHub ↗

--- This a C++ universal sprintf in the future. ** @pitfall: The behavior of vsnprintf between VS2013 and VS2015/2017 is different ** VS2013 or Unix-Like System will return -1 when buffer not enough, but VS2015/2017 will return the actural needed length for buffer at this station ** The _vsnprintf behavior is compatible API which always return -1 when buffer isn't enough at VS2013/2015/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

syn.hFile · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
descriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85
getDescriptionMethod · 0.85

Calls 2

lengthMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected