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

Method getCanonicalChar

src/common/TextType.h:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 };
141
142 const UCHAR* getCanonicalChar(unsigned int ch) const
143 {
144 return reinterpret_cast<const UCHAR*>(&canonicalChars[ch]);
145 }
146
147private:
148 ULONG canonicalChars[CHAR_COUNT];

Callers 5

matchesMethod · 0.80
auxMethod · 0.80
classNameMethod · 0.80
actualMergeMethod · 0.80
optimizeLikeSimilarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected