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

Method toUtf8

src/common/IntlParametersBlock.cpp:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99{
100
101void IntlParametersBlock::toUtf8(ClumpletWriter& pb)
102{
103 UCHAR utf8Tag = getUtf8Tag();
104 if (utf8Tag)
105 {
106 pb.insertTag(utf8Tag);
107 }
108
109 processParametersBlock(strToUtf8, pb);
110}
111
112void IntlParametersBlock::fromUtf8(ClumpletWriter& pb)
113{

Callers

nothing calls this directly

Calls 1

insertTagMethod · 0.45

Tested by

no test coverage detected