MCPcopy Create free account
hub / github.com/Genivia/ugrep / tolower

Function tolower

lib/unicode.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124int tolower(int c)
125{
126 return Tables::tolower(c);
127}
128
129int invcase(int c)
130{

Callers 4

invcaseFunction · 0.85
matchFunction · 0.85
utf8Function · 0.85
ugrepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected