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

Function toUpper

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

Source from the content-addressed store, hash-verified

145 }
146
147 char toUpper(char _ch)
148 {
149 return _ch - (isLower(_ch) ? 0x20 : 0);
150 }
151
152 void toUpperUnsafe(char* _inOutStr, int32_t _len)
153 {

Callers 4

normalizeFilePathFunction · 0.85
toupperFunction · 0.85
toUpperUnsafeFunction · 0.85
writeFunction · 0.85

Calls 3

isLowerFunction · 0.85
strLenFunction · 0.85
toUpperUnsafeFunction · 0.85

Tested by

no test coverage detected