MCPcopy 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

353namespace Jrd {
354
355UCHAR DataTypeUtil::maxBytesPerChar(UCHAR charSet)
356{
357 return INTL_charset_lookup(tdbb, charSet)->maxBytesPerChar();
358}
359
360USHORT DataTypeUtil::getDialect() const
361{

Callers 15

StartsMatcherMethod · 0.45
evaluateMethod · 0.45
characterLenFunction · 0.45
makePadFunction · 0.45
evlOverlayFunction · 0.45
evlPadFunction · 0.45
evlReplaceFunction · 0.45
evlRightFunction · 0.45
UpcaseConverterMethod · 0.45
lookupCollationMethod · 0.45
INTL_convert_stringFunction · 0.45

Calls 1

INTL_charset_lookupFunction · 0.85

Tested by

no test coverage detected