Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ maxBytesPerChar
Method
maxBytesPerChar
src/jrd/DataTypeUtil.cpp:355–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
namespace Jrd {
354
355
UCHAR DataTypeUtil::maxBytesPerChar(UCHAR charSet)
356
{
357
return INTL_charset_lookup(tdbb, charSet)->maxBytesPerChar();
358
}
359
360
USHORT DataTypeUtil::getDialect() const
361
{
Callers
15
StartsMatcher
Method · 0.45
evaluate
Method · 0.45
characterLen
Function · 0.45
makePad
Function · 0.45
evlOverlay
Function · 0.45
evlPad
Function · 0.45
evlReplace
Function · 0.45
evlRight
Function · 0.45
UpcaseConverter
Method · 0.45
lookupCollation
Method · 0.45
INTL_adjust_text_descriptor
Function · 0.45
INTL_convert_string
Function · 0.45
Calls
1
INTL_charset_lookup
Function · 0.85
Tested by
no test coverage detected