Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
normalizeFilePath
Function · 0.85
toupper
Function · 0.85
toUpperUnsafe
Function · 0.85
write
Function · 0.85
Calls
3
isLower
Function · 0.85
strLen
Function · 0.85
toUpperUnsafe
Function · 0.85
Tested by
no test coverage detected