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

Function range

lib/unicode.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99static const Tables tables;
100
101const int * range(const char *s)
102{
103 Tables::Range::const_iterator i = tables.range.find(s);
104 if (i != tables.range.end())
105 return i->second;
106 return NULL;
107}
108
109int compose(int prev, int next)
110{

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected