MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / toUpperUnsafe

Function toUpperUnsafe

Source/3rdParty/bx/src/string.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void toUpperUnsafe(char* _inOutStr, int32_t _len)
153 {
154 for (int32_t ii = 0; ii < _len; ++ii)
155 {
156 _inOutStr[ii] = toUpper(_inOutStr[ii]);
157 }
158 }
159
160 void toUpper(char* _inOutStr, int32_t _max)
161 {

Callers 1

toUpperFunction · 0.85

Calls 1

toUpperFunction · 0.85

Tested by

no test coverage detected