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

Function CV_convert_init

src/intl/cv_narrow.cpp:32–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32void CV_convert_init(csconvert* csptr,
33 pfn_INTL_convert cvt_fn,
34 const void* datatable,
35 const void* datatable2)
36{
37 csptr->csconvert_version = CSCONVERT_VERSION_1;
38 csptr->csconvert_name = "DIRECT";
39 csptr->csconvert_fn_convert = cvt_fn;
40 csptr->csconvert_fn_destroy = CV_convert_destroy;
41 csptr->csconvert_impl = FB_NEW CsConvertImpl();
42 csptr->csconvert_impl->csconvert_datatable = (const BYTE*) datatable;
43 csptr->csconvert_impl->csconvert_misc = (const BYTE*) datatable2;
44}
45
46
47ULONG CV_unicode_to_nc(csconvert* obj,

Callers 9

CHARSET_ENTRYFunction · 0.85
common_8bit_initFunction · 0.85
CHARSET_ENTRYFunction · 0.85
CHARSET_ENTRYFunction · 0.85
CONVERT_ENTRYFunction · 0.85
CONVERT_ENTRYFunction · 0.85
CHARSET_ENTRYFunction · 0.85
CHARSET_ENTRYFunction · 0.85
CHARSET_ENTRYFunction · 0.85

Calls 1

CsConvertImplClass · 0.70

Tested by

no test coverage detected