MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / hasChar

Function hasChar

src/common/SimilarToRegex.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace
30{
31 bool hasChar(unsigned len, unsigned pos)
32 {
33 return pos < len;
34 }
35
36 UChar32 getChar(bool latin, const char* str, unsigned len, unsigned& pos)
37 {

Callers 1

getCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected