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

Function CONVERT_ENTRY

src/intl/cv_narrow.cpp:299–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298#ifdef NOT_USED_OR_REPLACED
299CONVERT_ENTRY(CS_ISO8859_1, CS_DOS_865, CV_dos_865_x_iso8859_1)
300{
301#include "../intl/conversions/tx865_lat1.h"
302 if (dest_cs == CS_ISO8859_1)
303 CV_convert_init(csptr, dest_cs, source_cs,
304 eight_bit_convert,
305 cvt_865_to_iso88591, NULL);
306 else
307 CV_convert_init(csptr, dest_cs, source_cs,
308 eight_bit_convert,
309 cvt_iso88591_to_865, NULL);
310 CONVERT_RETURN;
311}
312
313
314

Callers

nothing calls this directly

Calls 1

CV_convert_initFunction · 0.85

Tested by

no test coverage detected