Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toLowerCase
Method
toLowerCase
Sming/Wiring/WString.cpp:889–895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
887
}
888
889
void String::toLowerCase(void)
890
{
891
auto buf = buffer();
892
for(unsigned len = length(); len > 0; --len, ++buf) {
893
*buf = tolower(*buf);
894
}
895
}
896
897
void String::toUpperCase(void)
898
{
Callers
15
jquery.js
File · 0.80
gb
Function · 0.80
mb
Function · 0.80
nb
Function · 0.80
P
Function · 0.80
pb
Function · 0.80
qc
Function · 0.80
uc
Function · 0.80
jquery.js
File · 0.80
gb
Function · 0.80
mb
Function · 0.80
nb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected