Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
private:
148
ULONG canonicalChars[CHAR_COUNT];
Callers
5
matches
Method · 0.80
aux
Method · 0.80
className
Method · 0.80
actualMerge
Method · 0.80
optimizeLikeSimilar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected