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

Function lowercase

lib/convert.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73////////////////////////////////////////////////////////////////////////////////
74
75static inline int lowercase(int c)
76{
77 return static_cast<unsigned char>(c | 0x20);
78}
79
80static inline int uppercase(int c)
81{

Callers 7

insert_escape_classFunction · 0.85
insert_listFunction · 0.85
convert_escape_charFunction · 0.85
parseMethod · 0.85
compileMethod · 0.85
compile_transitionMethod · 0.85
compile_listMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected