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

Function toLower

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

Source from the content-addressed store, hash-verified

126 }
127
128 char toLower(char _ch)
129 {
130 return _ch + (isUpper(_ch) ? 0x20 : 0);
131 }
132
133 void toLowerUnsafe(char* _inOutStr, int32_t _len)
134 {

Callers 5

compileShaderFunction · 0.85
parserFunction · 0.85
fromStringFunction · 0.85
isHexNumFunction · 0.85
toLowerUnsafeFunction · 0.85

Calls 3

isUpperFunction · 0.85
strLenFunction · 0.85
toLowerUnsafeFunction · 0.85

Tested by

no test coverage detected