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

Method getPatternChar

src/common/SimilarToRegex.cpp:752–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750 }
751
752 UChar32 getPatternChar()
753 {
754 return getChar(flags & COMP_FLAG_LATIN, patternStr, patternLen, patternPos);
755 }
756
757 UChar32 peekPatternChar()
758 {

Callers

nothing calls this directly

Calls 1

getCharFunction · 0.85

Tested by

no test coverage detected