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

Method fromUtf8

src/common/IntlParametersBlock.cpp:112–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void IntlParametersBlock::fromUtf8(ClumpletWriter& pb)
113{
114 UCHAR utf8Tag = getUtf8Tag();
115 if (utf8Tag)
116 {
117 pb.deleteWithTag(utf8Tag);
118 }
119
120 processParametersBlock(strFromUtf8, pb);
121}
122
123
124void IntlParametersBlock::processParametersBlock(ProcessString* processString, ClumpletWriter& pb)

Callers 2

initFunction · 0.80
svcstartFunction · 0.80

Calls 1

deleteWithTagMethod · 0.80

Tested by

no test coverage detected