Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compileShader
Function · 0.85
parser
Function · 0.85
fromString
Function · 0.85
isHexNum
Function · 0.85
toLowerUnsafe
Function · 0.85
Calls
3
isUpper
Function · 0.85
strLen
Function · 0.85
toLowerUnsafe
Function · 0.85
Tested by
no test coverage detected