MCPcopy 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
889void String::toLowerCase(void)
890{
891 auto buf = buffer();
892 for(unsigned len = length(); len > 0; --len, ++buf) {
893 *buf = tolower(*buf);
894 }
895}
896
897void String::toUpperCase(void)
898{

Callers 15

jquery.jsFile · 0.80
gbFunction · 0.80
mbFunction · 0.80
nbFunction · 0.80
PFunction · 0.80
pbFunction · 0.80
qcFunction · 0.80
ucFunction · 0.80
jquery.jsFile · 0.80
gbFunction · 0.80
mbFunction · 0.80
nbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected