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

Method getPatternChar

src/common/SimilarToRegex.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 UChar32 getPatternChar()
128 {
129 return getChar(flags & COMP_FLAG_LATIN, patternStr, patternLen, patternPos);
130 }
131
132 UChar32 peekPatternChar()
133 {

Callers

nothing calls this directly

Calls 1

getCharFunction · 0.85

Tested by

no test coverage detected